Page 1 of 1

can't run tmw

Posted: 28 Sep 2007, 12:39
by Fill_os_OFF
I tried to make svn version with guichan 0.7, I tried to make 0.0.23 package with guichan 6.1, result the same:

make is successful, but after running tmw, I saw

Code: Select all

./src/tmw: symbol lookup error: ./src/tmw: undefined symbol: ZN3gcn6Widget19removeDeathListenerEPNS_13DeathListenerE
all library are in /usr/lib

Code: Select all

ls /usr/lib/libguichan*
/usr/lib/libguichan_allegro.so.0      /usr/lib/libguichan_sdl.so.0
/usr/lib/libguichan_allegro.so.0.0.0  /usr/lib/libguichan_sdl.so.0.0.0
/usr/lib/libguichan_glut.so.0         /usr/lib/libguichan.so
/usr/lib/libguichan_glut.so.0.0.0     /usr/lib/libguichan.so.0
/usr/lib/libguichan_opengl.so.0       /usr/lib/libguichan.so.0.0.0
/usr/lib/libguichan_opengl.so.0.0.0

What have I done wrong?

Posted: 28 Sep 2007, 14:49
by blueberry
Perhaps more than one guichan package is installed at the same time?

Posted: 28 Sep 2007, 18:17
by Fill_os_OFF
blueberry wrote:Perhaps more than one guichan package is installed at the same time?
Great thank you!
Package from repository was installed too :) As fact was using old version of guichan...
Problem solved ;-)