Building CEGUI 0.8.2
Posted: Sat Aug 24, 2013 21:23
I've configured and generated the dependency files for CEGUI 0.8.2. however it will not configure and generate the cegui build files for me! When I hit configure after setting my directories cmake gui does tells me I have a few errors which are:
I have tried to add entries for OGRE_FOUND like on the wiki, as well as looking into Cmakelist.txt and then looking for those "add_subdirectory" lines and then creating those folders in the cegui directory. Neither of these options worked. I'm using windows 8 currently. I got it to build on my windows 7 machine too.
The C compiler identification is MSVC 16.0.30319.1
The CXX compiler identification is MSVC 16.0.30319.1
Check for working C compiler using: Visual Studio 10
Check for working C compiler using: Visual Studio 10 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10
Check for working CXX compiler using: Visual Studio 10 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Could NOT find PCRE (missing: PCRE_LIB)
Could NOT find FREETYPE (missing: FREETYPE_LIB)
Could NOT find MINIZIP (missing: MINIZIP_LIB MINIZIP_LIB_DBG MINIZIP_H_PATH)
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could NOT find FRIBIDI (missing: FRIBIDI_FOUND_ALL_LIBS FRIBIDI_FOUND_ALL_LIBS_DBG FRIBIDI_INCLUDE_DIR)
Could NOT find GLEW (missing: GLEW_LIB)
Could NOT find GLFW (missing: GLFW_LIB)
Could NOT find DIRECTXSDK (missing: DIRECTXSDK_LIB_PATH DIRECTXSDK_H_PATH DIRECTXSDK_MAX_D3D)
Could NOT find D3DX11EFFECTS (missing: D3DX11EFFECTS_LIB D3DX11EFFECTS_LIB_DBG D3DX11EFFECTS_H_PATH)
Could NOT find IRRLICHT (missing: IRRLICHT_LIB IRRLICHT_H_PATH)
Could NOT find OGRE (missing: OGRE_LIB OGRE_H_PATH)
Could NOT find OIS (missing: OIS_LIB OIS_H_PATH)
Could NOT find DIRECTFB (missing: DIRECTFB_LIB DIRECTFB_LIB_DBG DIRECTFB_H_PATH)
Could NOT find OPENGLES (missing: OPENGLES_LIB OPENGLES_H_PATH)
Could NOT find EXPAT (missing: EXPAT_LIB)
Could NOT find XERCESC (missing: XERCESC_LIB XERCESC_LIB_DBG XERCESC_H_PATH)
Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
Could NOT find TINYXML (missing: TINYXML_LIB TINYXML_LIB_DBG TINYXML_H_PATH)
Could NOT find RAPIDXML (missing: RAPIDXML_H_PATH)
Could NOT find IL (missing: IL_LIB IL_LIB_DBG IL_H_PATH)
Could NOT find ILU (missing: ILU_LIB ILU_LIB_DBG)
Could NOT find FREEIMAGE (missing: FREEIMAGE_LIB FREEIMAGE_LIB_DBG FREEIMAGE_H_PATH)
Could NOT find SILLY (missing: SILLY_LIB)
Could NOT find CORONA (missing: CORONA_LIB CORONA_LIB_DBG CORONA_H_PATH)
Could NOT find PVRTOOLS (missing: PVRTOOLS_LIB PVRTOOLS_H_PATH)
Could NOT find LUA51 (missing: LUA_LIB)
Could NOT find TOLUAPP (missing: TOLUAPP_LIB)
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
Could NOT find Boost
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Could NOT find FREETYPE (missing: FREETYPE_LIB)
Some or all of the gtk libraries were not found. (missing: GTK2_GTK_LIBRARY GTK2_GTK_INCLUDE_DIR GTK2_GDK_INCLUDE_DIR GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GDK_LIBRARY GTK2_GLIB_INCLUDE_DIR GTK2_GLIBCONFIG_INCLUDE_DIR GTK2_GLIB_LIBRARY)
CMake Error at CMakeLists.txt:503 (add_subdirectory):
add_subdirectory given source "cegui/src" which is not an existing
directory.
CMake Error at CMakeLists.txt:504 (add_subdirectory):
add_subdirectory given source "cegui/src/RendererModules" which is not an
existing directory.
CMake Error at CMakeLists.txt:505 (add_subdirectory):
add_subdirectory given source "cegui/src/XMLParserModules" which is not an
existing directory.
CMake Error at CMakeLists.txt:506 (add_subdirectory):
add_subdirectory given source "cegui/src/ImageCodecModules" which is not an
existing directory.
CMake Error at CMakeLists.txt:507 (add_subdirectory):
add_subdirectory given source "cegui/src/WindowRendererSets" which is not
an existing directory.
CMake Error at CMakeLists.txt:508 (add_subdirectory):
add_subdirectory given source "cegui/src/ScriptModules" which is not an
existing directory.
CMake Error at CMakeLists.txt:510 (add_subdirectory):
add_subdirectory given source "cegui/src/CommonDialogs" which is not an
existing directory.
Configuring incomplete, errors occurred!
I have tried to add entries for OGRE_FOUND like on the wiki, as well as looking into Cmakelist.txt and then looking for those "add_subdirectory" lines and then creating those folders in the cegui directory. Neither of these options worked. I'm using windows 8 currently. I got it to build on my windows 7 machine too.