ogitor icon indicating copy to clipboard operation
ogitor copied to clipboard

CMake Error

Open ronaldpan opened this issue 4 years ago • 5 comments

CMake Error at CMakeLists.txt:71 (find_package): Could not find a configuration file for package "OGRE" that is compatible with requested version "1.12". The following configuration files were considered but not accepted: E:/3D/ogre-sdk-1.12.5-vc15-x64/CMake/OGREConfig.cmake, version: 1.12.5 (64bit)

ronaldpan avatar Apr 20 '20 13:04 ronaldpan

you cannot use the precompiled ogre SDK to build ogitor. You have to build ogre yourself with OGRE_NODELESS_POSITIONING=ON and Qt. Also the you have to use the master version of ogre (to be the 1.12.6 release)

paroj avatar Apr 21 '20 10:04 paroj

the SDK at master now includes OgreBitesQt (built with Qt 5.12)

paroj avatar Apr 25 '20 12:04 paroj

CMake Error Could NOT find Boost (missing: filesystem thread) (found version "1.74.0")

world1992 avatar Oct 15 '20 04:10 world1992

I want build by ogre2.1,but no find OGREConfig.cmake. super ogre2.1 ?

world666666 avatar Jan 21 '21 14:01 world666666

as mentioned you must use ogre 1.12.x series

paroj avatar Jan 21 '21 23:01 paroj