Compile Error (Linux)

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
Kelba
Peon
Peon
Posts: 4
Joined: 03 Dec 2005, 22:53

Compile Error (Linux)

Post 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.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

I guess this one is the usual bug: get guichan cvs and compile it yourself
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

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