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|
Please tell me how to fix it, all errors
