Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SVN] Symbol look up error  (Read 4074 times)

0 Members and 1 Guest are viewing this topic.

Kingdom of Fish

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
[SVN] Symbol look up error
« 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)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
[SVN] Symbol look up error
« Reply #1 on: February 26, 2008, 02:13:52 am »
Which OS, compiler ? Did you try a clean / rebuild all ?
Laurent Gomila - SFML developer

Kingdom of Fish

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
[SVN] Symbol look up error
« Reply #2 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.

 

anything