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

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
brynjarh
Peon
Peon
Posts: 3
Joined: 11 Dec 2005, 19:24

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

Post 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.
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post 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.
Post Reply