make fails

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
xor.gate
Peon
Peon
Posts: 1
Joined: 07 May 2008, 00:43

make fails

Post by xor.gate »

Hello everyone,

I'm trying to compile the mana world. The configure script completes just fine, but I get the following error during the make step:

Code: Select all

gui/windowlistener.h: In constructor ‘WindowEvent::WindowEvent(gcn::Window*, int)’:
gui/windowlistener.h:44: error: ‘mType’ was not declared in this scope
gui/windowlistener.h: In member function ‘int WindowEvent::getType() const’:
gui/windowlistener.h:51: error: ‘mType’ was not declared in this scope
make[2]: *** [tmw-buddywindow.o] Error 1
make[2]: Leaving directory `/home/user/tmw-0.0.24.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/tmw-0.0.24.1'
make: *** [all] Error 2
Does anybody have any suggestions?
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: make fails

Post by trapdoor »

You are using the wrong version of guichan.

For 0.0.24.1 you need guichan 0.7, for SVN 0.0 you need guichan 0.8
Post Reply