BluOokami
29-01-2010 22:12:40
MyGUI looked like a good alternative to CEGUI (which I've had no luck with) so I Have been trying to get my ogre app to compile with MyGUI but have run into a snag
when I try to compile with the line:
I get this error:
I'm a bit of a coding noob so I'm not sure why these aren't being referenced.
Running on : Kubuntu 9.10 with Code::Blocks and a little frustrated
when I try to compile with the line:
MyGUI::OgrePlatform* mPlatform = new MyGUI::OgrePlatform();
I get this error:
/usr/local/include/MYGUI/MyGUI_OgrePlatform.h|28|undefined reference to `MyGUI::OgreRenderManager::OgreRenderManager()'|
/usr/local/include/MYGUI/MyGUI_OgrePlatform.h|29|undefined reference to `MyGUI::OgreDataManager::OgreDataManager()'|
I'm a bit of a coding noob so I'm not sure why these aren't being referenced.
Running on : Kubuntu 9.10 with Code::Blocks and a little frustrated