TSC config
Plain text
code posted
created at 30 Jul 23:51
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
-- The C compiler identification is GNU 4.9.3
-- The CXX compiler identification is GNU 4.9.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Found OpenGL: /usr/lib64/libGL.so
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.7")
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
-- Found PNG: /usr/lib64/libpng.so (found version "1.6.21+apng")
-- Found Ruby: /usr/bin/ruby
-- Boost version: 1.56.0
-- Found the following Boost libraries:
-- filesystem
-- chrono
-- thread
-- system
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- checking for one of the modules 'sfml;sfml-all'
-- checking for module 'libxml++-2.6'
-- found libxml++-2.6, version 2.40.1
-- checking for module 'libpcre'
-- found libpcre, version 8.38
-- Building tinyclipboard statically
-- Searching for Base CEGUI library
-- found: /usr/lib64/libCEGUIBase-0.so
-- Searching for CoreWindowRendererSet CEGUI library
-- found: /usr/lib64/cegui-0.8/libCEGUICoreWindowRendererSet.so
-- Searching for DevILImageCodec CEGUI library
-- found: /usr/lib64/cegui-0.8/libCEGUIDevILImageCodec.so
-- Searching for LibXMLParser CEGUI library
-- found: /usr/lib64/cegui-0.8/libCEGUILibXMLParser.so
-- Searching for OpenGLRenderer CEGUI library
-- found: /usr/lib64/libCEGUIOpenGLRenderer-0.so
-- Found CEGUI: /usr/include/cegui-0
-- Scripting engine enabled: building mruby statically
-- Found BISON: /usr/bin/bison (found version "3.0.4")
-- --------------- Build info summary ----------------
-- TSC version: 2.1.0dev
-- Build type: Debug
-- Crosscompiling: No
-- --------------- Configuration summary -------------
-- Enable the in-game editor: ON
-- Enable the mruby scripting engine: ON
-- Enable native language support: ON
-- Use system-provided tinyclipboard: OFF
-- Benchmark raw XML parsing only: ON
-- --------------- Path configuration -----------------
-- Install prefix: /home/quintus/repos/privat/projekte/c++/TSC/tsc/build/TESTINSTALL
-- Binary directory: bin
-- Shared data directory: share
-- Manpage directory: share/man
-- (relative pathes are relative to the install prefix;
-- the directory /tsc will be appended to the shared
-- data directory indicated above.)
-- ----------------------------------------------------
-- Configuring done
-- Generating done
-- Build files have been written to: /home/quintus/repos/privat/projekte/c++/TSC/tsc/build
|
3.39 KB in 2 ms with coderay