svn code: undefined refernces for Tree ?
Posted: Fri Jul 06, 2007 14:18
I can compile the svn source withoute problems (on linux), but when it comes to compile the samples, it aborts with an error. This error is the same when I try to compile my project that uses CEGUI:
I took a look at the code and these elements exist. What's wrong ? previous versions worked.
Code: Select all
./linux/lib/CEGUI/libCEGUIFalagardWRBase.so: undefined reference to `CEGUI::FalagardTree::FalagardTree(CEGUI::String const&)'
./linux/lib/CEGUI/libCEGUIFalagardWRBase.so: undefined reference to `CEGUI::FalagardTree::TypeName'
./linux/lib/CEGUI/libCEGUIBase.so: undefined reference to `CEGUI::Tree::WidgetTypeName'
./linux/lib/CEGUI/libCEGUIBase.so: undefined reference to `CEGUI::Tree::Tree(CEGUI::String const&, CEGUI::String const&)'
I took a look at the code and these elements exist. What's wrong ? previous versions worked.