Ogre Compilation Problem

Get answers to all your basic programming questions. No Ogre questions, please!
Post Reply
daffy_doomer
Gnoblar
Posts: 1
Joined: Sat Dec 10, 2016 8:26 am

Ogre Compilation Problem

Post by daffy_doomer »

Hi all, when using the tutorial http://www.ogre3d.org/tikiwiki/tiki-ind ... CodeBlocks for the Assembly of the engine and the subsequent compile Code::Blocks 16.01 with Mingw gave me the error. Operating system Windows 8.1 64x.

Code: Select all

E:\SDK\OgreSDK\boost_1_44\boost\config\requires_threads.hpp|29|error: #error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"|

||=== Build: Debug in Tutorial (compiler: GNU GCC Compiler) ===|
E:\SDK\OgreSDK\boost_1_44\boost\config\requires_threads.hpp|29|error: #error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"|

E:\SDK\OgreSDK\boost_1_44\boost\thread\win32\thread_heap_alloc.hpp|59|warning: inline function 'void* boost::detail::allocate_raw_heap_memory(unsigned int)' declared as  dllimport: attribute ignored [-Wattributes]|

E:\SDK\OgreSDK\boost_1_44\boost\thread\win32\thread_heap_alloc.hpp|69|warning: inline function 'void boost::detail::free_raw_heap_memory(void*)' declared as  dllimport: attribute ignored [-Wattributes]|

C:\Users\olga\Documents\Ogre3DProjects\Tutorial\BaseApplication.h|111|error: 'OverlaySystem' in namespace 'Ogre' does not name a type|

C:\Users\olga\Documents\Ogre3DProjects\Tutorial\BaseApplication.h|114|error: 'InputContext' in namespace 'OgreBites' does not name a type|

C:\Users\olga\Documents\Ogre3DProjects\Tutorial\BaseApplication.cpp|54|error: 'mOverlaySystem' was not declared in this scope|

C:\Users\olga\Documents\Ogre3DProjects\Tutorial\BaseApplication.cpp|88|error: expected type-specifier|

C:\Users\olga\Documents\Ogre3DProjects\Tutorial\BaseApplication.cpp||In member function 'virtual void BaseApplication::createFrameListener()':|

C:\Users\olga\Documents\Ogre3DProjects\Tutorial\BaseApplication.cpp|131|error: 'mInputContext' was not declared in this scope|
for example i used this http://www.ogre3d.org/tikiwiki/tiki-ind ... +Framework code;

Please tell me how to fix it, all errors :?:
Post Reply