Ogre 1.10.10 Cmake ERROR

Problems building or running the engine, queries about how to use features etc.
Post Reply
jhny
Gnoblar
Posts: 10
Joined: Sun Jan 28, 2018 9:18 pm

Ogre 1.10.10 Cmake ERROR

Post by jhny »

Hello everyone,

I'm trying to generate Ogre 1.10.10 with Cmake 3.11.0-rc3. I'm getting after starting the generate process these Error Messages:

Code: Select all

...
Cg_PREFIX_PATH changed.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
Found Cg: C:/OgreSDK/lib/Release/cg.lib
CMake Warning at C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:564 (message):
  Imported targets and dependency information not available for Boost version
  (all versions older than 1.33)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:903 (_Boost_COMPONENT_DEPENDENCIES)
  C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:1571 (_Boost_MISSING_DEPENDENCIES)
  CMake/Dependencies.cmake:292 (find_package)
  CMakeLists.txt:352 (include)


CMake Warning at C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:564 (message):
  Imported targets and dependency information not available for Boost version
  (all versions older than 1.33)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:903 (_Boost_COMPONENT_DEPENDENCIES)
  C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:1571 (_Boost_MISSING_DEPENDENCIES)
  CMake/Dependencies.cmake:292 (find_package)
  CMakeLists.txt:352 (include)


CMake Warning at C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:564 (message):
  Imported targets and dependency information not available for Boost version
  (all versions older than 1.33)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:903 (_Boost_COMPONENT_DEPENDENCIES)
  C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:1571 (_Boost_MISSING_DEPENDENCIES)
  CMake/Dependencies.cmake:301 (find_package)
  CMakeLists.txt:352 (include)


CMake Warning at C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:564 (message):
  Imported targets and dependency information not available for Boost version
  (all versions older than 1.33)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:903 (_Boost_COMPONENT_DEPENDENCIES)
  C:/Program Files/CMake/share/cmake-3.11/Modules/FindBoost.cmake:1571 (_Boost_MISSING_DEPENDENCIES)
  CMake/Dependencies.cmake:301 (find_package)
  CMakeLists.txt:352 (include)


Looking for POCO...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
Could not locate POCO
Looking for TBB...
Could not locate TBB
Looking for GLSL_Optimizer...
GLSL_Optimizer_PREFIX_PATH changed.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
Could not locate GLSL_Optimizer
Looking for HLSL2GLSL...
HLSL2GLSL_PREFIX_PATH changed.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
Could not locate HLSL2GLSL
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) 
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) 
Found Threads: TRUE  
Found SDL2: winmm;imm32;version;msimg32;G:/development/ogre1.10/Dependencies/lib/SDL2main.lib;G:/development/ogre1.10/Dependencies/lib/SDL2.lib  
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
Looking for Softimage...
Softimage_PREFIX_PATH changed.
Could not locate Softimage

-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ zlib
+ zziplib
+ freetype
+ OpenGL
+ OpenGL 3+
+ OpenGL ES 1.x
+ OpenGL ES 2.x
+ OpenGL ES 3.x
+ DirectX11
+ cg
+ SDL2
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ freeimage: Support for commonly used graphics image formats <http://freeimage.sourceforge.net>
+ DirectX9: Support for the DirectX render system <http://msdn.microsoft.com/en-us/directx/>
+ boost: Boost (general) <http://boost.org>
+ boost-thread: Used for threading support <http://boost.org>
+ POCO: POCO framework <http://pocoproject.org/>
+ tbb: Threading Building Blocks <http://www.threadingbuildingblocks.org/>
+ GLSL Optimizer: GLSL Optimizer <http://github.com/aras-p/glsl-optimizer/>
+ HLSL2GLSL: HLSL2GLSL <http://hlsl2glslfork.googlecode.com/>
+ OpenEXR: Load High dynamic range images <http://www.openexr.com/>
+ Python: Language bindings to use OGRE from Python <http://www.python.org/>
+ Doxygen: Tool for building API documentation <http://doxygen.org>
+ Softimage: Softimage SDK needed for building XSIExporter <FALSE>
-----------------------------------------------------------------------------

