Page 1 of 1

tmw: symbol lookup error: tmw: undefined symbol: _ZN3gcn14Ba

Posted: 20 Sep 2006, 00:19
by brynjarh
When I try to run Mana World I get this:

brynjarh@HAL:~/Desktop$ tmw
The Mana World v0.0.21
tmw: symbol lookup error: tmw: undefined symbol: _ZN3gcn14BasicContainer16_setFocusHandlerEPNS_12FocusHandlerE


I'm running Ubuntu Edgy Eft, TMW v0.0.21, Guichan v0.5.0, g++ v4.1. Not sure what more to tell.

Posted: 23 Sep 2006, 15:50
by Bjørn
Since the error indicates a mismatch in Guichan version, and TMW 0.0.21 cannot be compiled with Guichan 0.4.0, my guess is that it was compiled against Guichan 0.5.0 but then when trying to run the game it still tries to use Guichan 0.4.0. This could be caused by some old Guichan libs hanging arond on your system.