can't run tmw

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
User avatar
Fill_os_OFF
Peon
Peon
Posts: 9
Joined: 25 Dec 2006, 09:47
Location: Moscow

can't run tmw

Post 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?
User avatar
blueberry
Novice
Novice
Posts: 107
Joined: 26 Feb 2007, 23:26
Location: Graz, Austria

Post by blueberry »

Perhaps more than one guichan package is installed at the same time?
User avatar
Fill_os_OFF
Peon
Peon
Posts: 9
Joined: 25 Dec 2006, 09:47
Location: Moscow

Post 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 ;-)
Locked