CMake Error at RenderSystems/CMakeLists.txt:28 (add_subdirectory):
  The source directory

    G:/development/ogre-1.10.10/ogre-1.10.10/RenderSystems/Direct3D11

  does not contain a CMakeLists.txt file.


CMake Error at PlugIns/CMakeLists.txt:13 (add_subdirectory):
  The source directory

    G:/development/ogre-1.10.10/ogre-1.10.10/PlugIns/OctreeSceneManager

  does not contain a CMakeLists.txt file.


CMake Error at PlugIns/CMakeLists.txt:17 (add_subdirectory):
  The source directory

    G:/development/ogre-1.10.10/ogre-1.10.10/PlugIns/BSPSceneManager

  does not contain a CMakeLists.txt file.


CMake Error at PlugIns/CMakeLists.txt:26 (add_subdirectory):
  The source directory

    G:/development/ogre-1.10.10/ogre-1.10.10/PlugIns/CgProgramManager

  does not contain a CMakeLists.txt file.


CMake Error at PlugIns/CMakeLists.txt:35 (add_subdirectory):
  The source directory

    G:/development/ogre-1.10.10/ogre-1.10.10/PlugIns/ParticleFX

  does not contain a CMakeLists.txt file.


CMake Error at PlugIns/CMakeLists.txt:39 (add_subdirectory):
  The source directory

    G:/development/ogre-1.10.10/ogre-1.10.10/PlugIns/PCZSceneManager

  does not contain a CMakeLists.txt file.


CMake Error at PlugIns/CMakeLists.txt:40 (add_subdirectory):
  The source directory

    G:/development/ogre-1.10.10/ogre-1.10.10/PlugIns/OctreeZone

  does not contain a CMakeLists.txt file.


Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) 
Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) 
Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 

----------------------------------------------------------------------------
  FEATURE SUMMARY
----------------------------------------------------------------------------

Building components:
  + Bites [BETA]
  + HLMS [BETA]
  + MeshLodGenerator
  + Overlay
  + Paging
  + Property [DEPRECATED]
  + Python [BETA]
  + Java/ JNI [BETA]
  + RTShader System
  + RTShader System Core Shaders
  + RTShader System Extensions Shaders
  + Terrain
  + Volume
Building plugins:
  + BSP scene manager
  + Cg program manager
  + Octree scene manager
  + Portal connected zone scene manager
  + Particle FX
Building rendersystems:
  + Direct3D 11
  + OpenGL
  + OpenGL 3+
Building executables:
  + Samples
  + Tools
Building core features:
  + Mesh Lod
  + DDS image codec (.dds)
  + STBI codec (generic)
  + ZIP archives

Build type:                      shared
Use C++11 std library:           OFF
Store child nodes as:            map [DEPRECATED]
Thread safety:                   none
ResourceManager behaviour:       legacy [DEPRECATED]
Use double precision:            disabled
Nodes inherit transform:         disabled
Assert mode:                     release exceptions
Allocator type:                  standard
STL containers use allocator:    disabled
Strings use allocator:           disabled
Memory tracker (debug):          disabled
Memory tracker (release):        disabled

----------------------------------------------------------------------------

Configuring incomplete, errors occurred!
See also "G:/development/ogre1.10/CMakeFiles/CMakeOutput.log".
See also "G:/development/ogre1.10/CMakeFiles/CMakeError.log".
I also get the error message that POWERSHELL is not working. a lot of times while generate process.

My Cmake is running with Current Generator: Visual Studio 15 2017 Win64.
My machine is running with Intel Core i7 6700 Skylake 32GB DDR3-RAM, 1TB HDD and an AMD Radeon RX580.

Can someone help me here??
Thank you in advance for your help!!!
Post Reply