Skip to content

Instantly share code, notes, and snippets.

@zinnschlag
Created October 6, 2014 17:19
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/23a213f26fb58d6f6b31 to your computer and use it in GitHub Desktop.
Save zinnschlag/23a213f26fb58d6f6b31 to your computer and use it in GitHub Desktop.
[ 84%] Building CXX object apps/opencs/CMakeFiles/opencs.dir/view/render/pagedworldspacewidget.cpp.o
In file included from /usr/local/include/OGRE/OgreOverlayContainer.h:33:0,
from /home/marc/OpenMW/openmw/apps/opencs/view/render/pagedworldspacewidget.cpp:11:
/usr/local/include/OGRE/OgreOverlayElement.h:153:9: error: ‘OverlayContainer’ does not name a type
/usr/local/include/OGRE/OgreOverlayElement.h:155:9: error: ‘Overlay’ does not name a type
/usr/local/include/OGRE/OgreOverlayElement.h:312:36: error: ‘OverlayContainer’ has not been declared
/usr/local/include/OGRE/OgreOverlayElement.h:312:62: error: ‘Overlay’ has not been declared
/usr/local/include/OGRE/OgreOverlayElement.h:460:9: error: ‘OverlayContainer’ does not name a type
/usr/local/include/OGRE/OgreOverlayElement.h:461:25: error: ‘OverlayContainer’ has not been declared
/usr/local/include/OGRE/OgreOverlayElement.h: In member function ‘void Ogre::OverlayElement::_setParent(int*)’:
/usr/local/include/OGRE/OgreOverlayElement.h:461:53: error: ‘mParent’ was not declared in this scope
In file included from /home/marc/OpenMW/openmw/apps/opencs/view/render/pagedworldspacewidget.cpp:11:0:
/usr/local/include/OGRE/OgreOverlayContainer.h: At global scope:
/usr/local/include/OGRE/OgreOverlayContainer.h:119:59: error: ‘Overlay’ has not been declared
In file included from /home/marc/OpenMW/openmw/apps/opencs/view/render/pagedworldspacewidget.cpp:12:0:
/usr/local/include/OGRE/OgreOverlayManager.h:56:23: error: ‘OverlayElementFactory’ was not declared in this scope
/usr/local/include/OGRE/OgreOverlayManager.h:56:45: error: template argument 2 is invalid
/usr/local/include/OGRE/OgreOverlayManager.h:56:45: error: template argument 4 is invalid
/usr/local/include/OGRE/OgreOverlayManager.h:56:48: error: typedef name may not be a nested-name-specifier
/usr/local/include/OGRE/OgreOverlayManager.h:56:48: error: expected ‘;’ at end of member declaration
/usr/local/include/OGRE/OgreOverlayManager.h:56:53: error: ‘FactoryMap’ does not name a type
In file included from /home/marc/OpenMW/openmw/apps/opencs/view/render/pagedworldspacewidget.cpp:12:0:
/usr/local/include/OGRE/OgreOverlayManager.h:75:3: error: ‘FactoryMap’ does not name a type
/usr/local/include/OGRE/OgreOverlayManager.h:186:33: error: ‘OverlayElementFactory’ has not been declared
/usr/local/include/OGRE/OgreOverlayManager.h:189:9: error: ‘FactoryMap’ does not name a type
In file included from /home/marc/OpenMW/openmw/apps/opencs/view/render/textoverlay.hpp:7:0,
from /home/marc/OpenMW/openmw/apps/opencs/view/render/pagedworldspacewidget.cpp:18:
/usr/local/include/OGRE/OgreFont.h: In constructor ‘Ogre::FontPtr::FontPtr(const ResourcePtr&)’:
/usr/local/include/OGRE/OgreFont.h:434:13: error: ‘const ResourcePtr’ has no member named ‘mutex’
/usr/local/include/OGRE/OgreFont.h:436:8: error: ‘const ResourcePtr’ has no member named ‘mutex’
/usr/local/include/OGRE/OgreFont.h:437:8: error: expected ‘,’ or ‘;’ before ‘(’ token
/usr/local/include/OGRE/OgreFont.h:437:8: error: ‘mutex’ was not declared in this scope
/usr/local/include/OGRE/OgreFont.h:437:8: note: suggested alternative:
/usr/local/include/boost/thread/pthread/mutex.hpp:91:11: note: ‘boost::mutex’
/usr/local/include/OGRE/OgreFont.h:437:8: error: ‘const ResourcePtr’ has no member named ‘mutex’
/usr/local/include/OGRE/OgreFont.h:438:8: error: expected ‘;’ before ‘pRep’
/usr/local/include/OGRE/OgreFont.h:439:8: error: ‘pUseCount’ was not declared in this scope
/usr/local/include/OGRE/OgreFont.h:439:22: error: ‘const ResourcePtr’ has no member named ‘useCountPointer’
/usr/local/include/OGRE/OgreFont.h: In member function ‘Ogre::FontPtr& Ogre::FontPtr::operator=(const ResourcePtr&)’:
/usr/local/include/OGRE/OgreFont.h:454:13: error: ‘const ResourcePtr’ has no member named ‘mutex’
/usr/local/include/OGRE/OgreFont.h:456:17: error: ‘const ResourcePtr’ has no member named ‘mutex’
/usr/local/include/OGRE/OgreFont.h:457:8: error: expected ‘,’ or ‘;’ before ‘(’ token
/usr/local/include/OGRE/OgreFont.h:457:8: error: ‘mutex’ was not declared in this scope
/usr/local/include/OGRE/OgreFont.h:457:8: note: suggested alternative:
/usr/local/include/boost/thread/pthread/mutex.hpp:91:11: note: ‘boost::mutex’
/usr/local/include/OGRE/OgreFont.h:457:8: error: ‘const ResourcePtr’ has no member named ‘mutex’
/usr/local/include/OGRE/OgreFont.h:458:8: error: expected ‘;’ before ‘pRep’
/usr/local/include/OGRE/OgreFont.h:459:8: error: ‘pUseCount’ was not declared in this scope
/usr/local/include/OGRE/OgreFont.h:459:22: error: ‘const ResourcePtr’ has no member named ‘useCountPointer’
make[2]: *** [apps/opencs/CMakeFiles/opencs.dir/view/render/pagedworldspacewidget.cpp.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment