Compile Error (Linux)
Posted: 03 Dec 2005, 22:56
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
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.
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'