SFML community forums

Help => General => Topic started by: Kingdom of Fish on February 25, 2008, 08:25:09 pm

Title: [SVN] Symbol look up error
Post by: Kingdom of Fish on February 25, 2008, 08:25:09 pm
When i try to run the demos after pulling down sfml from svn i get this error:
Code: [Select]
sfml/samples/bin$ ./pong
./pong: symbol lookup error: ./pong: undefined symbol: _ZN2sf6StringC1ERKSbIwSt11char_traitsIwESaIwEERKSsf


The only demos thats working is qt and wxwidgets (even if the wx demo seg faults on exit)
Title: [SVN] Symbol look up error
Post by: Laurent on February 26, 2008, 02:13:52 am
Which OS, compiler ? Did you try a clean / rebuild all ?
Title: [SVN] Symbol look up error
Post by: Kingdom of Fish on February 26, 2008, 03:35:27 am
Damn i feel stupid some times...

OS: Ubuntu 7.10
Compiler: gcc 4.1.3

Yes i did, noticed now that the makefile doesnt remove the bins so recompiling now once again.

Edit: Yep, that fixed it.