Page 1 of 1

Compile Error (Linux)

Posted: 03 Dec 2005, 22:56
by Kelba
So I've been installing missing libraries for the past hour or so, and fixed some other errors, but now I'm really stumped. When I try to 'make', a lot of stuff compiles but then I get this error

Code: Select all

gui/chat.cpp: In member function 'virtual void ChatWindow::logic()':
gui/chat.cpp:92: error: 'getContent' was not declared in this scope
gui/chat.cpp: In member function 'bool ChatWindow::isFocused()':
gui/chat.cpp:227: error: 'class gcn::TextField' has no member named 'hasFocus'
That's all it says. There are no errors before it concerning missing files or directories. Anyone have any clue? I've been trying to get it to work for 2 hours now.

Posted: 04 Dec 2005, 14:29
by ElvenProgrammer
I guess this one is the usual bug: get guichan cvs and compile it yourself

Posted: 04 Dec 2005, 17:54
by Bjørn
The Mana World has to be compiled against Guichan 0.4.0, it is not compatible with Guichan CVS. I've been working on modifying TMW to work with Guichan CVS to be prepared when they release 0.5.0, but that is currently on hold while I'm busy with other things.