Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2018 10:05
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 anonymous/dd49b5aade71e227aecdb2137e06413b to your computer and use it in GitHub Desktop.
Save anonymous/dd49b5aade71e227aecdb2137e06413b to your computer and use it in GitHub Desktop.
Configuring MYGUI 3.2.3
Detected g++ 6.3.0
Enabling GCC visibility flags
Looking for FREETYPE...
CMAKE_PREFIX_PATH: Dependencies;/home/raven/rain/dev/libs/mygui-ogre2.1-02.02.18/build/Dependencies;/home/raven/rain/dev/libs/mygui-ogre2.1-02.02.18/Dependencies;/home/raven/rain/dev/libs/mygui-ogre2.1-02.02.18/build/../Dependencies;/home/raven/rain/dev/libs/mygui-ogre2.1-02.02.18/../Dependencies;/usr/local
Found FREETYPE: /usr/lib/x86_64-linux-gnu/libfreetype.so
Original FindOGRE.cmake found in OGRE_SOURCE_DIR, trying to use it
Looking for OGRE...
Checking for module 'OGRE'
No package 'OGRE' found
Could not locate OGRE
Using OGRE built from source (from specified path)
Looking for OIS...
Found OIS: /usr/lib/x86_64-linux-gnu/libOIS.so
CMake Error at CMake/Utils/MacroLogFeature.cmake:91 (MESSAGE):
-----------------------------------------------------------------------------
-- The following REQUIRED packages could NOT be located on your system.
-- Please install them before continuing this software installation.
-- If you are in Windows, try passing -DMYGUI_DEPENDENCIES_DIR=<path to
dependencies>
-- Also check that you buildind with RenderSystem that you need or set
another with -DMYGUI_RENDERSYSTEM=<3, 4, 5, 6, 7 for OGRE, OpenGL,
Direct3D_9, Direct3D_11 or OpenGL 3.x>
-----------------------------------------------------------------------------
+ ogre: Support for the Ogre render system <>
-----------------------------------------------------------------------------
Call Stack (most recent call first):
CMake/Dependencies.cmake:125 (MACRO_DISPLAY_FEATURE_LOG)
CMakeLists.txt:190 (include)
Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment