I am trying to build CEGUI on my Mac with 10.5 Leopard. After a while I found the various frameworks which are needed, but now Xcode shows the following errors while linking:
I have no idea what to do to fix this. Maybe somebody of you can help me?"CEGUI::Tree::WidgetTypeName", referenced from:
__ZN5CEGUI4Tree14WidgetTypeNameE$non_lazy_ptr in CEGUIBaseFactories.o
"CEGUI::GroupBox::WidgetTypeName", referenced from:
__ZN5CEGUI8GroupBox14WidgetTypeNameE$non_lazy_ptr in CEGUIBaseFactories.o
"CEGUI::Tree::Tree(CEGUI::String const&, CEGUI::String const&)", referenced from:
CEGUI::TreeFactory::createWindow(CEGUI::String const&)in CEGUIBaseFactories.o
"CEGUI::GroupBox::GroupBox(CEGUI::String const&, CEGUI::String const&)", referenced from:
CEGUI::GroupBoxFactory::createWindow(CEGUI::String const&)in CEGUIBaseFactories.o
"CEGUI::SimpleTimer::currentTime()", referenced from:
CEGUI::SimpleTimer::SimpleTimer()in CEGUISystem.o
CEGUI::SimpleTimer::restart() in CEGUISystem.o
CEGUI::SimpleTimer::elapsed() in CEGUISystem.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
thanks
tobi11