Skip to content

Instantly share code, notes, and snippets.

@zinnschlag
Created March 27, 2012 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinnschlag/2214206 to your computer and use it in GitHub Desktop.
Save zinnschlag/2214206 to your computer and use it in GitHub Desktop.
OpenMW build failure
CMakeFiles/openmw.dir/__/__/libs/openengine/gui/manager.cpp.o: In function `MyGUI::OgrePlatform::OgrePlatform()':
manager.cpp:(.text._ZN5MyGUI12OgrePlatformC1Ev[MyGUI::OgrePlatform::OgrePlatform()]+0x4f): undefined reference to `MyGUI::OgreRenderManager::OgreRenderManager()'
manager.cpp:(.text._ZN5MyGUI12OgrePlatformC1Ev[MyGUI::OgrePlatform::OgrePlatform()]+0x90): undefined reference to `MyGUI::OgreDataManager::OgreDataManager()'
CMakeFiles/openmw.dir/__/__/libs/openengine/gui/manager.cpp.o: In function `MyGUI::OgrePlatform::initialise(Ogre::RenderWindow*, Ogre::SceneManager*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
manager.cpp:(.text._ZN5MyGUI12OgrePlatform10initialiseEPN4Ogre12RenderWindowEPNS1_12SceneManagerERKSsS7_[MyGUI::OgrePlatform::initialise(Ogre::RenderWindow*, Ogre::SceneManager*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)]+0x85): undefined reference to `MyGUI::OgreRenderManager::initialise(Ogre::RenderWindow*, Ogre::SceneManager*)'
manager.cpp:(.text._ZN5MyGUI12OgrePlatform10initialiseEPN4Ogre12RenderWindowEPNS1_12SceneManagerERKSsS7_[MyGUI::OgrePlatform::initialise(Ogre::RenderWindow*, Ogre::SceneManager*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)]+0x9c): undefined reference to `MyGUI::OgreDataManager::initialise(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
CMakeFiles/openmw.dir/__/__/libs/openengine/gui/manager.cpp.o: In function `MyGUI::OgrePlatform::shutdown()':
manager.cpp:(.text._ZN5MyGUI12OgrePlatform8shutdownEv[MyGUI::OgrePlatform::shutdown()]+0x2a): undefined reference to `MyGUI::OgreRenderManager::shutdown()'
manager.cpp:(.text._ZN5MyGUI12OgrePlatform8shutdownEv[MyGUI::OgrePlatform::shutdown()]+0x3a): undefined reference to `MyGUI::OgreDataManager::shutdown()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment