undefined references in libglfw3

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

BloodyEpi
Just popping in
Just popping in
Posts: 2
Joined: Mon Dec 12, 2016 22:22

undefined references in libglfw3

Postby BloodyEpi » Mon Dec 12, 2016 22:41

Hi,

Im trying to build CEGUI, however building the samples fails to link, because of missing references in libglfw3.a.

Ive checked out CEGUI v0-8-7. Here's my cmakecache file

Code: Select all

# This is the CMakeCache file.
# For build in directory: /home/epi/game/ext/cegui/build
# It was generated by CMake: /usr/local/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND

//Path to a file.
Boost_INCLUDE_DIR:PATH=Boost_INCLUDE_DIR-NOTFOUND

//Boost python library (debug)
Boost_PYTHON_LIBRARY_DEBUG:FILEPATH=Boost_PYTHON_LIBRARY_DEBUG-NOTFOUND

//Boost python library (release)
Boost_PYTHON_LIBRARY_RELEASE:FILEPATH=Boost_PYTHON_LIBRARY_RELEASE-NOTFOUND

//Boost system library (debug)
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=Boost_SYSTEM_LIBRARY_DEBUG-NOTFOUND

//Boost system library (release)
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=Boost_SYSTEM_LIBRARY_RELEASE-NOTFOUND

//Boost timer library (debug)
Boost_TIMER_LIBRARY_DEBUG:FILEPATH=Boost_TIMER_LIBRARY_DEBUG-NOTFOUND

//Boost timer library (release)
Boost_TIMER_LIBRARY_RELEASE:FILEPATH=Boost_TIMER_LIBRARY_RELEASE-NOTFOUND

//Boost unit_test_framework library (debug)
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG:FILEPATH=Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG-NOTFOUND

//Boost unit_test_framework library (release)
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE:FILEPATH=Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE-NOTFOUND

//Path to a program.
CCACHE_FOUND:FILEPATH=CCACHE_FOUND-NOTFOUND

//Dependencies for the target
CEGUIBase-0_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libpcre.so;general;dl;

//Dependencies for the target
CEGUICommonDialogs-0_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUICommonDialogsDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;general;CEGUICommonDialogs-0;

//Dependencies for the target
CEGUICoreWindowRendererSet_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIDemo6_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIDragDropDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIEditboxValidationDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIEffectsDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIFontDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIFreeImageImageCodec_LIB_DEPENDS:STATIC=general;/usr/lib/libfreeimage.so;general;CEGUIBase-0;

//Dependencies for the target
CEGUIGameMenuDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIHUDDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIHelloWorldDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIInventoryDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUILookNFeelOverviewDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIMinesweeper_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIOpenGLRenderer-0_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libepoxy.so;general;CEGUIBase-0;

//Dependencies for the target
CEGUIScrollablePaneDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUITabControlDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUITextDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUITreeDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Dependencies for the target
CEGUIWidgetDemo_LIB_DEPENDS:STATIC=general;CEGUIBase-0;

//Specifies whether to build the application templates.
CEGUI_BUILD_APPLICATION_TEMPLATES:BOOL=ON

//Specifies whether to build the application template for GLFW3
CEGUI_BUILD_APPLICATION_TEMPLATE_GLFW3:BOOL=OFF

//Specifies whether to build the application template for SDL2
CEGUI_BUILD_APPLICATION_TEMPLATE_SDL2:BOOL=ON

//Specifies whether to build the datafiles test.
CEGUI_BUILD_DATAFILES_TEST:BOOL=OFF

//Specifies whether to build the Corona based ImageCodec module
CEGUI_BUILD_IMAGECODEC_CORONA:BOOL=OFF

//Specifies whether to build the DevIL based ImageCodec module
CEGUI_BUILD_IMAGECODEC_DEVIL:BOOL=OFF

//Specifies whether to build the FreeImage based ImageCodec module
CEGUI_BUILD_IMAGECODEC_FREEIMAGE:BOOL=ON

//Specifies whether to build the PVR only ImageCodec module
CEGUI_BUILD_IMAGECODEC_PVR:BOOL=OFF

//Specifies whether to build the SDL2 ImageCodec module
CEGUI_BUILD_IMAGECODEC_SDL2:BOOL=OFF

//Specifies whether to build the SILLY based ImageCodec module
CEGUI_BUILD_IMAGECODEC_SILLY:BOOL=OFF

//Specifies whether to build the STB based ImageCodec module
CEGUI_BUILD_IMAGECODEC_STB:BOOL=OFF

//Specifies whether to build the based TGA only ImageCodec module
CEGUI_BUILD_IMAGECODEC_TGA:BOOL=OFF

//Specifies whether to build the custom tolua binding generator
// 'toluappcegui'
CEGUI_BUILD_LUA_GENERATOR:BOOL=OFF

//Specifies whether to build the Lua based script module
CEGUI_BUILD_LUA_MODULE:BOOL=OFF

//Specifies whether to build the Python extension module(s)
CEGUI_BUILD_PYTHON_MODULES:BOOL=OFF

//Specifies whether to build the Direct3D 10 renderer module
CEGUI_BUILD_RENDERER_DIRECT3D10:BOOL=OFF

//Specifies whether to build the Direct3D 11 renderer module
CEGUI_BUILD_RENDERER_DIRECT3D11:BOOL=OFF

//Specifies whether to build the Direct3D 9 renderer module
CEGUI_BUILD_RENDERER_DIRECT3D9:BOOL=OFF

//Specifies whether to build the DirectFB renderer module (not
// supported!)
CEGUI_BUILD_RENDERER_DIRECTFB:BOOL=OFF

//Specifies whether to build the Irrlicht renderer module
CEGUI_BUILD_RENDERER_IRRLICHT:BOOL=OFF

//Specifies whether to build the null renderer module
CEGUI_BUILD_RENDERER_NULL:BOOL=OFF

//Specifies whether to build the Ogre renderer module
CEGUI_BUILD_RENDERER_OGRE:BOOL=OFF

//Specifies whether to build the old OpenGL renderer module
CEGUI_BUILD_RENDERER_OPENGL:BOOL=OFF

//Specifies whether to build the renderer module that supports
// OpenGL 3.2 (core profile) and OpenGL ES 2.0.
CEGUI_BUILD_RENDERER_OPENGL3:BOOL=ON

//Specifies whether to build the OpenGL ES 1 renderer module
CEGUI_BUILD_RENDERER_OPENGLES:BOOL=OFF

//Specifies whether the static configs will be built.  (NB: Shared
// configs are always built)
CEGUI_BUILD_STATIC_CONFIGURATION:BOOL=OFF

//For static CEGUI builds, specifies whether to include the getWindoFactoryModule
// method.  When false, the developer must provide a custom implementation
// of the method
CEGUI_BUILD_STATIC_FACTORY_MODULE:BOOL=OFF

//String holding a suffix appended to the name of output binaries
// (under CMake build, only used for debug).
CEGUI_BUILD_SUFFIX:STRING=

//Specifies whether to build the Expat based XMLParser module
CEGUI_BUILD_XMLPARSER_EXPAT:BOOL=OFF

//Specifies whether to build the libxml2 based XMLParser module
CEGUI_BUILD_XMLPARSER_LIBXML2:BOOL=OFF

//Specifies whether to build the RapidXML based XMLParser module
CEGUI_BUILD_XMLPARSER_RAPIDXML:BOOL=OFF

//Specifies whether to build the TinyXML based XMLParser module
CEGUI_BUILD_XMLPARSER_TINYXML:BOOL=OFF

//Specifies whether to build the Xerces-C++ based XMLParser module
CEGUI_BUILD_XMLPARSER_XERCES:BOOL=OFF

//If checked, CEGUI can use custom allocation. (for experienced
// developers only!)
CEGUI_CUSTOM_ALLOCATORS:BOOL=OFF

//Which include file contains memory allocators and allocation
// configuration. (only used if CEGUI_CUSTOM_ALLOCATORS is checked)
//\nWe have bundled 2 allocators, mostly for demonstrational purposes.
//\nCEGUI/MemoryStdAllocator.h contains malloc allocator, use it
// as a starting point for your own allocators
//\nCEGUI/MemoryOgreAllocator.h delegates allocation to Ogre, which
// may be useful to Ogre users (you will have to manually change
// linking options of CEGUIBase!)
CEGUI_CUSTOM_ALLOCATORS_INCLUDE:STRING=CEGUI/MemoryStdAllocator.h

//Specifies which major version of GLFW to use for the samples
// (2 or 3). The default is to look for both, giving priority to
// version 2.
CEGUI_GLFW_VER:STRING=

//Specifies whether to build the DefaultLogger implementation
CEGUI_HAS_DEFAULT_LOGGER:BOOL=ON

//Specifies whether to include Freetype font support
CEGUI_HAS_FREETYPE:BOOL=OFF

//Specifies whether to build the minizip based resource provider
CEGUI_HAS_MINIZIP_RESOURCE_PROVIDER:BOOL=OFF

//Specifies whether to include PCRE regexp matching for editbox
// string validation
CEGUI_HAS_PCRE_REGEX:BOOL=ON

//Specifies whether to install with RPATH set to the install location
// (TRUE) or with no RPATH set (FALSE).
CEGUI_INSTALL_WITH_RPATH:BOOL=OFF

//Run the samples as if a specific OpenGL (desktop or ES) major
// version is used. Useful for testing.
CEGUI_OPENGL_VER_MAJOR_FORCE:STRING=

//Run the samples as if a specific OpenGL (desktop or ES) minor
// version is used. Useful for testing.
CEGUI_OPENGL_VER_MINOR_FORCE:STRING=0

//Specifies the ImageCodec module to use as the default
CEGUI_OPTION_DEFAULT_IMAGECODEC:STRING=FreeImageImageCodec

//Specifies whether to enable extra validation in the Lua script
// module in non-debug builds
CEGUI_OPTION_SAFE_LUA_MODULE:BOOL=OFF

//Specifies whether to build the CEGUI sample applications
CEGUI_SAMPLES_ENABLED:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_COMMON_DIALOGUES_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_DEMO6:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_DRAGDROP_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_EDITBOX_VALIDATION_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_EFFECTS_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_FONT_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_GAMEMENU_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_HELLO_WORLD_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_HUD_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_INVENTORY_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_LOOKNFEELOVERVIEW_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_MINESWEEPER_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_SCROLLABLEPANE_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_TABCONTROL_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_TEXT_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_TREE_DEMO:BOOL=ON

//Specifies whether this sample should be built or not
CEGUI_SAMPLES_ENABLE_WIDGET_DEMO:BOOL=ON

//Specifies whether the sample applications will make use of the
// GTK2 UI for renderer selection.
CEGUI_SAMPLES_USE_GTK2:BOOL=OFF

//Specifies image codec library to link to samples in static builds.
CEGUI_STATIC_IMAGECODEC_MODULE:STRING=CEGUIFreeImageImageCodec

//Which string class should CEGUI use
//\n1 - utf8 and utf32 aware inbuilt string,
//\n2 - std::string without custom allocation,
//\n3 - std::basic_string allocated according to allocator config
CEGUI_STRING_CLASS:STRING=1

//Specifies whether bi-directional text will be supported via the
// fribidi library.
CEGUI_USE_FRIBIDI:BOOL=OFF

//Specifies whether bi-directional text will be supported via the
// embedded minibidi.
CEGUI_USE_MINIBIDI:BOOL=OFF

//Specifies whether to treat warnings as errors. Recommended if
// you're developing CEGUI itself.
CEGUI_WARNINGS_AS_ERRORS:BOOL=OFF

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Sets the configuration to build (Release, Debug, etc...)
CMAKE_BUILD_TYPE:STRING=Release

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-6

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=cegui

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=OFF

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF

//Path to a file.
CORONA_H_PATH:PATH=CORONA_H_PATH-NOTFOUND

//Path to a library.
CORONA_LIB:FILEPATH=CORONA_LIB-NOTFOUND

//Path to a library.
CORONA_LIB_DBG:FILEPATH=CORONA_LIB_DBG-NOTFOUND

//Enable to build Debian packages
CPACK_BINARY_DEB:BOOL=OFF

//Enable to build IFW packages
CPACK_BINARY_IFW:BOOL=OFF

//Enable to build NSIS packages
CPACK_BINARY_NSIS:BOOL=OFF

//Enable to build RPM packages
CPACK_BINARY_RPM:BOOL=OFF

//Enable to build STGZ packages
CPACK_BINARY_STGZ:BOOL=ON

//Enable to build TBZ2 packages
CPACK_BINARY_TBZ2:BOOL=OFF

//Enable to build TGZ packages
CPACK_BINARY_TGZ:BOOL=ON

//Enable to build TXZ packages
CPACK_BINARY_TXZ:BOOL=OFF

//Enable to build TZ packages
CPACK_BINARY_TZ:BOOL=ON

//Path to a file.
D3DX11EFFECTS_H_PATH:PATH=D3DX11EFFECTS_H_PATH-NOTFOUND

//Path to a library.
D3DX11EFFECTS_LIB:FILEPATH=D3DX11EFFECTS_LIB-NOTFOUND

//Path to a library.
D3DX11EFFECTS_LIB_DBG:FILEPATH=D3DX11EFFECTS_LIB_DBG-NOTFOUND

//Path to a file.
DIRECTFB_H_PATH:PATH=DIRECTFB_H_PATH-NOTFOUND

//Path to a library.
DIRECTFB_LIB:FILEPATH=DIRECTFB_LIB-NOTFOUND

//Path to a library.
DIRECTFB_LIB_DBG:FILEPATH=DIRECTFB_LIB_DBG-NOTFOUND

//Path to a file.
DIRECTXSDK_H_PATH:PATH=DIRECTXSDK_H_PATH-NOTFOUND

//Path to a file.
DIRECTXSDK_LIB_PATH:PATH=DIRECTXSDK_LIB_PATH-NOTFOUND

//Graphviz Dot tool for using Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=/usr/bin/dot

//Doxygen documentation generation tool (http://www.doxygen.org)
DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND

//Path to a file.
EPOXY_H_PATH:PATH=/usr/include

//Path to a library.
EPOXY_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libepoxy.so

//Path to a file.
EXPAT_H_PATH:PATH=EXPAT_H_PATH-NOTFOUND

//Path to a library.
EXPAT_LIB:FILEPATH=EXPAT_LIB-NOTFOUND

//Path to a library.
EXPAT_LIB_DBG:FILEPATH=EXPAT_LIB_DBG-NOTFOUND

//Path to a file.
FREEIMAGE_H_PATH:PATH=/usr/include

//Path to a library.
FREEIMAGE_LIB:FILEPATH=/usr/lib/libfreeimage.so

//Path to a library.
FREEIMAGE_LIB_DBG:FILEPATH=FREEIMAGE_LIB_DBG-NOTFOUND

//Path to a file.
FREETYPE_H_PATH_ft2build:PATH=FREETYPE_H_PATH_ft2build-NOTFOUND

//Path to a file.
FREETYPE_H_PATH_ftconfig:PATH=FREETYPE_H_PATH_ftconfig-NOTFOUND

//Path to a library.
FREETYPE_LIB:FILEPATH=FREETYPE_LIB-NOTFOUND

//Path to a library.
FREETYPE_LIB_DBG:FILEPATH=FREETYPE_LIB_DBG-NOTFOUND

//Path to a library.
FRIBIDI_D_LIBRARY_DBG:FILEPATH=FRIBIDI_D_LIBRARY_DBG-NOTFOUND

//Path to a library.
FRIBIDI_D_LIBRARY_STATIC_DBG:FILEPATH=FRIBIDI_D_LIBRARY_STATIC_DBG-NOTFOUND

//Path to a file.
FRIBIDI_H_PATH:PATH=FRIBIDI_H_PATH-NOTFOUND

//Path to a library.
FRIBIDI_LIBRARY:FILEPATH=FRIBIDI_LIBRARY-NOTFOUND

//Path to a library.
FRIBIDI_LIBRARY_STATIC:FILEPATH=FRIBIDI_LIBRARY_STATIC-NOTFOUND

//Path to a file.
GLEW_H_PATH:PATH=GLEW_H_PATH-NOTFOUND

//Path to a library.
GLEW_LIB:FILEPATH=GLEW_LIB-NOTFOUND

//Path to a library.
GLEW_LIB_DBG:FILEPATH=GLEW_LIB_DBG-NOTFOUND

//Path to a file.
GLFW3_H_PATH:PATH=/usr/local/include

//Path to a library.
GLFW3_LIB:FILEPATH=/usr/local/lib/libglfw3.a

//Path to a library.
GLFW3_LIB_DBG:FILEPATH=GLFW3_LIB_DBG-NOTFOUND

//Path to a file.
GLFW_H_PATH:PATH=GLFW_H_PATH-NOTFOUND

//Path to a library.
GLFW_LIB:FILEPATH=GLFW_LIB-NOTFOUND

//Path to a library.
GLFW_LIB_DBG:FILEPATH=GLFW_LIB_DBG-NOTFOUND

//Path to a file.
GLM_H_PATH:PATH=/usr/include

//Path to a file.
GTK2_ATK_INCLUDE_DIR:PATH=GTK2_ATK_INCLUDE_DIR-NOTFOUND

//Path to a library.
GTK2_ATK_LIBRARY_DEBUG:FILEPATH=GTK2_ATK_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_ATK_LIBRARY_RELEASE:FILEPATH=GTK2_ATK_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
GTK2_CAIRO_INCLUDE_DIR:PATH=GTK2_CAIRO_INCLUDE_DIR-NOTFOUND

//Path to a library.
GTK2_CAIRO_LIBRARY_DEBUG:FILEPATH=GTK2_CAIRO_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_CAIRO_LIBRARY_RELEASE:FILEPATH=GTK2_CAIRO_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
GTK2_FONTCONFIG_INCLUDE_DIR:PATH=GTK2_FONTCONFIG_INCLUDE_DIR-NOTFOUND

//Path to a file.
GTK2_GDKCONFIG_INCLUDE_DIR:PATH=GTK2_GDKCONFIG_INCLUDE_DIR-NOTFOUND

//Path to a file.
GTK2_GDK_INCLUDE_DIR:PATH=GTK2_GDK_INCLUDE_DIR-NOTFOUND

//Path to a library.
GTK2_GDK_LIBRARY_DEBUG:FILEPATH=GTK2_GDK_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_GDK_LIBRARY_RELEASE:FILEPATH=GTK2_GDK_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
GTK2_GDK_PIXBUF_INCLUDE_DIR:PATH=GTK2_GDK_PIXBUF_INCLUDE_DIR-NOTFOUND

//Path to a library.
GTK2_GDK_PIXBUF_LIBRARY_DEBUG:FILEPATH=GTK2_GDK_PIXBUF_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_GDK_PIXBUF_LIBRARY_RELEASE:FILEPATH=GTK2_GDK_PIXBUF_LIBRARY_RELEASE-NOTFOUND

//Path to a library.
GTK2_GIO_LIBRARY_DEBUG:FILEPATH=GTK2_GIO_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_GIO_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libgio-2.0.so

//Path to a file.
GTK2_GLIBCONFIG_INCLUDE_DIR:PATH=/usr/lib/x86_64-linux-gnu/glib-2.0/include

//Path to a file.
GTK2_GLIB_INCLUDE_DIR:PATH=/usr/include/glib-2.0

//Path to a library.
GTK2_GLIB_LIBRARY_DEBUG:FILEPATH=GTK2_GLIB_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_GLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libglib-2.0.so

//Path to a library.
GTK2_GMODULE_LIBRARY_DEBUG:FILEPATH=GTK2_GMODULE_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_GMODULE_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so

//Path to a file.
GTK2_GOBJECT_INCLUDE_DIR:PATH=/usr/include/glib-2.0

//Path to a library.
GTK2_GOBJECT_LIBRARY_DEBUG:FILEPATH=GTK2_GOBJECT_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_GOBJECT_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libgobject-2.0.so

//Path to a library.
GTK2_GTHREAD_LIBRARY_DEBUG:FILEPATH=GTK2_GTHREAD_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_GTHREAD_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libgthread-2.0.so

//Path to a file.
GTK2_GTK_INCLUDE_DIR:PATH=GTK2_GTK_INCLUDE_DIR-NOTFOUND

//Path to a library.
GTK2_GTK_LIBRARY_DEBUG:FILEPATH=GTK2_GTK_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_GTK_LIBRARY_RELEASE:FILEPATH=GTK2_GTK_LIBRARY_RELEASE-NOTFOUND

//Path to a library.
GTK2_PANGOCAIRO_LIBRARY_DEBUG:FILEPATH=GTK2_PANGOCAIRO_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_PANGOCAIRO_LIBRARY_RELEASE:FILEPATH=GTK2_PANGOCAIRO_LIBRARY_RELEASE-NOTFOUND

//Path to a library.
GTK2_PANGOFT2_LIBRARY_DEBUG:FILEPATH=GTK2_PANGOFT2_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_PANGOFT2_LIBRARY_RELEASE:FILEPATH=GTK2_PANGOFT2_LIBRARY_RELEASE-NOTFOUND

//Path to a library.
GTK2_PANGOXFT_LIBRARY_DEBUG:FILEPATH=GTK2_PANGOXFT_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_PANGOXFT_LIBRARY_RELEASE:FILEPATH=GTK2_PANGOXFT_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
GTK2_PANGO_INCLUDE_DIR:PATH=GTK2_PANGO_INCLUDE_DIR-NOTFOUND

//Path to a library.
GTK2_PANGO_LIBRARY_DEBUG:FILEPATH=GTK2_PANGO_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
GTK2_PANGO_LIBRARY_RELEASE:FILEPATH=GTK2_PANGO_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
GTK2_X11_INCLUDE_DIR:PATH=/usr/include

//Path to a file.
ICONV_H_PATH:PATH=/usr/include

//STRING
ICONV_LIB:STRING=

//Path to a library.
ILU_LIB:FILEPATH=ILU_LIB-NOTFOUND

//Path to a library.
ILU_LIB_DBG:FILEPATH=ILU_LIB_DBG-NOTFOUND

//Path to a file.
IL_H_PATH:PATH=IL_H_PATH-NOTFOUND

//Path to a library.
IL_LIB:FILEPATH=IL_LIB-NOTFOUND

//Path to a library.
IL_LIB_DBG:FILEPATH=IL_LIB_DBG-NOTFOUND

//Path to a file.
IRRLICHT_H_PATH:PATH=IRRLICHT_H_PATH-NOTFOUND

//Path to a library.
IRRLICHT_LIB:FILEPATH=IRRLICHT_LIB-NOTFOUND

//Path to a library.
IRRLICHT_LIB_DBG:FILEPATH=IRRLICHT_LIB_DBG-NOTFOUND

//Path to a file.
LIBXML2_INCLUDE_DIR:PATH=LIBXML2_INCLUDE_DIR-NOTFOUND

//Path to a library.
LIBXML2_LIBRARIES:FILEPATH=LIBXML2_LIBRARIES-NOTFOUND

//Path to a program.
LIBXML2_XMLLINT_EXECUTABLE:FILEPATH=LIBXML2_XMLLINT_EXECUTABLE-NOTFOUND

//Path to a file.
LUA_H_PATH:PATH=LUA_H_PATH-NOTFOUND

//Path to a library.
LUA_LIB:FILEPATH=LUA_LIB-NOTFOUND

//Path to a library.
LUA_LIB_DBG:FILEPATH=LUA_LIB_DBG-NOTFOUND

//Path to a file.
MINIZIP_H_PATH:PATH=MINIZIP_H_PATH-NOTFOUND

//Path to a library.
MINIZIP_LIB:FILEPATH=MINIZIP_LIB-NOTFOUND

//Path to a library.
MINIZIP_LIB_DBG:FILEPATH=MINIZIP_LIB_DBG-NOTFOUND

//Path to a file.
OGRE_H_BUILD_SETTINGS_PATH:PATH=OGRE_H_BUILD_SETTINGS_PATH-NOTFOUND

//Path to a file.
OGRE_H_PATH:PATH=OGRE_H_PATH-NOTFOUND

//Path to a library.
OGRE_LIB:FILEPATH=OGRE_LIB-NOTFOUND

//Path to a library.
OGRE_LIB_DBG:FILEPATH=OGRE_LIB_DBG-NOTFOUND

//Path to a file.
OGRE_RenderSystem_Direct3D11_INCLUDE_DIR:PATH=OGRE_RenderSystem_Direct3D11_INCLUDE_DIR-NOTFOUND

//Path to a library.
OGRE_RenderSystem_Direct3D11_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_Direct3D11_LIBRARY_DBG-NOTFOUND

//Path to a library.
OGRE_RenderSystem_Direct3D11_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_Direct3D11_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_Direct3D9_INCLUDE_DIR:PATH=OGRE_RenderSystem_Direct3D9_INCLUDE_DIR-NOTFOUND

//Path to a library.
OGRE_RenderSystem_Direct3D9_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_Direct3D9_LIBRARY_DBG-NOTFOUND

//Path to a library.
OGRE_RenderSystem_Direct3D9_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_Direct3D9_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GL3Plus_INCLUDE_DIR:PATH=OGRE_RenderSystem_GL3Plus_INCLUDE_DIR-NOTFOUND

//Path to a library.
OGRE_RenderSystem_GL3Plus_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_GL3Plus_LIBRARY_DBG-NOTFOUND

//Path to a library.
OGRE_RenderSystem_GL3Plus_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_GL3Plus_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GLES2_INCLUDE_DIR:PATH=OGRE_RenderSystem_GLES2_INCLUDE_DIR-NOTFOUND

//Path to a library.
OGRE_RenderSystem_GLES2_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_GLES2_LIBRARY_DBG-NOTFOUND

//Path to a library.
OGRE_RenderSystem_GLES2_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_GLES2_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GLES_INCLUDE_DIR:PATH=OGRE_RenderSystem_GLES_INCLUDE_DIR-NOTFOUND

//Path to a library.
OGRE_RenderSystem_GLES_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_GLES_LIBRARY_DBG-NOTFOUND

//Path to a library.
OGRE_RenderSystem_GLES_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_GLES_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GL_INCLUDE_DIR:PATH=OGRE_RenderSystem_GL_INCLUDE_DIR-NOTFOUND

//Path to a library.
OGRE_RenderSystem_GL_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_GL_LIBRARY_DBG-NOTFOUND

//Path to a library.
OGRE_RenderSystem_GL_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_GL_LIBRARY_REL-NOTFOUND

//Path to a file.
OIS_H_PATH:PATH=OIS_H_PATH-NOTFOUND

//Path to a library.
OIS_LIB:FILEPATH=OIS_LIB-NOTFOUND

//Path to a library.
OIS_LIB_DBG:FILEPATH=OIS_LIB_DBG-NOTFOUND

//Path to a file.
OPENGLES_H_PATH:PATH=OPENGLES_H_PATH-NOTFOUND

//Path to a library.
OPENGLES_LIB:FILEPATH=OPENGLES_LIB-NOTFOUND

//Path to a file.
OPENGL_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGL.so

//Path to a library.
OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLU.so

//Path to a file.
OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND

//Path to a file.
PCRE_H_PATH:PATH=/usr/include

//Path to a library.
PCRE_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libpcre.so

//Path to a library.
PCRE_LIB_DBG:FILEPATH=PCRE_LIB_DBG-NOTFOUND

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config

//Path to a file.
PVRTOOLS_H_PATH:PATH=PVRTOOLS_H_PATH-NOTFOUND

//Path to a library.
PVRTOOLS_LIB:FILEPATH=PVRTOOLS_LIB-NOTFOUND

//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python

//Path to a library.
PYTHON_LIBRARY:FILEPATH=PYTHON_LIBRARY-NOTFOUND

//Path to a library.
PYTHON_LIBRARY_DEBUG:FILEPATH=PYTHON_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
PYTHON_LIBRARY_RELEASE:FILEPATH=PYTHON_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
RAPIDXML_H_PATH:PATH=RAPIDXML_H_PATH-NOTFOUND

//Path to a file.
SDL2IMAGE_H_PATH:PATH=SDL2IMAGE_H_PATH-NOTFOUND

//Path to a library.
SDL2IMAGE_LIB:FILEPATH=SDL2IMAGE_LIB-NOTFOUND

//Path to a library.
SDL2IMAGE_LIB_DBG:FILEPATH=SDL2IMAGE_LIB_DBG-NOTFOUND

//Path to a library.
SDL2MAIN_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libSDL2main.a

//Path to a file.
SDL2_H_PATH:PATH=/usr/include/SDL2

//Path to a library.
SDL2_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libSDL2.so

//Path to a library.
SDL2_LIB_DBG:FILEPATH=SDL2_LIB_DBG-NOTFOUND

//preprocessor definitions
SILLY_DEFINITIONS:STRING=USE_SILLYOPTIONS_H

//Path to a file.
SILLY_H_PATH:PATH=SILLY_H_PATH-NOTFOUND

//Path to a library.
SILLY_LIB:FILEPATH=SILLY_LIB-NOTFOUND

//Path to a library.
SILLY_LIB_DBG:FILEPATH=SILLY_LIB_DBG-NOTFOUND

//Path to a file.
TINYXML_H_PATH:PATH=TINYXML_H_PATH-NOTFOUND

//Path to a library.
TINYXML_LIB:FILEPATH=TINYXML_LIB-NOTFOUND

//Path to a library.
TINYXML_LIB_DBG:FILEPATH=TINYXML_LIB_DBG-NOTFOUND

//Path to a file.
TOLUAPP_H_PATH:PATH=TOLUAPP_H_PATH-NOTFOUND

//Path to a library.
TOLUAPP_LIB:FILEPATH=TOLUAPP_LIB-NOTFOUND

//Path to a library.
TOLUAPP_LIB_DBG:FILEPATH=TOLUAPP_LIB_DBG-NOTFOUND

//Path to a file.
XERCESC_H_PATH:PATH=XERCESC_H_PATH-NOTFOUND

//Path to a library.
XERCESC_LIB:FILEPATH=XERCESC_LIB-NOTFOUND

//Path to a library.
XERCESC_LIB_DBG:FILEPATH=XERCESC_LIB_DBG-NOTFOUND

//Value Computed by CMake
cegui_BINARY_DIR:STATIC=/home/epi/game/ext/cegui/build

//Value Computed by CMake
cegui_SOURCE_DIR:STATIC=/home/epi/game/ext/cegui/source


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: Boost_DIR
Boost_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_INCLUDE_DIR
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PYTHON_LIBRARY_DEBUG
Boost_PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PYTHON_LIBRARY_RELEASE
Boost_PYTHON_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_TIMER_LIBRARY_DEBUG
Boost_TIMER_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_TIMER_LIBRARY_RELEASE
Boost_TIMER_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CEGUI_OPENGL_VER_MAJOR_FORCE
CEGUI_OPENGL_VER_MAJOR_FORCE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CEGUI_OPENGL_VER_MINOR_FORCE
CEGUI_OPENGL_VER_MINOR_FORCE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/epi/game/ext/cegui/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=7
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/cmake-gui
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/epi/game/ext/cegui/source
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=32
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.7
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CORONA_H_PATH
CORONA_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CORONA_LIB
CORONA_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CORONA_LIB_DBG
CORONA_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_DEB
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_IFW
CPACK_BINARY_IFW-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_NSIS
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_RPM
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_STGZ
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TBZ2
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TGZ
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TXZ
CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TZ
CPACK_BINARY_TZ-ADVANCED:INTERNAL=1
//tarball basename
CPACK_SOURCE_PACKAGE_FILE_NAME:INTERNAL=cegui-0.8.7
//ADVANCED property for variable: D3DX11EFFECTS_H_PATH
D3DX11EFFECTS_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: D3DX11EFFECTS_LIB
D3DX11EFFECTS_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: D3DX11EFFECTS_LIB_DBG
D3DX11EFFECTS_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DIRECTFB_H_PATH
DIRECTFB_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DIRECTFB_LIB
DIRECTFB_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DIRECTFB_LIB_DBG
DIRECTFB_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DIRECTXSDK_H_PATH
DIRECTXSDK_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DIRECTXSDK_LIB_PATH
DIRECTXSDK_LIB_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EPOXY_H_PATH
EPOXY_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EPOXY_LIB
EPOXY_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXPAT_H_PATH
EXPAT_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXPAT_LIB
EXPAT_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXPAT_LIB_DBG
EXPAT_LIB_DBG-ADVANCED:INTERNAL=1
//Details about finding EPOXY
FIND_PACKAGE_MESSAGE_DETAILS_EPOXY:INTERNAL=[/usr/lib/x86_64-linux-gnu/libepoxy.so][/usr/include][v()]
//Details about finding FREEIMAGE
FIND_PACKAGE_MESSAGE_DETAILS_FREEIMAGE:INTERNAL=[/usr/lib/libfreeimage.so][/usr/include][v()]
//Details about finding GLFW3
FIND_PACKAGE_MESSAGE_DETAILS_GLFW3:INTERNAL=[/usr/local/lib/libglfw3.a][/usr/local/include][v()]
//Details about finding GLM
FIND_PACKAGE_MESSAGE_DETAILS_GLM:INTERNAL=[/usr/include][v()]
//Details about finding OpenGL
FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libGL.so][/usr/include][v()]
//Details about finding PCRE
FIND_PACKAGE_MESSAGE_DETAILS_PCRE:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpcre.so][/usr/include][v()]
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.26()]
//Details about finding PythonInterp
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python][v2.7.6()]
//Details about finding SDL2
FIND_PACKAGE_MESSAGE_DETAILS_SDL2:INTERNAL=[/usr/lib/x86_64-linux-gnu/libSDL2.so;/usr/lib/x86_64-linux-gnu/libSDL2main.a;-lpthread][/usr/include/SDL2][v()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//ADVANCED property for variable: FREEIMAGE_H_PATH
FREEIMAGE_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREEIMAGE_LIB
FREEIMAGE_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREEIMAGE_LIB_DBG
FREEIMAGE_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_H_PATH_ft2build
FREETYPE_H_PATH_ft2build-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_H_PATH_ftconfig
FREETYPE_H_PATH_ftconfig-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_LIB
FREETYPE_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_LIB_DBG
FREETYPE_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FRIBIDI_D_LIBRARY_DBG
FRIBIDI_D_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FRIBIDI_D_LIBRARY_STATIC_DBG
FRIBIDI_D_LIBRARY_STATIC_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FRIBIDI_H_PATH
FRIBIDI_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FRIBIDI_LIBRARY
FRIBIDI_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FRIBIDI_LIBRARY_STATIC
FRIBIDI_LIBRARY_STATIC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLEW_H_PATH
GLEW_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLEW_LIB
GLEW_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLEW_LIB_DBG
GLEW_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLFW3_H_PATH
GLFW3_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLFW3_LIB
GLFW3_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLFW3_LIB_DBG
GLFW3_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLFW_H_PATH
GLFW_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLFW_LIB
GLFW_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLFW_LIB_DBG
GLFW_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLM_H_PATH
GLM_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_ATK_INCLUDE_DIR
GTK2_ATK_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_ATK_LIBRARY_DEBUG
GTK2_ATK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_ATK_LIBRARY_RELEASE
GTK2_ATK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_CAIRO_INCLUDE_DIR
GTK2_CAIRO_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_CAIRO_LIBRARY_DEBUG
GTK2_CAIRO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_CAIRO_LIBRARY_RELEASE
GTK2_CAIRO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_FONTCONFIG_INCLUDE_DIR
GTK2_FONTCONFIG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GDKCONFIG_INCLUDE_DIR
GTK2_GDKCONFIG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GDK_INCLUDE_DIR
GTK2_GDK_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GDK_LIBRARY_DEBUG
GTK2_GDK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GDK_LIBRARY_RELEASE
GTK2_GDK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GDK_PIXBUF_INCLUDE_DIR
GTK2_GDK_PIXBUF_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GDK_PIXBUF_LIBRARY_DEBUG
GTK2_GDK_PIXBUF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GDK_PIXBUF_LIBRARY_RELEASE
GTK2_GDK_PIXBUF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GIO_LIBRARY_DEBUG
GTK2_GIO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GIO_LIBRARY_RELEASE
GTK2_GIO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GLIBCONFIG_INCLUDE_DIR
GTK2_GLIBCONFIG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GLIB_INCLUDE_DIR
GTK2_GLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GLIB_LIBRARY_DEBUG
GTK2_GLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GLIB_LIBRARY_RELEASE
GTK2_GLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GMODULE_LIBRARY_DEBUG
GTK2_GMODULE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GMODULE_LIBRARY_RELEASE
GTK2_GMODULE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GOBJECT_INCLUDE_DIR
GTK2_GOBJECT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GOBJECT_LIBRARY_DEBUG
GTK2_GOBJECT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GOBJECT_LIBRARY_RELEASE
GTK2_GOBJECT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GTHREAD_LIBRARY_DEBUG
GTK2_GTHREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GTHREAD_LIBRARY_RELEASE
GTK2_GTHREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GTK_INCLUDE_DIR
GTK2_GTK_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GTK_LIBRARY_DEBUG
GTK2_GTK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_GTK_LIBRARY_RELEASE
GTK2_GTK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGOCAIRO_LIBRARY_DEBUG
GTK2_PANGOCAIRO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGOCAIRO_LIBRARY_RELEASE
GTK2_PANGOCAIRO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGOFT2_LIBRARY_DEBUG
GTK2_PANGOFT2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGOFT2_LIBRARY_RELEASE
GTK2_PANGOFT2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGOXFT_LIBRARY_DEBUG
GTK2_PANGOXFT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGOXFT_LIBRARY_RELEASE
GTK2_PANGOXFT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGO_INCLUDE_DIR
GTK2_PANGO_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGO_LIBRARY_DEBUG
GTK2_PANGO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_PANGO_LIBRARY_RELEASE
GTK2_PANGO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GTK2_X11_INCLUDE_DIR
GTK2_X11_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Have function iconv
HAVE_ICONV_IN_LIBC:INTERNAL=1
//ADVANCED property for variable: ICONV_H_PATH
ICONV_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ICONV_LIB
ICONV_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ILU_LIB
ILU_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ILU_LIB_DBG
ILU_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: IL_H_PATH
IL_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: IL_LIB
IL_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: IL_LIB_DBG
IL_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: IRRLICHT_H_PATH
IRRLICHT_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: IRRLICHT_LIB
IRRLICHT_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: IRRLICHT_LIB_DBG
IRRLICHT_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBXML2_INCLUDE_DIR
LIBXML2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBXML2_LIBRARIES
LIBXML2_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBXML2_XMLLINT_EXECUTABLE
LIBXML2_XMLLINT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LUA_H_PATH
LUA_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LUA_LIB
LUA_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LUA_LIB_DBG
LUA_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MINIZIP_H_PATH
MINIZIP_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MINIZIP_LIB
MINIZIP_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MINIZIP_LIB_DBG
MINIZIP_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_H_BUILD_SETTINGS_PATH
OGRE_H_BUILD_SETTINGS_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_H_PATH
OGRE_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_LIB
OGRE_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_LIB_DBG
OGRE_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_INCLUDE_DIR
OGRE_RenderSystem_Direct3D11_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_LIBRARY_DBG
OGRE_RenderSystem_Direct3D11_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_LIBRARY_REL
OGRE_RenderSystem_Direct3D11_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_INCLUDE_DIR
OGRE_RenderSystem_Direct3D9_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_LIBRARY_DBG
OGRE_RenderSystem_Direct3D9_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_LIBRARY_REL
OGRE_RenderSystem_Direct3D9_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_INCLUDE_DIR
OGRE_RenderSystem_GL3Plus_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_LIBRARY_DBG
OGRE_RenderSystem_GL3Plus_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_LIBRARY_REL
OGRE_RenderSystem_GL3Plus_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_INCLUDE_DIR
OGRE_RenderSystem_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_LIBRARY_DBG
OGRE_RenderSystem_GLES2_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_LIBRARY_REL
OGRE_RenderSystem_GLES2_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_INCLUDE_DIR
OGRE_RenderSystem_GLES_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_LIBRARY_DBG
OGRE_RenderSystem_GLES_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_LIBRARY_REL
OGRE_RenderSystem_GLES_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_INCLUDE_DIR
OGRE_RenderSystem_GL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_LIBRARY_DBG
OGRE_RenderSystem_GL_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_LIBRARY_REL
OGRE_RenderSystem_GL_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OIS_H_PATH
OIS_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OIS_LIB
OIS_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OIS_LIB_DBG
OIS_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGLES_H_PATH
OPENGLES_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGLES_LIB
OPENGLES_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_gl_LIBRARY
OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_glu_LIBRARY
OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR
OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PCRE_H_PATH
PCRE_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PCRE_LIB
PCRE_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PCRE_LIB_DBG
PCRE_LIB_DBG-ADVANCED:INTERNAL=1
PC_FRIBIDI_CFLAGS:INTERNAL=
PC_FRIBIDI_CFLAGS_I:INTERNAL=
PC_FRIBIDI_CFLAGS_OTHER:INTERNAL=
PC_FRIBIDI_FOUND:INTERNAL=
PC_FRIBIDI_INCLUDEDIR:INTERNAL=
PC_FRIBIDI_LIBDIR:INTERNAL=
PC_FRIBIDI_LIBS:INTERNAL=
PC_FRIBIDI_LIBS_L:INTERNAL=
PC_FRIBIDI_LIBS_OTHER:INTERNAL=
PC_FRIBIDI_LIBS_PATHS:INTERNAL=
PC_FRIBIDI_PREFIX:INTERNAL=
PC_FRIBIDI_STATIC_CFLAGS:INTERNAL=
PC_FRIBIDI_STATIC_CFLAGS_I:INTERNAL=
PC_FRIBIDI_STATIC_CFLAGS_OTHER:INTERNAL=
PC_FRIBIDI_STATIC_LIBDIR:INTERNAL=
PC_FRIBIDI_STATIC_LIBS:INTERNAL=
PC_FRIBIDI_STATIC_LIBS_L:INTERNAL=
PC_FRIBIDI_STATIC_LIBS_OTHER:INTERNAL=
PC_FRIBIDI_STATIC_LIBS_PATHS:INTERNAL=
PC_FRIBIDI_VERSION:INTERNAL=
PC_FRIBIDI_fribidi_INCLUDEDIR:INTERNAL=
PC_FRIBIDI_fribidi_LIBDIR:INTERNAL=
PC_FRIBIDI_fribidi_PREFIX:INTERNAL=
PC_FRIBIDI_fribidi_VERSION:INTERNAL=
PC_LIBXML_CFLAGS:INTERNAL=
PC_LIBXML_CFLAGS_I:INTERNAL=
PC_LIBXML_CFLAGS_OTHER:INTERNAL=
PC_LIBXML_FOUND:INTERNAL=
PC_LIBXML_INCLUDEDIR:INTERNAL=
PC_LIBXML_LIBDIR:INTERNAL=
PC_LIBXML_LIBS:INTERNAL=
PC_LIBXML_LIBS_L:INTERNAL=
PC_LIBXML_LIBS_OTHER:INTERNAL=
PC_LIBXML_LIBS_PATHS:INTERNAL=
PC_LIBXML_PREFIX:INTERNAL=
PC_LIBXML_STATIC_CFLAGS:INTERNAL=
PC_LIBXML_STATIC_CFLAGS_I:INTERNAL=
PC_LIBXML_STATIC_CFLAGS_OTHER:INTERNAL=
PC_LIBXML_STATIC_LIBDIR:INTERNAL=
PC_LIBXML_STATIC_LIBS:INTERNAL=
PC_LIBXML_STATIC_LIBS_L:INTERNAL=
PC_LIBXML_STATIC_LIBS_OTHER:INTERNAL=
PC_LIBXML_STATIC_LIBS_PATHS:INTERNAL=
PC_LIBXML_VERSION:INTERNAL=
PC_LIBXML_libxml-2.0_INCLUDEDIR:INTERNAL=
PC_LIBXML_libxml-2.0_LIBDIR:INTERNAL=
PC_LIBXML_libxml-2.0_PREFIX:INTERNAL=
PC_LIBXML_libxml-2.0_VERSION:INTERNAL=
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PVRTOOLS_H_PATH
PVRTOOLS_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PVRTOOLS_LIB
PVRTOOLS_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_LIBRARY
PYTHON_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_LIBRARY_DEBUG
PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_LIBRARY_RELEASE
PYTHON_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: RAPIDXML_H_PATH
RAPIDXML_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SDL2IMAGE_H_PATH
SDL2IMAGE_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SDL2IMAGE_LIB
SDL2IMAGE_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SDL2IMAGE_LIB_DBG
SDL2IMAGE_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SDL2MAIN_LIB
SDL2MAIN_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SDL2_H_PATH
SDL2_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SDL2_LIB
SDL2_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SDL2_LIB_DBG
SDL2_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SILLY_DEFINITIONS
SILLY_DEFINITIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SILLY_H_PATH
SILLY_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SILLY_LIB
SILLY_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SILLY_LIB_DBG
SILLY_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TINYXML_H_PATH
TINYXML_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TINYXML_LIB
TINYXML_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TINYXML_LIB_DBG
TINYXML_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TOLUAPP_H_PATH
TOLUAPP_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TOLUAPP_LIB
TOLUAPP_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TOLUAPP_LIB_DBG
TOLUAPP_LIB_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: XERCESC_H_PATH
XERCESC_H_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: XERCESC_LIB
XERCESC_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: XERCESC_LIB_DBG
XERCESC_LIB_DBG-ADVANCED:INTERNAL=1
//Components requested for this build tree.
_Boost_COMPONENTS_SEARCHED:INTERNAL=python;system;timer;unit_test_framework
//Last used Boost_INCLUDE_DIR value.
_Boost_INCLUDE_DIR_LAST:INTERNAL=Boost_INCLUDE_DIR-NOTFOUND
//Last used Boost_NAMESPACE value.
_Boost_NAMESPACE_LAST:INTERNAL=boost
//Last used Boost_USE_MULTITHREADED value.
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE
__pkg_config_checked_PC_FRIBIDI:INTERNAL=1
__pkg_config_checked_PC_LIBXML:INTERNAL=1


And the result from building:

Code: Select all

[100%] Linking CXX executable ../bin/CEGUISampleFramework-0.8
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `translateKeyCode':
x11_init.c:(.text+0x5b): undefined reference to `XkbKeycodeToKeysym'
x11_init.c:(.text+0x13b): undefined reference to `XkbKeycodeToKeysym'
x11_init.c:(.text+0x168): undefined reference to `XGetKeyboardMapping'
x11_init.c:(.text+0x182): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `createKeyTables':
x11_init.c:(.text+0xc1b): undefined reference to `XkbGetMap'
x11_init.c:(.text+0xc3e): undefined reference to `XkbGetNames'
x11_init.c:(.text+0x136e): undefined reference to `XkbFreeNames'
x11_init.c:(.text+0x1384): undefined reference to `XkbFreeKeyboard'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `hasUsableInputMethodStyle':
x11_init.c:(.text+0x1491): undefined reference to `XGetIMValues'
x11_init.c:(.text+0x14eb): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `getSupportedAtom':
x11_init.c:(.text+0x1526): undefined reference to `XInternAtom'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `detectEWMH':
x11_init.c:(.text+0x15a6): undefined reference to `XInternAtom'
x11_init.c:(.text+0x15cc): undefined reference to `XInternAtom'
x11_init.c:(.text+0x1611): undefined reference to `XFree'
x11_init.c:(.text+0x1651): undefined reference to `XFree'
x11_init.c:(.text+0x1666): undefined reference to `XFree'
x11_init.c:(.text+0x1694): undefined reference to `XFree'
x11_init.c:(.text+0x16a0): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(x11_init.c.o):x11_init.c:(.text+0x16b1): more undefined references to `XFree' follow
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `initExtensions':
x11_init.c:(.text+0x1a1f): undefined reference to `XRRQueryExtension'
x11_init.c:(.text+0x1a59): undefined reference to `XRRQueryVersion'
x11_init.c:(.text+0x1ae6): undefined reference to `XRRGetScreenResources'
x11_init.c:(.text+0x1b19): undefined reference to `XRRGetCrtcGammaSize'
x11_init.c:(.text+0x1b50): undefined reference to `XRRFreeScreenResources'
x11_init.c:(.text+0x1b7c): undefined reference to `XRRSelectInput'
x11_init.c:(.text+0x1bae): undefined reference to `XineramaQueryExtension'
x11_init.c:(.text+0x1bc8): undefined reference to `XineramaIsActive'
x11_init.c:(.text+0x1c5b): undefined reference to `XkbQueryExtension'
x11_init.c:(.text+0x1c98): undefined reference to `XkbSetDetectableAutoRepeat'
x11_init.c:(.text+0x1d40): undefined reference to `XInternAtom'
x11_init.c:(.text+0x1d70): undefined reference to `XInternAtom'
x11_init.c:(.text+0x1da0): undefined reference to `XInternAtom'
x11_init.c:(.text+0x1dd0): undefined reference to `XInternAtom'
x11_init.c:(.text+0x1e00): undefined reference to `XInternAtom'
/usr/local/lib/libglfw3.a(x11_init.c.o):x11_init.c:(.text+0x1e30): more undefined references to `XInternAtom' follow
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `createHelperWindow':
x11_init.c:(.text+0x23c3): undefined reference to `XCreateWindow'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `_glfwGrabErrorHandlerX11':
x11_init.c:(.text+0x2411): undefined reference to `XSetErrorHandler'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `_glfwReleaseErrorHandlerX11':
x11_init.c:(.text+0x2432): undefined reference to `XSync'
x11_init.c:(.text+0x243c): undefined reference to `XSetErrorHandler'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `_glfwInputErrorX11':
x11_init.c:(.text+0x2494): undefined reference to `XGetErrorText'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `_glfwCreateCursorX11':
x11_init.c:(.text+0x24f9): undefined reference to `XcursorImageCreate'
x11_init.c:(.text+0x2628): undefined reference to `XcursorImageLoadCursor'
x11_init.c:(.text+0x2638): undefined reference to `XcursorImageDestroy'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `_glfwPlatformInit':
x11_init.c:(.text+0x264b): undefined reference to `XInitThreads'
x11_init.c:(.text+0x2655): undefined reference to `XOpenDisplay'
x11_init.c:(.text+0x272f): undefined reference to `XrmUniqueQuark'
x11_init.c:(.text+0x277a): undefined reference to `XSupportsLocale'
x11_init.c:(.text+0x278e): undefined reference to `XSetLocaleModifiers'
x11_init.c:(.text+0x27b3): undefined reference to `XOpenIM'
x11_init.c:(.text+0x27f3): undefined reference to `XCloseIM'
/usr/local/lib/libglfw3.a(x11_init.c.o): In function `_glfwPlatformTerminate':
x11_init.c:(.text+0x28aa): undefined reference to `XGetSelectionOwner'
x11_init.c:(.text+0x28e9): undefined reference to `XDestroyWindow'
x11_init.c:(.text+0x2935): undefined reference to `XFreeCursor'
x11_init.c:(.text+0x2986): undefined reference to `XCloseIM'
x11_init.c:(.text+0x29c6): undefined reference to `XCloseDisplay'
/usr/local/lib/libglfw3.a(x11_monitor.c.o): In function `_glfwSetVideoModeX11':
x11_monitor.c:(.text+0x2e8): undefined reference to `XRRGetScreenResources'
x11_monitor.c:(.text+0x317): undefined reference to `XRRGetCrtcInfo'
x11_monitor.c:(.text+0x346): undefined reference to `XRRGetOutputInfo'
x11_monitor.c:(.text+0x482): undefined reference to `XRRSetCrtcConfig'
x11_monitor.c:(.text+0x48e): undefined reference to `XRRFreeOutputInfo'
x11_monitor.c:(.text+0x49a): undefined reference to `XRRFreeCrtcInfo'
x11_monitor.c:(.text+0x4a6): undefined reference to `XRRFreeScreenResources'
/usr/local/lib/libglfw3.a(x11_monitor.c.o): In function `_glfwRestoreVideoModeX11':
x11_monitor.c:(.text+0x543): undefined reference to `XRRGetScreenResources'
x11_monitor.c:(.text+0x56f): undefined reference to `XRRGetCrtcInfo'
x11_monitor.c:(.text+0x5eb): undefined reference to `XRRSetCrtcConfig'
x11_monitor.c:(.text+0x5f7): undefined reference to `XRRFreeCrtcInfo'
x11_monitor.c:(.text+0x603): undefined reference to `XRRFreeScreenResources'
/usr/local/lib/libglfw3.a(x11_monitor.c.o): In function `_glfwPlatformGetMonitors':
x11_monitor.c:(.text+0x684): undefined reference to `XRRGetScreenResources'
x11_monitor.c:(.text+0x6af): undefined reference to `XRRGetOutputPrimary'
x11_monitor.c:(.text+0x6fb): undefined reference to `XineramaQueryScreens'
x11_monitor.c:(.text+0x740): undefined reference to `XRRGetCrtcInfo'
x11_monitor.c:(.text+0x785): undefined reference to `XRRGetOutputInfo'
x11_monitor.c:(.text+0x7a2): undefined reference to `XRRFreeOutputInfo'
x11_monitor.c:(.text+0x93a): undefined reference to `XRRFreeOutputInfo'
x11_monitor.c:(.text+0x9db): undefined reference to `XRRFreeCrtcInfo'
x11_monitor.c:(.text+0x9fb): undefined reference to `XRRFreeScreenResources'
x11_monitor.c:(.text+0xa0e): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(x11_monitor.c.o): In function `_glfwPlatformGetMonitorPos':
x11_monitor.c:(.text+0xb86): undefined reference to `XRRGetScreenResourcesCurrent'
x11_monitor.c:(.text+0xbb2): undefined reference to `XRRGetCrtcInfo'
x11_monitor.c:(.text+0xbea): undefined reference to `XRRFreeCrtcInfo'
x11_monitor.c:(.text+0xbf6): undefined reference to `XRRFreeScreenResources'
/usr/local/lib/libglfw3.a(x11_monitor.c.o): In function `_glfwPlatformGetVideoModes':
x11_monitor.c:(.text+0xc63): undefined reference to `XRRGetScreenResourcesCurrent'
x11_monitor.c:(.text+0xc8f): undefined reference to `XRRGetCrtcInfo'
x11_monitor.c:(.text+0xcbb): undefined reference to `XRRGetOutputInfo'
x11_monitor.c:(.text+0xdfa): undefined reference to `XRRFreeOutputInfo'
x11_monitor.c:(.text+0xe06): undefined reference to `XRRFreeCrtcInfo'
x11_monitor.c:(.text+0xe12): undefined reference to `XRRFreeScreenResources'
/usr/local/lib/libglfw3.a(x11_monitor.c.o): In function `_glfwPlatformGetVideoMode':
x11_monitor.c:(.text+0xeac): undefined reference to `XRRGetScreenResourcesCurrent'
x11_monitor.c:(.text+0xed8): undefined reference to `XRRGetCrtcInfo'
x11_monitor.c:(.text+0xf30): undefined reference to `XRRFreeCrtcInfo'
x11_monitor.c:(.text+0xf3c): undefined reference to `XRRFreeScreenResources'
/usr/local/lib/libglfw3.a(x11_monitor.c.o): In function `_glfwPlatformGetGammaRamp':
x11_monitor.c:(.text+0x1067): undefined reference to `XRRGetCrtcGammaSize'
x11_monitor.c:(.text+0x1091): undefined reference to `XRRGetCrtcGamma'
x11_monitor.c:(.text+0x111d): undefined reference to `XRRFreeGamma'
/usr/local/lib/libglfw3.a(x11_monitor.c.o): In function `_glfwPlatformSetGammaRamp':
x11_monitor.c:(.text+0x120f): undefined reference to `XRRAllocGamma'
x11_monitor.c:(.text+0x12b2): undefined reference to `XRRSetCrtcGamma'
x11_monitor.c:(.text+0x12be): undefined reference to `XRRFreeGamma'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `waitForVisibilityNotify':
x11_window.c:(.text+0x391): undefined reference to `XCheckTypedWindowEvent'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `getWindowState':
x11_window.c:(.text+0x421): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `findWindowByHandle':
x11_window.c:(.text+0x619): undefined reference to `XFindContext'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `sendEventToWM':
x11_window.c:(.text+0x733): undefined reference to `XSendEvent'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `updateNormalHints':
x11_window.c:(.text+0x760): undefined reference to `XAllocSizeHints'
x11_window.c:(.text+0x90f): undefined reference to `XSetWMNormalHints'
x11_window.c:(.text+0x91b): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `updateWindowMode':
x11_window.c:(.text+0xa70): undefined reference to `XChangeWindowAttributes'
x11_window.c:(.text+0xad6): undefined reference to `XChangeProperty'
x11_window.c:(.text+0xb31): undefined reference to `XDeleteProperty'
x11_window.c:(.text+0xbd4): undefined reference to `XChangeWindowAttributes'
x11_window.c:(.text+0xc14): undefined reference to `XDeleteProperty'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `updateCursorImage':
x11_window.c:(.text+0xe71): undefined reference to `XDefineCursor'
x11_window.c:(.text+0xe97): undefined reference to `XUndefineCursor'
x11_window.c:(.text+0xecb): undefined reference to `XDefineCursor'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `createNativeWindow':
x11_window.c:(.text+0xf23): undefined reference to `XCreateColormap'
x11_window.c:(.text+0xfe8): undefined reference to `XCreateWindow'
x11_window.c:(.text+0x1061): undefined reference to `XSaveContext'
x11_window.c:(.text+0x11e8): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x1239): undefined reference to `XSetWMProtocols'
x11_window.c:(.text+0x1294): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x131f): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x1324): undefined reference to `XAllocWMHints'
x11_window.c:(.text+0x1390): undefined reference to `XSetWMHints'
x11_window.c:(.text+0x139c): undefined reference to `XFree'
x11_window.c:(.text+0x13d7): undefined reference to `XAllocClassHint'
x11_window.c:(.text+0x142b): undefined reference to `XSetClassHint'
x11_window.c:(.text+0x1437): undefined reference to `XFree'
x11_window.c:(.text+0x14a5): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x1536): undefined reference to `XCreateIC'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `writeTargetToProperty':
x11_window.c:(.text+0x16b6): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x17e3): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x1866): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x1872): undefined reference to `XFree'
x11_window.c:(.text+0x18ea): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x1984): undefined reference to `XChangeProperty'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `handleSelectionRequest':
x11_window.c:(.text+0x1ad2): undefined reference to `XSendEvent'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `acquireMonitor':
x11_window.c:(.text+0x1b53): undefined reference to `XGetScreenSaver'
x11_window.c:(.text+0x1b7e): undefined reference to `XSetScreenSaver'
x11_window.c:(.text+0x1c42): undefined reference to `XMoveResizeWindow'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `releaseMonitor':
x11_window.c:(.text+0x1d21): undefined reference to `XSetScreenSaver'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `processEvent':
x11_window.c:(.text+0x1e61): undefined reference to `XFilterEvent'
x11_window.c:(.text+0x1ea4): undefined reference to `XRRUpdateConfiguration'
x11_window.c:(.text+0x2059): undefined reference to `Xutf8LookupString'
x11_window.c:(.text+0x20c3): undefined reference to `Xutf8LookupString'
x11_window.c:(.text+0x21a4): undefined reference to `XLookupString'
x11_window.c:(.text+0x2274): undefined reference to `XEventsQueued'
x11_window.c:(.text+0x2298): undefined reference to `XPeekEvent'
x11_window.c:(.text+0x29c1): undefined reference to `XSendEvent'
x11_window.c:(.text+0x2a7e): undefined reference to `XConvertSelection'
x11_window.c:(.text+0x2bfd): undefined reference to `XSendEvent'
x11_window.c:(.text+0x2c13): undefined reference to `XFlush'
x11_window.c:(.text+0x2d16): undefined reference to `XFree'
x11_window.c:(.text+0x2dde): undefined reference to `XSendEvent'
x11_window.c:(.text+0x2df4): undefined reference to `XFlush'
x11_window.c:(.text+0x2e6f): undefined reference to `XSetICFocus'
x11_window.c:(.text+0x2ef9): undefined reference to `XUnsetICFocus'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwGetWindowPropertyX11':
x11_window.c:(.text+0x3170): undefined reference to `XGetWindowProperty'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPushSelectionToManagerX11':
x11_window.c:(.text+0x31f6): undefined reference to `XConvertSelection'
x11_window.c:(.text+0x3286): undefined reference to `XCheckIfEvent'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformCreateWindow':
x11_window.c:(.text+0x348f): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformDestroyWindow':
x11_window.c:(.text+0x3504): undefined reference to `XDestroyIC'
x11_window.c:(.text+0x357c): undefined reference to `XDeleteContext'
x11_window.c:(.text+0x35a0): undefined reference to `XUnmapWindow'
x11_window.c:(.text+0x35c4): undefined reference to `XDestroyWindow'
x11_window.c:(.text+0x3607): undefined reference to `XFreeColormap'
x11_window.c:(.text+0x362c): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowTitle':
x11_window.c:(.text+0x368d): undefined reference to `Xutf8SetWMProperties'
x11_window.c:(.text+0x36f0): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x3753): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x3769): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowIcon':
x11_window.c:(.text+0x39d0): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x3a10): undefined reference to `XDeleteProperty'
x11_window.c:(.text+0x3a26): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformGetWindowPos':
x11_window.c:(.text+0x3a8e): undefined reference to `XTranslateCoordinates'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowPos':
x11_window.c:(.text+0x3adb): undefined reference to `XAllocSizeHints'
x11_window.c:(.text+0x3b08): undefined reference to `XGetWMNormalHints'
x11_window.c:(.text+0x3b62): undefined reference to `XSetWMNormalHints'
x11_window.c:(.text+0x3b6e): undefined reference to `XFree'
x11_window.c:(.text+0x3b95): undefined reference to `XMoveWindow'
x11_window.c:(.text+0x3bab): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformGetWindowSize':
x11_window.c:(.text+0x3bfb): undefined reference to `XGetWindowAttributes'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowSize':
x11_window.c:(.text+0x3cb4): undefined reference to `XResizeWindow'
x11_window.c:(.text+0x3cca): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowSizeLimits':
x11_window.c:(.text+0x3d26): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowAspectRatio':
x11_window.c:(.text+0x3d7b): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformGetWindowFrameSize':
x11_window.c:(.text+0x3f05): undefined reference to `XCheckIfEvent'
x11_window.c:(.text+0x3fe9): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformIconifyWindow':
x11_window.c:(.text+0x4062): undefined reference to `XIconifyWindow'
x11_window.c:(.text+0x4078): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformRestoreWindow':
x11_window.c:(.text+0x40e3): undefined reference to `XMapWindow'
x11_window.c:(.text+0x41ac): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformMaximizeWindow':
x11_window.c:(.text+0x4262): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformShowWindow':
x11_window.c:(.text+0x42a6): undefined reference to `XMapWindow'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformHideWindow':
x11_window.c:(.text+0x42e4): undefined reference to `XUnmapWindow'
x11_window.c:(.text+0x42fa): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformFocusWindow':
x11_window.c:(.text+0x4379): undefined reference to `XRaiseWindow'
x11_window.c:(.text+0x43a4): undefined reference to `XSetInputFocus'
x11_window.c:(.text+0x43ba): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowMonitor':
x11_window.c:(.text+0x4442): undefined reference to `XMoveResizeWindow'
x11_window.c:(.text+0x44c9): undefined reference to `XMapRaised'
x11_window.c:(.text+0x451b): undefined reference to `XMoveResizeWindow'
x11_window.c:(.text+0x4531): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformWindowFocused':
x11_window.c:(.text+0x4560): undefined reference to `XGetInputFocus'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformWindowVisible':
x11_window.c:(.text+0x45dd): undefined reference to `XGetWindowAttributes'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformWindowMaximized':
x11_window.c:(.text+0x46a7): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowDecorated':
x11_window.c:(.text+0x472f): undefined reference to `XDeleteProperty'
x11_window.c:(.text+0x479a): undefined reference to `XChangeProperty'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetWindowFloating':
x11_window.c:(.text+0x491f): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x49e1): undefined reference to `XChangeProperty'
x11_window.c:(.text+0x49ed): undefined reference to `XFree'
x11_window.c:(.text+0x4a03): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformPollEvents':
x11_window.c:(.text+0x4a3a): undefined reference to `XPending'
x11_window.c:(.text+0x4a62): undefined reference to `XNextEvent'
x11_window.c:(.text+0x4ac3): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformWaitEvents':
x11_window.c:(.text+0x4aff): undefined reference to `XPending'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformWaitEventsTimeout':
x11_window.c:(.text+0x4b41): undefined reference to `XPending'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformPostEmptyEvent':
x11_window.c:(.text+0x4bf5): undefined reference to `XSendEvent'
x11_window.c:(.text+0x4c0b): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformGetCursorPos':
x11_window.c:(.text+0x4c80): undefined reference to `XQueryPointer'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetCursorPos':
x11_window.c:(.text+0x4d42): undefined reference to `XWarpPointer'
x11_window.c:(.text+0x4d58): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetCursorMode':
x11_window.c:(.text+0x4e1e): undefined reference to `XGrabPointer'
x11_window.c:(.text+0x4e61): undefined reference to `XUngrabPointer'
x11_window.c:(.text+0x4ebd): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformGetKeyName':
x11_window.c:(.text+0x4f60): undefined reference to `XkbKeycodeToKeysym'
x11_window.c:(.text+0x4fae): undefined reference to `XkbTranslateKeySym'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformCreateStandardCursor':
x11_window.c:(.text+0x507d): undefined reference to `XCreateFontCursor'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformDestroyCursor':
x11_window.c:(.text+0x50f0): undefined reference to `XFreeCursor'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetCursor':
x11_window.c:(.text+0x5132): undefined reference to `XFlush'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformSetClipboardString':
x11_window.c:(.text+0x51ae): undefined reference to `XSetSelectionOwner'
x11_window.c:(.text+0x51d5): undefined reference to `XGetSelectionOwner'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformGetClipboardString':
x11_window.c:(.text+0x5289): undefined reference to `XGetSelectionOwner'
x11_window.c:(.text+0x533f): undefined reference to `XConvertSelection'
x11_window.c:(.text+0x537e): undefined reference to `XCheckTypedWindowEvent'
x11_window.c:(.text+0x53ea): undefined reference to `XFree'
x11_window.c:(.text+0x5411): undefined reference to `XDeleteProperty'
/usr/local/lib/libglfw3.a(x11_window.c.o): In function `_glfwPlatformGetPhysicalDevicePresentationSupport':
x11_window.c:(.text+0x558e): undefined reference to `XVisualIDFromVisual'
/usr/local/lib/libglfw3.a(posix_tls.c.o): In function `_glfwInitThreadLocalStoragePOSIX':
posix_tls.c:(.text+0x18): undefined reference to `pthread_key_create'
/usr/local/lib/libglfw3.a(posix_tls.c.o): In function `_glfwTerminateThreadLocalStoragePOSIX':
posix_tls.c:(.text+0x7a): undefined reference to `pthread_key_delete'
/usr/local/lib/libglfw3.a(posix_tls.c.o): In function `_glfwPlatformSetCurrentContext':
posix_tls.c:(.text+0xa3): undefined reference to `pthread_setspecific'
/usr/local/lib/libglfw3.a(posix_tls.c.o): In function `_glfwPlatformGetCurrentContext':
posix_tls.c:(.text+0xbd): undefined reference to `pthread_getspecific'
/usr/local/lib/libglfw3.a(glx_context.c.o): In function `chooseGLXFBConfig':
glx_context.c:(.text+0x3a4): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(glx_context.c.o): In function `_glfwChooseVisualGLX':
glx_context.c:(.text+0x192f): undefined reference to `XFree'
/usr/local/lib/libglfw3.a(egl_context.c.o): In function `_glfwChooseVisualEGL':
egl_context.c:(.text+0x1a46): undefined reference to `XGetVisualInfo'
egl_context.c:(.text+0x1a95): undefined reference to `XFree'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/CEGUISampleFramework-0.8] Error 1
make[1]: *** [samples_framework/CMakeFiles/CEGUISampleFramework-0.8.dir/all] Error 2
make: *** [all] Error 2


Ive build the glfw3 lib on my own as well. Internet search suggest that the order of libs is wrong in the linker command?

What am I doing wrong? Ive enabled SDL2 stuff because I want to use it with SDL2 for now, so if anything unnecessary is enabled please tell me.

Thanks

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: undefined references in libglfw3

Postby YaronCT » Tue Dec 13, 2016 06:19

Building cegui with static deps is currently problematic and is something I work to fix. Till then, I suggest that, if possible, u use only shared deps. If u have a shared glfw3 and cmake chooses the static 1, we need to see y that happens.

BloodyEpi
Just popping in
Just popping in
Posts: 2
Joined: Mon Dec 12, 2016 22:22

Re: undefined references in libglfw3

Postby BloodyEpi » Tue Dec 13, 2016 21:39

Thanks YaronCT, after rebuilding libglfw3 as shared lib and fixing some other issues I am finally able to run the samples!

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: undefined references in libglfw3

Postby YaronCT » Tue Dec 13, 2016 21:54

NP :D

If you're interested, feel free to share with us about the project u work on (in the dedicated forum).


Return to “Help”

Who is online

Users browsing this forum: No registered users and 25 guests