Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by CEGUI configure 0.7.2, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = ubuntu
- uname -m = x86_64
- uname -r = 2.6.32-25-generic
- uname -s = Linux
- uname -v = #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- PATH: /usr/games
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2886: checking for a BSD-compatible install
- configure:2954: result: /usr/bin/install -c
- configure:2965: checking whether build environment is sane
- configure:3015: result: yes
- configure:3156: checking for a thread-safe mkdir -p
- configure:3195: result: /bin/mkdir -p
- configure:3208: checking for gawk
- configure:3224: found /usr/bin/gawk
- configure:3235: result: gawk
- configure:3246: checking whether make sets $(MAKE)
- configure:3268: result: yes
- configure:3343: checking how to create a ustar tar archive
- configure:3356: tar --version
- tar (GNU tar) 1.22
- Copyright (C) 2009 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Written by John Gilmore and Jay Fenlason.
- configure:3359: $? = 0
- configure:3399: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
- configure:3402: $? = 0
- configure:3406: tar -xf - <conftest.tar
- configure:3409: $? = 0
- configure:3422: result: gnutar
- configure:3435: checking build system type
- configure:3449: result: x86_64-unknown-linux-gnu
- configure:3469: checking host system type
- configure:3482: result: x86_64-unknown-linux-gnu
- configure:3562: checking for g++
- configure:3578: found /usr/bin/g++
- configure:3589: result: g++
- configure:3616: checking for C++ compiler version
- configure:3625: g++ --version >&5
- g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
- Copyright (C) 2009 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:3636: $? = 0
- configure:3625: g++ -v >&5
- Using built-in specs.
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
- configure:3636: $? = 0
- configure:3625: g++ -V >&5
- g++: '-V' option must have argument
- configure:3636: $? = 1
- configure:3625: g++ -qversion >&5
- g++: unrecognized option '-qversion'
- g++: no input files
- configure:3636: $? = 1
- configure:3656: checking whether the C++ compiler works
- configure:3678: g++ conftest.cpp >&5
- configure:3682: $? = 0
- configure:3731: result: yes
- configure:3734: checking for C++ compiler default output file name
- configure:3736: result: a.out
- configure:3742: checking for suffix of executables
- configure:3749: g++ -o conftest conftest.cpp >&5
- configure:3753: $? = 0
- configure:3775: result:
- configure:3797: checking whether we are cross compiling
- configure:3805: g++ -o conftest conftest.cpp >&5
- configure:3809: $? = 0
- configure:3816: ./conftest
- configure:3820: $? = 0
- configure:3835: result: no
- configure:3840: checking for suffix of object files
- configure:3862: g++ -c conftest.cpp >&5
- configure:3866: $? = 0
- configure:3887: result: o
- configure:3891: checking whether we are using the GNU C++ compiler
- configure:3910: g++ -c conftest.cpp >&5
- configure:3910: $? = 0
- configure:3919: result: yes
- configure:3928: checking whether g++ accepts -g
- configure:3948: g++ -c -g conftest.cpp >&5
- configure:3948: $? = 0
- configure:3989: result: yes
- configure:4023: checking for style of include used by make
- configure:4051: result: GNU
- configure:4076: checking dependency style of g++
- configure:4186: result: gcc3
- configure:4249: checking for gcc
- configure:4265: found /usr/bin/gcc
- configure:4276: result: gcc
- configure:4505: checking for C compiler version
- configure:4514: gcc --version >&5
- gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
- Copyright (C) 2009 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:4525: $? = 0
- configure:4514: gcc -v >&5
- Using built-in specs.
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
- configure:4525: $? = 0
- configure:4514: gcc -V >&5
- gcc: '-V' option must have argument
- configure:4525: $? = 1
- configure:4514: gcc -qversion >&5
- gcc: unrecognized option '-qversion'
- gcc: no input files
- configure:4525: $? = 1
- configure:4529: checking whether we are using the GNU C compiler
- configure:4548: gcc -c conftest.c >&5
- configure:4548: $? = 0
- configure:4557: result: yes
- configure:4566: checking whether gcc accepts -g
- configure:4586: gcc -c -g conftest.c >&5
- configure:4586: $? = 0
- configure:4627: result: yes
- configure:4644: checking for gcc option to accept ISO C89
- configure:4708: gcc -c -g -O2 conftest.c >&5
- configure:4708: $? = 0
- configure:4721: result: none needed
- configure:4743: checking dependency style of gcc
- configure:4853: result: gcc3
- configure:4871: checking for doxygen
- configure:4887: found /usr/bin/doxygen
- configure:4898: result: doxygen
- configure:4908: checking for dot
- configure:4938: result: no
- configure:4993: checking for pkg-config
- configure:5011: found /usr/bin/pkg-config
- configure:5023: result: /usr/bin/pkg-config
- configure:5048: checking pkg-config is at least version 0.9.0
- configure:5051: result: yes
- configure:5428: checking for a sed that does not truncate output
- configure:5492: result: /bin/sed
- configure:5510: checking for grep that handles long lines and -e
- configure:5568: result: /bin/grep
- configure:5573: checking for egrep
- configure:5635: result: /bin/grep -E
- configure:5640: checking for fgrep
- configure:5702: result: /bin/grep -F
- configure:5737: checking for ld used by gcc
- configure:5804: result: /usr/bin/ld
- configure:5811: checking if the linker (/usr/bin/ld) is GNU ld
- configure:5826: result: yes
- configure:5838: checking for BSD- or MS-compatible name lister (nm)
- configure:5887: result: /usr/bin/nm -B
- configure:6005: checking the name lister (/usr/bin/nm -B) interface
- configure:6012: gcc -c -g -O2 conftest.c >&5
- configure:6015: /usr/bin/nm -B "conftest.o"
- configure:6018: output
- 0000000000000000 B some_variable
- configure:6025: result: BSD nm
- configure:6028: checking whether ln -s works
- configure:6032: result: yes
- configure:6040: checking the maximum length of command line arguments
- configure:6160: result: 1572864
- configure:6177: checking whether the shell understands some XSI constructs
- configure:6187: result: yes
- configure:6191: checking whether the shell understands "+="
- configure:6197: result: yes
- configure:6232: checking for /usr/bin/ld option to reload object files
- configure:6239: result: -r
- configure:6308: checking for objdump
- configure:6335: result: objdump
- configure:6364: checking how to recognize dependent libraries
- configure:6560: result: pass_all
- configure:6620: checking for ar
- configure:6636: found /usr/bin/ar
- configure:6647: result: ar
- configure:6725: checking for strip
- configure:6741: found /usr/bin/strip
- configure:6752: result: strip
- configure:6824: checking for ranlib
- configure:6840: found /usr/bin/ranlib
- configure:6851: result: ranlib
- configure:6941: checking command to parse /usr/bin/nm -B output from gcc object
- configure:7059: gcc -c -g -O2 conftest.c >&5
- configure:7062: $? = 0
- configure:7066: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
- configure:7069: $? = 0
- configure:7123: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
- configure:7126: $? = 0
- configure:7164: result: ok
- configure:7260: gcc -c -g -O2 conftest.c >&5
- configure:7263: $? = 0
- configure:7973: checking how to run the C preprocessor
- configure:8004: gcc -E conftest.c
- configure:8004: $? = 0
- configure:8018: gcc -E conftest.c
- conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
- configure:8018: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8043: result: gcc -E
- configure:8063: gcc -E conftest.c
- configure:8063: $? = 0
- configure:8077: gcc -E conftest.c
- conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
- configure:8077: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8106: checking for ANSI C header files
- configure:8126: gcc -c -g -O2 conftest.c >&5
- configure:8126: $? = 0
- configure:8199: gcc -o conftest -g -O2 conftest.c >&5
- configure:8199: $? = 0
- configure:8199: ./conftest
- configure:8199: $? = 0
- configure:8210: result: yes
- configure:8223: checking for sys/types.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8223: checking for sys/stat.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8223: checking for stdlib.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8223: checking for string.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8223: checking for memory.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8223: checking for strings.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8223: checking for inttypes.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8223: checking for stdint.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8223: checking for unistd.h
- configure:8223: gcc -c -g -O2 conftest.c >&5
- configure:8223: $? = 0
- configure:8223: result: yes
- configure:8238: checking for dlfcn.h
- configure:8238: gcc -c -g -O2 conftest.c >&5
- configure:8238: $? = 0
- configure:8238: result: yes
- configure:8363: checking for C++ compiler version
- configure:8372: g++ --version >&5
- g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
- Copyright (C) 2009 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:8383: $? = 0
- configure:8372: g++ -v >&5
- Using built-in specs.
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
- configure:8383: $? = 0
- configure:8372: g++ -V >&5
- g++: '-V' option must have argument
- configure:8383: $? = 1
- configure:8372: g++ -qversion >&5
- g++: unrecognized option '-qversion'
- g++: no input files
- configure:8383: $? = 1
- configure:8387: checking whether we are using the GNU C++ compiler
- configure:8415: result: yes
- configure:8424: checking whether g++ accepts -g
- configure:8485: result: yes
- configure:8510: checking dependency style of g++
- configure:8620: result: gcc3
- configure:8643: checking how to run the C++ preprocessor
- configure:8670: g++ -E conftest.cpp
- configure:8670: $? = 0
- configure:8684: g++ -E conftest.cpp
- conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
- configure:8684: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8709: result: g++ -E
- configure:8729: g++ -E conftest.cpp
- configure:8729: $? = 0
- configure:8743: g++ -E conftest.cpp
- conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
- configure:8743: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8917: checking for objdir
- configure:8932: result: .libs
- configure:9224: checking if gcc supports -fno-rtti -fno-exceptions
- configure:9242: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
- configure:9246: $? = 0
- configure:9259: result: no
- configure:9279: checking for gcc option to produce PIC
- configure:9551: result: -fPIC -DPIC
- configure:9563: checking if gcc PIC flag -fPIC -DPIC works
- configure:9581: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:9585: $? = 0
- configure:9598: result: yes
- configure:9622: checking if gcc static flag -static works
- configure:9650: result: yes
- configure:9665: checking if gcc supports -c -o file.o
- configure:9686: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:9690: $? = 0
- configure:9712: result: yes
- configure:9720: checking if gcc supports -c -o file.o
- configure:9767: result: yes
- configure:9800: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:10791: result: yes
- configure:10828: checking whether -lc should be explicitly linked in
- configure:10833: gcc -c -g -O2 conftest.c >&5
- configure:10836: $? = 0
- configure:10851: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:10854: $? = 0
- configure:10866: result: no
- configure:11030: checking dynamic linker characteristics
- configure:11463: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:11463: $? = 0
- configure:11693: result: GNU/Linux ld.so
- configure:11795: checking how to hardcode library paths into programs
- configure:11820: result: immediate
- configure:12340: checking whether stripping libraries is possible
- configure:12345: result: yes
- configure:12380: checking if libtool supports shared libraries
- configure:12382: result: yes
- configure:12385: checking whether to build shared libraries
- configure:12406: result: yes
- configure:12409: checking whether to build static libraries
- configure:12413: result: no
- configure:12563: checking for ld used by g++
- configure:12630: result: /usr/bin/ld -m elf_x86_64
- configure:12637: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
- configure:12652: result: yes
- configure:12707: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:13620: result: yes
- configure:13648: g++ -c -g -O2 conftest.cpp >&5
- configure:13651: $? = 0
- configure:13833: checking for g++ option to produce PIC
- configure:14150: result: -fPIC -DPIC
- configure:14159: checking if g++ PIC flag -fPIC -DPIC works
- configure:14177: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:14181: $? = 0
- configure:14194: result: yes
- configure:14215: checking if g++ static flag -static works
- configure:14243: result: yes
- configure:14255: checking if g++ supports -c -o file.o
- configure:14276: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
- configure:14280: $? = 0
- configure:14302: result: yes
- configure:14307: checking if g++ supports -c -o file.o
- configure:14354: result: yes
- configure:14384: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:14413: result: yes
- configure:14550: checking dynamic linker characteristics
- configure:14931: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
- configure:14931: $? = 0
- configure:15161: result: GNU/Linux ld.so
- configure:15212: checking how to hardcode library paths into programs
- configure:15237: result: immediate
- configure:15330: checking for dlopen in -ldl
- configure:15355: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:15355: $? = 0
- configure:15364: result: yes
- configure:15375: checking for pthread_create in -lpthread
- configure:15400: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:15400: $? = 0
- configure:15409: result: yes
- configure:15436: checking for freetype2
- configure:15444: $PKG_CONFIG --exists --print-errors "freetype2 >= 0.15.0"
- configure:15447: $? = 0
- configure:15462: $PKG_CONFIG --exists --print-errors "freetype2 >= 0.15.0"
- configure:15465: $? = 0
- configure:15503: result: yes
- configure:15538: checking for pcre
- configure:15546: $PKG_CONFIG --exists --print-errors "libpcre >= 5.0"
- configure:15549: $? = 0
- configure:15564: $PKG_CONFIG --exists --print-errors "libpcre >= 5.0"
- configure:15567: $? = 0
- configure:15605: result: yes
- configure:15633: checking for libxml
- configure:15641: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6"
- Package libxml-2.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libxml-2.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libxml-2.0' found
- configure:15644: $? = 1
- configure:15659: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6"
- Package libxml-2.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libxml-2.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libxml-2.0' found
- configure:15662: $? = 1
- No package 'libxml-2.0' found
- configure:15690: result: no
- configure:15734: gcc -E -I. conftest.c
- conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
- configure:15734: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <xercesc/sax2/DefaultHandler.hpp>
- configure:15734: gcc -E -I/usr/local/include/xerces conftest.c
- conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
- configure:15734: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <xercesc/sax2/DefaultHandler.hpp>
- configure:15734: gcc -E -I/usr/include/xerces conftest.c
- conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
- configure:15734: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <xercesc/sax2/DefaultHandler.hpp>
- configure:15734: gcc -E -I/usr/local/include conftest.c
- conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
- configure:15734: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <xercesc/sax2/DefaultHandler.hpp>
- configure:15734: gcc -E -I/usr/include conftest.c
- conftest.c:27:43: error: xercesc/sax2/DefaultHandler.hpp: No such file or directory
- configure:15734: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <xercesc/sax2/DefaultHandler.hpp>
- configure:15744: checking for main in -lxerces-c
- configure:15763: gcc -o conftest -g -O2 -I/usr/include conftest.c -lxerces-c -lpthread -L. -lpthread -ldl >&5
- /usr/bin/ld: cannot find -lxerces-c
- collect2: ld returned 1 exit status
- configure:15763: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- |
- |
- | int
- | main ()
- | {
- | return main ();
- | ;
- | return 0;
- | }
- configure:15772: result: no
- configure:15832: gcc -E -I. conftest.c
- configure:15832: $? = 0
- configure:15842: checking for XML_ParserCreate in -lexpat
- configure:15867: gcc -o conftest -g -O2 -I. conftest.c -lexpat -L. -lpthread -ldl >&5
- configure:15867: $? = 0
- configure:15876: result: yes
- configure:15932: g++ -E -I. conftest.cpp
- conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
- configure:15932: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <rapidxml.hpp>
- configure:15932: g++ -E -I/usr/local/include/rapidxml conftest.cpp
- conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
- configure:15932: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <rapidxml.hpp>
- configure:15932: g++ -E -I/usr/include/rapidxml conftest.cpp
- conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
- configure:15932: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <rapidxml.hpp>
- configure:15932: g++ -E -I/usr/local/include conftest.cpp
- conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
- configure:15932: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <rapidxml.hpp>
- configure:15932: g++ -E -I/usr/include conftest.cpp
- conftest.cpp:27:24: error: rapidxml.hpp: No such file or directory
- configure:15932: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <rapidxml.hpp>
- configure:16009: g++ -E -I. conftest.cpp
- conftest.cpp:27:21: error: tinyxml.h: No such file or directory
- configure:16009: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <tinyxml.h>
- configure:16009: g++ -E -I/usr/local/include/tinyxml conftest.cpp
- conftest.cpp:27:21: error: tinyxml.h: No such file or directory
- configure:16009: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <tinyxml.h>
- configure:16009: g++ -E -I/usr/include/tinyxml conftest.cpp
- conftest.cpp:27:21: error: tinyxml.h: No such file or directory
- configure:16009: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <tinyxml.h>
- configure:16009: g++ -E -I/usr/local/include conftest.cpp
- conftest.cpp:27:21: error: tinyxml.h: No such file or directory
- configure:16009: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <tinyxml.h>
- configure:16009: g++ -E -I/usr/include conftest.cpp
- conftest.cpp:27:21: error: tinyxml.h: No such file or directory
- configure:16009: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- | #include <tinyxml.h>
- configure:16019: checking for main in -ltinyxml
- configure:16038: g++ -o conftest -g -O2 -I/usr/include conftest.cpp -ltinyxml -L. -lpthread -ldl >&5
- /usr/bin/ld: cannot find -ltinyxml
- collect2: ld returned 1 exit status
- configure:16038: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | /* end confdefs.h. */
- |
- |
- | int
- | main ()
- | {
- | return main ();
- | ;
- | return 0;
- | }
- configure:16047: result: no
- configure:16201: Default XML Parser will be: ExpatParser
- configure:16334: checking for ilLoadL in -lIL
- configure:16359: gcc -o conftest -g -O2 conftest.c -lIL -lpthread -ldl >&5
- /usr/bin/ld: cannot find -lIL
- collect2: ld returned 1 exit status
- configure:16359: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char ilLoadL ();
- | int
- | main ()
- | {
- | return ilLoadL ();
- | ;
- | return 0;
- | }
- configure:16368: result: no
- configure:16376: checking for iluFlipImage in -lILU
- configure:16401: gcc -o conftest -g -O2 conftest.c -lILU -lIL -lpthread -ldl >&5
- /usr/bin/ld: cannot find -lILU
- collect2: ld returned 1 exit status
- configure:16401: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char iluFlipImage ();
- | int
- | main ()
- | {
- | return iluFlipImage ();
- | ;
- | return 0;
- | }
- configure:16410: result: no
- configure:16427: DevIL based ImageCodec module disabled.
- configure:16450: checking for library containing FreeImage_GetVersion
- configure:16481: g++ -o conftest -g -O2 conftest.cpp -lpthread -ldl >&5
- /tmp/ccXeGRtt.o: In function `main':
- /home/michi/Downloads/CEGUI-0.7.2/conftest.cpp:41: undefined reference to `FreeImage_GetVersion'
- collect2: ld returned 1 exit status
- configure:16481: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char FreeImage_GetVersion ();
- | int
- | main ()
- | {
- | return FreeImage_GetVersion ();
- | ;
- | return 0;
- | }
- configure:16481: g++ -o conftest -g -O2 conftest.cpp -lfreeimage -lpthread -ldl >&5
- configure:16481: $? = 0
- configure:16498: result: -lfreeimage
- configure:16514: checking FreeImage.h usability
- configure:16514: gcc -c -g -O2 conftest.c >&5
- configure:16514: $? = 0
- configure:16514: result: yes
- configure:16514: checking FreeImage.h presence
- configure:16514: gcc -E conftest.c
- configure:16514: $? = 0
- configure:16514: result: yes
- configure:16514: checking for FreeImage.h
- configure:16514: result: yes
- configure:16523: FreeImage based ImageCodec module enabled.
- configure:16546: checking for SILLY
- configure:16554: $PKG_CONFIG --exists --print-errors "SILLY >= 0.1.0"
- Package SILLY was not found in the pkg-config search path.
- Perhaps you should add the directory containing `SILLY.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'SILLY' found
- configure:16557: $? = 1
- configure:16572: $PKG_CONFIG --exists --print-errors "SILLY >= 0.1.0"
- Package SILLY was not found in the pkg-config search path.
- Perhaps you should add the directory containing `SILLY.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'SILLY' found
- configure:16575: $? = 1
- No package 'SILLY' found
- configure:16603: result: no
- configure:16622: SILLY based ImageCodec module disabled.
- configure:16639: checking for corona-config
- configure:16670: result: no
- configure:16678: checking for corona - version >= 1.2.0
- configure:16683: result: no
- configure:16733: Default ImageCodec will be: FreeImageImageCodec
- configure:16779: checking for ANSI C header files
- configure:16883: result: yes
- configure:16894: checking limits.h usability
- configure:16894: gcc -c -g -O2 conftest.c >&5
- configure:16894: $? = 0
- configure:16894: result: yes
- configure:16894: checking limits.h presence
- configure:16894: gcc -E conftest.c
- configure:16894: $? = 0
- configure:16894: result: yes
- configure:16894: checking for limits.h
- configure:16894: result: yes
- configure:16894: checking locale.h usability
- configure:16894: gcc -c -g -O2 conftest.c >&5
- configure:16894: $? = 0
- configure:16894: result: yes
- configure:16894: checking locale.h presence
- configure:16894: gcc -E conftest.c
- configure:16894: $? = 0
- configure:16894: result: yes
- configure:16894: checking for locale.h
- configure:16894: result: yes
- configure:16894: checking malloc.h usability
- configure:16894: gcc -c -g -O2 conftest.c >&5
- configure:16894: $? = 0
- configure:16894: result: yes
- configure:16894: checking malloc.h presence
- configure:16894: gcc -E conftest.c
- configure:16894: $? = 0
- configure:16894: result: yes
- configure:16894: checking for malloc.h
- configure:16894: result: yes
- configure:16894: checking stddef.h usability
- configure:16894: gcc -c -g -O2 conftest.c >&5
- configure:16894: $? = 0
- configure:16894: result: yes
- configure:16894: checking stddef.h presence
- configure:16894: gcc -E conftest.c
- configure:16894: $? = 0
- configure:16894: result: yes
- configure:16894: checking for stddef.h
- configure:16894: result: yes
- configure:16894: checking for stdlib.h
- configure:16894: result: yes
- configure:16894: checking for string.h
- configure:16894: result: yes
- configure:16907: checking for stdbool.h that conforms to C99
- configure:16992: gcc -c -g -O2 conftest.c >&5
- configure:16992: $? = 0
- configure:16999: result: yes
- configure:17001: checking for _Bool
- configure:17001: gcc -c -g -O2 conftest.c >&5
- configure:17001: $? = 0
- configure:17001: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:74: error: expected expression before ')' token
- configure:17001: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((_Bool)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:17001: result: yes
- configure:17017: checking for an ANSI C-conforming const
- configure:17082: gcc -c -g -O2 conftest.c >&5
- configure:17082: $? = 0
- configure:17089: result: yes
- configure:17097: checking for inline
- configure:17113: gcc -c -g -O2 conftest.c >&5
- configure:17113: $? = 0
- configure:17121: result: inline
- configure:17139: checking for size_t
- configure:17139: gcc -c -g -O2 conftest.c >&5
- configure:17139: $? = 0
- configure:17139: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:76: error: expected expression before ')' token
- configure:17139: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((size_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:17139: result: yes
- configure:17150: checking whether struct tm is in sys/time.h or time.h
- configure:17170: gcc -c -g -O2 conftest.c >&5
- configure:17170: $? = 0
- configure:17177: result: time.h
- configure:17185: checking for working volatile
- configure:17204: gcc -c -g -O2 conftest.c >&5
- configure:17204: $? = 0
- configure:17211: result: yes
- configure:17219: checking for ptrdiff_t
- configure:17219: gcc -c -g -O2 conftest.c >&5
- configure:17219: $? = 0
- configure:17219: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:76: error: expected expression before ')' token
- configure:17219: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((ptrdiff_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:17219: result: yes
- configure:17231: checking for error_at_line
- configure:17247: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17247: $? = 0
- configure:17255: result: yes
- configure:17266: checking for working memcmp
- configure:17309: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17309: $? = 0
- configure:17309: ./conftest
- configure:17309: $? = 0
- configure:17319: result: yes
- configure:17328: checking whether time.h and sys/time.h may both be included
- configure:17348: gcc -c -g -O2 conftest.c >&5
- configure:17348: $? = 0
- configure:17355: result: yes
- configure:17369: checking for sys/time.h
- configure:17369: gcc -c -g -O2 conftest.c >&5
- configure:17369: $? = 0
- configure:17369: result: yes
- configure:17369: checking for unistd.h
- configure:17369: result: yes
- configure:17391: checking for alarm
- configure:17391: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17391: $? = 0
- configure:17391: result: yes
- configure:17405: checking for working mktime
- configure:17610: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17610: $? = 0
- configure:17610: ./conftest
- configure:17610: $? = 0
- configure:17620: result: yes
- configure:17631: checking for working strcoll
- configure:17652: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17652: $? = 0
- configure:17652: ./conftest
- configure:17652: $? = 0
- configure:17662: result: yes
- configure:17672: checking for strftime
- configure:17672: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:69: warning: conflicting types for built-in function 'strftime'
- configure:17672: $? = 0
- configure:17672: result: yes
- configure:17728: checking for atexit
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for floor
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:71: warning: conflicting types for built-in function 'floor'
- /tmp/ccj31HR3.o: In function `main':
- /home/michi/Downloads/CEGUI-0.7.2/conftest.c:82: undefined reference to `floor'
- collect2: ld returned 1 exit status
- configure:17728: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | /* end confdefs.h. */
- | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define floor innocuous_floor
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char floor (); below.
- | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- | <limits.h> exists even on freestanding compilers. */
- |
- | #ifdef __STDC__
- | # include <limits.h>
- | #else
- | # include <assert.h>
- | #endif
- |
- | #undef floor
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char floor ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_floor || defined __stub___floor
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return floor ();
- | ;
- | return 0;
- | }
- configure:17728: result: no
- configure:17728: checking for memchr
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:71: warning: conflicting types for built-in function 'memchr'
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for memmove
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:72: warning: conflicting types for built-in function 'memmove'
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for memset
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:73: warning: conflicting types for built-in function 'memset'
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for pow
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:74: warning: conflicting types for built-in function 'pow'
- /tmp/cc5gCCqW.o: In function `main':
- /home/michi/Downloads/CEGUI-0.7.2/conftest.c:85: undefined reference to `pow'
- collect2: ld returned 1 exit status
- configure:17728: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | /* end confdefs.h. */
- | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define pow innocuous_pow
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char pow (); below.
- | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- | <limits.h> exists even on freestanding compilers. */
- |
- | #ifdef __STDC__
- | # include <limits.h>
- | #else
- | # include <assert.h>
- | #endif
- |
- | #undef pow
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char pow ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_pow || defined __stub___pow
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return pow ();
- | ;
- | return 0;
- | }
- configure:17728: result: no
- configure:17728: checking for regcomp
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for setlocale
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for sqrt
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:76: warning: conflicting types for built-in function 'sqrt'
- /tmp/cc4UVOYp.o: In function `main':
- /home/michi/Downloads/CEGUI-0.7.2/conftest.c:87: undefined reference to `sqrt'
- collect2: ld returned 1 exit status
- configure:17728: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | /* end confdefs.h. */
- | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define sqrt innocuous_sqrt
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char sqrt (); below.
- | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- | <limits.h> exists even on freestanding compilers. */
- |
- | #ifdef __STDC__
- | # include <limits.h>
- | #else
- | # include <assert.h>
- | #endif
- |
- | #undef sqrt
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char sqrt ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_sqrt || defined __stub___sqrt
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return sqrt ();
- | ;
- | return 0;
- | }
- configure:17728: result: no
- configure:17728: checking for strchr
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:76: warning: conflicting types for built-in function 'strchr'
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for strcspn
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:77: warning: conflicting types for built-in function 'strcspn'
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for strerror
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for strpbrk
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- conftest.c:79: warning: conflicting types for built-in function 'strpbrk'
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17728: checking for strtoul
- configure:17728: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:17728: $? = 0
- configure:17728: result: yes
- configure:17740: checking for X
- configure:17848: gcc -E conftest.c
- configure:17848: $? = 0
- configure:17879: gcc -o conftest -g -O2 conftest.c -lX11 -lpthread -ldl >&5
- configure:17879: $? = 0
- configure:17929: result: libraries , headers
- configure:18253: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lX11 >&5
- configure:18253: $? = 0
- configure:18351: checking for gethostbyname
- configure:18351: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:18351: $? = 0
- configure:18351: result: yes
- configure:18448: checking for connect
- configure:18448: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:18448: $? = 0
- configure:18448: result: yes
- configure:18497: checking for remove
- configure:18497: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:18497: $? = 0
- configure:18497: result: yes
- configure:18546: checking for shmat
- configure:18546: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
- configure:18546: $? = 0
- configure:18546: result: yes
- configure:18604: checking for IceConnectionNumber in -lICE
- configure:18629: gcc -o conftest -g -O2 conftest.c -lICE -lpthread -ldl >&5
- configure:18629: $? = 0
- configure:18638: result: yes
- configure:18650: checking for library containing glInterleavedArrays
- configure:18681: gcc -o conftest -g -O2 conftest.c -lSM -lICE >&5
- /tmp/ccA5cnBy.o: In function `main':
- /home/michi/Downloads/CEGUI-0.7.2/conftest.c:69: undefined reference to `glInterleavedArrays'
- collect2: ld returned 1 exit status
- configure:18681: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char glInterleavedArrays ();
- | int
- | main ()
- | {
- | return glInterleavedArrays ();
- | ;
- | return 0;
- | }
- configure:18681: gcc -o conftest -g -O2 conftest.c -lMesaGL -lSM -lICE >&5
- /usr/bin/ld: cannot find -lMesaGL
- collect2: ld returned 1 exit status
- configure:18681: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char glInterleavedArrays ();
- | int
- | main ()
- | {
- | return glInterleavedArrays ();
- | ;
- | return 0;
- | }
- configure:18681: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE >&5
- configure:18681: $? = 0
- configure:18698: result: -lGL
- configure:18708: checking for library containing gluOrtho2D
- configure:18739: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE >&5
- /tmp/ccag9WA1.o: In function `main':
- /home/michi/Downloads/CEGUI-0.7.2/conftest.c:69: undefined reference to `gluOrtho2D'
- collect2: ld returned 1 exit status
- configure:18739: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char gluOrtho2D ();
- | int
- | main ()
- | {
- | return gluOrtho2D ();
- | ;
- | return 0;
- | }
- configure:18739: gcc -o conftest -g -O2 conftest.c -lMesaGLU -lGL -lSM -lICE >&5
- /usr/bin/ld: cannot find -lMesaGLU
- collect2: ld returned 1 exit status
- configure:18739: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char gluOrtho2D ();
- | int
- | main ()
- | {
- | return gluOrtho2D ();
- | ;
- | return 0;
- | }
- configure:18739: gcc -o conftest -g -O2 conftest.c -lGLU -lGL -lSM -lICE >&5
- configure:18739: $? = 0
- configure:18756: result: -lGLU
- configure:18766: checking for library containing glutInit
- configure:18797: gcc -o conftest -g -O2 conftest.c -lGLU -lGL -lSM -lICE >&5
- /tmp/ccxKtqim.o: In function `main':
- /home/michi/Downloads/CEGUI-0.7.2/conftest.c:69: undefined reference to `glutInit'
- collect2: ld returned 1 exit status
- configure:18797: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char glutInit ();
- | int
- | main ()
- | {
- | return glutInit ();
- | ;
- | return 0;
- | }
- configure:18797: gcc -o conftest -g -O2 conftest.c -lglut -lGLU -lGL -lSM -lICE >&5
- configure:18797: $? = 0
- configure:18814: result: -lglut
- configure:18877: gcc -E -I. -g -O2 conftest.c
- conftest.c:58:21: error: GL/glew.h: No such file or directory
- configure:18877: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- | #include <GL/glew.h>
- configure:18877: gcc -E -I/usr/local/include/ -g -O2 conftest.c
- conftest.c:58:21: error: GL/glew.h: No such file or directory
- configure:18877: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- | #include <GL/glew.h>
- configure:18877: gcc -E -I/usr/include/ -g -O2 conftest.c
- conftest.c:58:21: error: GL/glew.h: No such file or directory
- configure:18877: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- | #include <GL/glew.h>
- configure:18887: checking for glewInit in -lGLEW
- configure:18912: gcc -o conftest -g -O2 -I/usr/include/ -g -O2 conftest.c -lGLEW -L. -lpthread -ldl >&5
- /usr/bin/ld: cannot find -lGLEW
- collect2: ld returned 1 exit status
- configure:18912: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char glewInit ();
- | int
- | main ()
- | {
- | return glewInit ();
- | ;
- | return 0;
- | }
- configure:18921: result: no
- configure:18970: OpenGL renderer enabled
- configure:18978: Use of OpenGL in Samples is enabled
- configure:19030: checking for Ogre
- configure:19038: $PKG_CONFIG --exists --print-errors "OGRE >= 1.6.0"
- configure:19041: $? = 0
- configure:19056: $PKG_CONFIG --exists --print-errors "OGRE >= 1.6.0"
- configure:19059: $? = 0
- configure:19095: result: yes
- configure:19101: checking for OIS
- configure:19109: $PKG_CONFIG --exists --print-errors "OIS >= 1.0.0"
- configure:19112: $? = 0
- configure:19127: $PKG_CONFIG --exists --print-errors "OIS >= 1.0.0"
- configure:19130: $? = 0
- configure:19166: result: yes
- configure:19185: Use of Ogre3D in Samples is enabled
- configure:19188: Trying to determine OIS APIs to use
- configure:19206: g++ -c -g -O2 -I/home/michi/workspace/i6m2etis/dependencies/OIS/include/OIS -I/home/michi/workspace/i6m2etis/dependencies/OIS/include conftest.cpp >&5
- conftest.cpp: In function 'int main(int, char**)':
- conftest.cpp:63: error: 'class OIS::InputManager' has no member named 'numKeyboards'
- configure:19206: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | #define CEGUI_SAMPLES_USE_OPENGL /**/
- | #define CEGUI_SAMPLES_USE_OGRE /**/
- | /* end confdefs.h. */
- |
- | #include <OIS.h>
- | OIS::InputManager* im = 0;
- | int main(int argc, char** argv) {im->numKeyboards(); return 0;}
- |
- configure:19305: g++ -E -I. conftest.cpp
- conftest.cpp:60:22: error: irrlicht.h: No such file or directory
- configure:19305: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | #define CEGUI_SAMPLES_USE_OPENGL /**/
- | #define CEGUI_SAMPLES_USE_OGRE /**/
- | /* end confdefs.h. */
- | #include <irrlicht.h>
- configure:19305: g++ -E -I/usr/local/include/irrlicht conftest.cpp
- conftest.cpp:60:22: error: irrlicht.h: No such file or directory
- configure:19305: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | #define CEGUI_SAMPLES_USE_OPENGL /**/
- | #define CEGUI_SAMPLES_USE_OGRE /**/
- | /* end confdefs.h. */
- | #include <irrlicht.h>
- configure:19305: g++ -E -I/usr/include/irrlicht conftest.cpp
- conftest.cpp:60:22: error: irrlicht.h: No such file or directory
- configure:19305: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | #define CEGUI_SAMPLES_USE_OPENGL /**/
- | #define CEGUI_SAMPLES_USE_OGRE /**/
- | /* end confdefs.h. */
- | #include <irrlicht.h>
- configure:19305: g++ -E -I/usr/local/include conftest.cpp
- conftest.cpp:60:22: error: irrlicht.h: No such file or directory
- configure:19305: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | #define CEGUI_SAMPLES_USE_OPENGL /**/
- | #define CEGUI_SAMPLES_USE_OGRE /**/
- | /* end confdefs.h. */
- | #include <irrlicht.h>
- configure:19305: g++ -E -I/usr/include conftest.cpp
- conftest.cpp:60:22: error: irrlicht.h: No such file or directory
- configure:19305: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | #define CEGUI_SAMPLES_USE_OPENGL /**/
- | #define CEGUI_SAMPLES_USE_OGRE /**/
- | /* end confdefs.h. */
- | #include <irrlicht.h>
- configure:19315: checking for main in -lIrrlicht
- configure:19334: g++ -o conftest -g -O2 -I/usr/include conftest.cpp -lIrrlicht -L. -lpthread -ldl >&5
- /usr/bin/ld: cannot find -lIrrlicht
- collect2: ld returned 1 exit status
- configure:19334: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | #define CEGUI_SAMPLES_USE_OPENGL /**/
- | #define CEGUI_SAMPLES_USE_OGRE /**/
- | /* end confdefs.h. */
- |
- |
- | int
- | main ()
- | {
- | return main ();
- | ;
- | return 0;
- | }
- configure:19343: result: no
- configure:19439: checking for XF86VidModeQueryVersion in -lXxf86vm
- configure:19464: gcc -o conftest -g -O2 conftest.c -lXxf86vm -lpthread -ldl >&5
- /usr/bin/ld: cannot find -lXxf86vm
- collect2: ld returned 1 exit status
- configure:19464: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "CEGUI"
- | #define PACKAGE_TARNAME "CEGUI"
- | #define PACKAGE_VERSION "0.7.2"
- | #define PACKAGE_STRING "CEGUI 0.7.2"
- | #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- | #define PACKAGE_URL ""
- | #define PACKAGE "CEGUI"
- | #define VERSION "0.7.2"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBDL 1
- | #define HAVE_LIBPTHREAD 1
- | #define CEGUI_HAS_FREETYPE /**/
- | #define CEGUI_HAS_PCRE_REGEX /**/
- | #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- | #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- | #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- | #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- | #define STDC_HEADERS 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_MALLOC_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_PTRDIFF_T 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_ALARM 1
- | #define HAVE_STRCOLL 1
- | #define HAVE_STRFTIME 1
- | #define HAVE_ATEXIT 1
- | #define HAVE_MEMCHR 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_MEMSET 1
- | #define HAVE_REGCOMP 1
- | #define HAVE_SETLOCALE 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRCSPN 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRPBRK 1
- | #define HAVE_STRTOUL 1
- | #define CEGUI_SAMPLES_USE_OPENGL /**/
- | #define CEGUI_SAMPLES_USE_OGRE /**/
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char XF86VidModeQueryVersion ();
- | int
- | main ()
- | {
- | return XF86VidModeQueryVersion ();
- | ;
- | return 0;
- | }
- configure:19473: result: no
- configure:19514: Irrlicht renderer disabled
- configure:19540: checking for directfb
- configure:19548: $PKG_CONFIG --exists --print-errors "directfb >= 1.2.0"
- Package directfb was not found in the pkg-config search path.
- Perhaps you should add the directory containing `directfb.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'directfb' found
- configure:19551: $? = 1
- configure:19566: $PKG_CONFIG --exists --print-errors "directfb >= 1.2.0"
- Package directfb was not found in the pkg-config search path.
- Perhaps you should add the directory containing `directfb.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'directfb' found
- configure:19569: $? = 1
- No package 'directfb' found
- configure:19597: result: no
- configure:19632: DirectFB renderer disabled
- configure:19660: checking for GTK
- configure:19668: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4"
- Package gtk+-2.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `gtk+-2.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'gtk+-2.0' found
- configure:19671: $? = 1
- configure:19686: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4"
- Package gtk+-2.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `gtk+-2.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'gtk+-2.0' found
- configure:19689: $? = 1
- No package 'gtk+-2.0' found
- configure:19717: result: no
- configure:19751: GTK2 renderer selection dialog in samples is disabled
- configure:19780: Samples framework and applications are enabled.
- configure:19809: checking for Lua
- configure:19817: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
- Package lua was not found in the pkg-config search path.
- Perhaps you should add the directory containing `lua.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'lua' found
- configure:19820: $? = 1
- configure:19835: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
- Package lua was not found in the pkg-config search path.
- Perhaps you should add the directory containing `lua.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'lua' found
- configure:19838: $? = 1
- No package 'lua' found
- configure:19866: result: no
- configure:19882: checking for Lua
- configure:19890: $PKG_CONFIG --exists --print-errors "lua5.1"
- Package lua5.1 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `lua5.1.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'lua5.1' found
- configure:19893: $? = 1
- configure:19908: $PKG_CONFIG --exists --print-errors "lua5.1"
- Package lua5.1 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `lua5.1.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'lua5.1' found
- configure:19911: $? = 1
- No package 'lua5.1' found
- configure:19939: result: no
- configure:20105: Building of Lua scripting module is disabled
- configure:20113: Building of tolua++cegui generator tool is disabled.
- configure:20854: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by CEGUI config.status 0.7.2, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on ubuntu
- config.status:1383: creating cegui/CEGUI-NULL.pc
- config.status:1383: creating cegui/CEGUI-OGRE.pc
- config.status:1383: creating cegui/CEGUI-OPENGL.pc
- config.status:1383: creating cegui/CEGUI.pc
- config.status:1383: creating cegui/CEGUI.spec
- config.status:1383: creating cegui/Makefile
- config.status:1383: creating cegui/include/elements/Makefile
- config.status:1383: creating cegui/include/falagard/Makefile
- config.status:1383: creating cegui/include/ImageCodecModules/CoronaImageCodec/Makefile
- config.status:1383: creating cegui/include/ImageCodecModules/DevILImageCodec/Makefile
- config.status:1383: creating cegui/include/ImageCodecModules/FreeImageImageCodec/Makefile
- config.status:1383: creating cegui/include/ImageCodecModules/Makefile
- config.status:1383: creating cegui/include/ImageCodecModules/SILLYImageCodec/Makefile
- config.status:1383: creating cegui/include/ImageCodecModules/TGAImageCodec/Makefile
- config.status:1383: creating cegui/include/Makefile
- config.status:1383: creating cegui/include/RendererModules/Direct3D10/Makefile
- config.status:1383: creating cegui/include/RendererModules/Direct3D11/Makefile
- config.status:1383: creating cegui/include/RendererModules/Direct3D9/Makefile
- config.status:1383: creating cegui/include/RendererModules/DirectFB/Makefile
- config.status:1383: creating cegui/include/RendererModules/Irrlicht/Makefile
- config.status:1383: creating cegui/include/RendererModules/Null/Makefile
- config.status:1383: creating cegui/include/RendererModules/Ogre/Makefile
- config.status:1383: creating cegui/include/RendererModules/OpenGL/Makefile
- config.status:1383: creating cegui/include/RendererModules/Makefile
- config.status:1383: creating cegui/include/ScriptingModules/LuaScriptModule/Makefile
- config.status:1383: creating cegui/include/ScriptingModules/LuaScriptModule/support/Makefile
- config.status:1383: creating cegui/include/ScriptingModules/LuaScriptModule/support/tolua++/Makefile
- config.status:1383: creating cegui/include/ScriptingModules/Makefile
- config.status:1383: creating cegui/include/WindowRendererSets/Falagard/Makefile
- config.status:1383: creating cegui/include/WindowRendererSets/Makefile
- config.status:1383: creating cegui/include/XMLParserModules/ExpatParser/Makefile
- config.status:1383: creating cegui/include/XMLParserModules/LibxmlParser/Makefile
- config.status:1383: creating cegui/include/XMLParserModules/Makefile
- config.status:1383: creating cegui/include/XMLParserModules/RapidXMLParser/Makefile
- config.status:1383: creating cegui/include/XMLParserModules/TinyXMLParser/Makefile
- config.status:1383: creating cegui/include/XMLParserModules/XercesParser/Makefile
- config.status:1383: creating cegui/src/ImageCodecModules/CoronaImageCodec/Makefile
- config.status:1383: creating cegui/src/ImageCodecModules/DevILImageCodec/Makefile
- config.status:1383: creating cegui/src/ImageCodecModules/FreeImageImageCodec/Makefile
- config.status:1383: creating cegui/src/ImageCodecModules/Makefile
- config.status:1383: creating cegui/src/ImageCodecModules/SILLYImageCodec/Makefile
- config.status:1383: creating cegui/src/ImageCodecModules/TGAImageCodec/Makefile
- config.status:1383: creating cegui/src/Makefile
- config.status:1383: creating cegui/src/RendererModules/Direct3D10/Makefile
- config.status:1383: creating cegui/src/RendererModules/Direct3D11/Makefile
- config.status:1383: creating cegui/src/RendererModules/Direct3D9/Makefile
- config.status:1383: creating cegui/src/RendererModules/DirectFB/Makefile
- config.status:1383: creating cegui/src/RendererModules/Irrlicht/Makefile
- config.status:1383: creating cegui/src/RendererModules/Null/Makefile
- config.status:1383: creating cegui/src/RendererModules/Ogre/Makefile
- config.status:1383: creating cegui/src/RendererModules/OpenGL/Makefile
- config.status:1383: creating cegui/src/RendererModules/Makefile
- config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/Makefile
- config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/package/Makefile
- config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/support/Makefile
- config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/support/tolua++bin/Makefile
- config.status:1383: creating cegui/src/ScriptingModules/LuaScriptModule/support/tolua++/Makefile
- config.status:1383: creating cegui/src/ScriptingModules/Makefile
- config.status:1383: creating cegui/src/WindowRendererSets/Falagard/Makefile
- config.status:1383: creating cegui/src/WindowRendererSets/Makefile
- config.status:1383: creating cegui/src/XMLParserModules/ExpatParser/Makefile
- config.status:1383: creating cegui/src/XMLParserModules/LibxmlParser/Makefile
- config.status:1383: creating cegui/src/XMLParserModules/Makefile
- config.status:1383: creating cegui/src/XMLParserModules/RapidXMLParser/Makefile
- config.status:1383: creating cegui/src/XMLParserModules/TinyXMLParser/Makefile
- config.status:1383: creating cegui/src/XMLParserModules/XercesParser/Makefile
- config.status:1383: creating datafiles/Makefile
- config.status:1383: creating doc/Makefile
- config.status:1383: creating doc/doxygen/doxyfile
- config.status:1383: creating doc/doxygen/Makefile
- config.status:1383: creating projects/Makefile
- config.status:1383: creating Samples/common/include/Makefile
- config.status:1383: creating Samples/common/Makefile
- config.status:1383: creating Samples/common/src/Makefile
- config.status:1383: creating Samples/Demo6/Makefile
- config.status:1383: creating Samples/Demo7/Makefile
- config.status:1383: creating Samples/Demo8/Makefile
- config.status:1383: creating Samples/DragDropDemo/Makefile
- config.status:1383: creating Samples/FalagardDemo1/Makefile
- config.status:1383: creating Samples/FirstWindow/Makefile
- config.status:1383: creating Samples/FontDemo/Makefile
- config.status:1383: creating Samples/Makefile
- config.status:1383: creating Samples/Minesweeper/Makefile
- config.status:1383: creating Samples/ScrollablePaneDemo/Makefile
- config.status:1383: creating Samples/TabControlDemo/Makefile
- config.status:1383: creating Samples/TextDemo/Makefile
- config.status:1383: creating Samples/TreeDemo/Makefile
- config.status:1383: creating Makefile
- config.status:1383: creating cegui/include/config.h
- config.status:1555: cegui/include/config.h is unchanged
- config.status:1603: executing depfiles commands
- config.status:1603: executing libtool commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_const=yes
- ac_cv_c_inline=inline
- ac_cv_c_volatile=yes
- ac_cv_cxx_compiler_gnu=yes
- ac_cv_env_CCC_set=
- ac_cv_env_CCC_value=
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_CXXCPP_set=
- ac_cv_env_CXXCPP_value=
- ac_cv_env_CXXFLAGS_set=
- ac_cv_env_CXXFLAGS_value=
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- ac_cv_env_GTK_CFLAGS_set=
- ac_cv_env_GTK_CFLAGS_value=
- ac_cv_env_GTK_LIBS_set=
- ac_cv_env_GTK_LIBS_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_Lua_CFLAGS_set=
- ac_cv_env_Lua_CFLAGS_value=
- ac_cv_env_Lua_LIBS_set=
- ac_cv_env_Lua_LIBS_value=
- ac_cv_env_OIS_CFLAGS_set=
- ac_cv_env_OIS_CFLAGS_value=
- ac_cv_env_OIS_LIBS_set=
- ac_cv_env_OIS_LIBS_value=
- ac_cv_env_Ogre_CFLAGS_set=
- ac_cv_env_Ogre_CFLAGS_value=
- ac_cv_env_Ogre_LIBS_set=
- ac_cv_env_Ogre_LIBS_value=
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_SILLY_CFLAGS_set=
- ac_cv_env_SILLY_CFLAGS_value=
- ac_cv_env_SILLY_LIBS_set=
- ac_cv_env_SILLY_LIBS_value=
- ac_cv_env_XMKMF_set=
- ac_cv_env_XMKMF_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_directfb_CFLAGS_set=
- ac_cv_env_directfb_CFLAGS_value=
- ac_cv_env_directfb_LIBS_set=
- ac_cv_env_directfb_LIBS_value=
- ac_cv_env_freetype2_CFLAGS_set=
- ac_cv_env_freetype2_CFLAGS_value=
- ac_cv_env_freetype2_LIBS_set=
- ac_cv_env_freetype2_LIBS_value=
- ac_cv_env_fribidi_CFLAGS_set=
- ac_cv_env_fribidi_CFLAGS_value=
- ac_cv_env_fribidi_LIBS_set=
- ac_cv_env_fribidi_LIBS_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_libxml_CFLAGS_set=
- ac_cv_env_libxml_CFLAGS_value=
- ac_cv_env_libxml_LIBS_set=
- ac_cv_env_libxml_LIBS_value=
- ac_cv_env_pcre_CFLAGS_set=
- ac_cv_env_pcre_CFLAGS_value=
- ac_cv_env_pcre_LIBS_set=
- ac_cv_env_pcre_LIBS_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_func_alarm=yes
- ac_cv_func_atexit=yes
- ac_cv_func_connect=yes
- ac_cv_func_floor=no
- ac_cv_func_gethostbyname=yes
- ac_cv_func_memchr=yes
- ac_cv_func_memcmp_working=yes
- ac_cv_func_memmove=yes
- ac_cv_func_memset=yes
- ac_cv_func_pow=no
- ac_cv_func_regcomp=yes
- ac_cv_func_remove=yes
- ac_cv_func_setlocale=yes
- ac_cv_func_shmat=yes
- ac_cv_func_sqrt=no
- ac_cv_func_strchr=yes
- ac_cv_func_strcoll_works=yes
- ac_cv_func_strcspn=yes
- ac_cv_func_strerror=yes
- ac_cv_func_strftime=yes
- ac_cv_func_strpbrk=yes
- ac_cv_func_strtoul=yes
- ac_cv_func_working_mktime=yes
- ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
- ac_cv_header_FreeImage_h=yes
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_limits_h=yes
- ac_cv_header_locale_h=yes
- ac_cv_header_malloc_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_stdbool_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stddef_h=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_time_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_time=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-unknown-linux-gnu
- ac_cv_lib_GLEW_glewInit=no
- ac_cv_lib_ICE_IceConnectionNumber=yes
- ac_cv_lib_ILU_iluFlipImage=no
- ac_cv_lib_IL_ilLoadL=no
- ac_cv_lib_Xxf86vm_XF86VidModeQueryVersion=no
- ac_cv_lib_dl_dlopen=yes
- ac_cv_lib_error_at_line=yes
- ac_cv_lib_expat_XML_ParserCreate=yes
- ac_cv_lib_pthread_pthread_create=yes
- ac_cv_lib_tinyxml_main=no
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_FGREP='/bin/grep -F'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_SED=/bin/sed
- ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
- ac_cv_path_cegui_corona_config=no
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_CXXCPP='g++ -E'
- ac_cv_prog_DOXYGEN=doxygen
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_search_FreeImage_GetVersion=-lfreeimage
- ac_cv_search_glInterleavedArrays=-lGL
- ac_cv_search_gluOrtho2D=-lGLU
- ac_cv_search_glutInit=-lglut
- ac_cv_struct_tm=time.h
- ac_cv_type__Bool=yes
- ac_cv_type_ptrdiff_t=yes
- ac_cv_type_size_t=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_CXX_dependencies_compiler_type=gcc3
- am_cv_prog_tar_ustar=gnutar
- lt_cv_deplibs_check_method=pass_all
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file=
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/usr/bin/ld
- lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
- lt_cv_path_NM='/usr/bin/nm -B'
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_c_o_CXX=yes
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_pic_works_CXX=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_compiler_static_works_CXX=yes
- lt_cv_prog_gnu_ld=yes
- lt_cv_prog_gnu_ldcxx=yes
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_max_cmd_len=1572864
- pkg_cv_OIS_CFLAGS='-I/home/michi/workspace/i6m2etis/dependencies/OIS/include/OIS -I/home/michi/workspace/i6m2etis/dependencies/OIS/include '
- pkg_cv_OIS_LIBS='-L/home/michi/workspace/i6m2etis/dependencies/OIS/lib/linux -lOIS '
- pkg_cv_Ogre_CFLAGS='-pthread -I/home/michi/workspace/i6m2etis/dependencies/Ogre3D//include -I/home/michi/workspace/i6m2etis/dependencies/Ogre3D//include/OGRE -I/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/include/boost -I/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/include '
- pkg_cv_Ogre_LIBS='-L/home/michi/workspace/i6m2etis/dependencies/Ogre3D//lib -L/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/lib -lOgreMain -lpthread -lboost_thread -lboost_filesystem -lboost_system -lboost_date_time '
- pkg_cv_freetype2_CFLAGS='-I/usr/include/freetype2 '
- pkg_cv_freetype2_LIBS='-lfreetype '
- pkg_cv_pcre_CFLAGS=' '
- pkg_cv_pcre_LIBS='-lpcre '
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run aclocal-1.11'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run tar'
- AR='ar'
- AS='as'
- AUTOCONF='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run autoconf'
- AUTOHEADER='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run autoheader'
- AUTOMAKE='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run automake-1.11'
- AWK='gawk'
- BUILD_DIRECTFB_RENDERER_FALSE=''
- BUILD_DIRECTFB_RENDERER_TRUE='#'
- BUILD_EXPAT_PARSER_FALSE='#'
- BUILD_EXPAT_PARSER_TRUE=''
- BUILD_IRRLICHT_RENDERER_FALSE=''
- BUILD_IRRLICHT_RENDERER_TRUE='#'
- BUILD_LIBXML_PARSER_FALSE=''
- BUILD_LIBXML_PARSER_TRUE='#'
- BUILD_NULL_RENDERER_FALSE=''
- BUILD_NULL_RENDERER_TRUE='#'
- BUILD_OGRE_RENDERER_FALSE='#'
- BUILD_OGRE_RENDERER_TRUE=''
- BUILD_OPENGL_RENDERER_FALSE='#'
- BUILD_OPENGL_RENDERER_TRUE=''
- BUILD_RAPIDXML_PARSER_FALSE=''
- BUILD_RAPIDXML_PARSER_TRUE='#'
- BUILD_TINYXML_PARSER_FALSE='#'
- BUILD_TINYXML_PARSER_TRUE=''
- BUILD_USING_INTERNAL_GLEW_FALSE='#'
- BUILD_USING_INTERNAL_GLEW_TRUE=''
- BUILD_USING_INTERNAL_TINYXML_FALSE='#'
- BUILD_USING_INTERNAL_TINYXML_TRUE=''
- BUILD_XERCES_PARSER_FALSE=''
- BUILD_XERCES_PARSER_TRUE='#'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CEGUI_BUILD_CORONA_IMAGE_CODEC_FALSE=''
- CEGUI_BUILD_CORONA_IMAGE_CODEC_TRUE='#'
- CEGUI_BUILD_DEFAULT_LOGGER_FALSE='#'
- CEGUI_BUILD_DEFAULT_LOGGER_TRUE=''
- CEGUI_BUILD_DEVIL_IMAGE_CODEC_FALSE=''
- CEGUI_BUILD_DEVIL_IMAGE_CODEC_TRUE='#'
- CEGUI_BUILD_FREETYPE_FONT_FALSE='#'
- CEGUI_BUILD_FREETYPE_FONT_TRUE=''
- CEGUI_BUILD_FREE_IMAGE_IMAGE_CODEC_FALSE='#'
- CEGUI_BUILD_FREE_IMAGE_IMAGE_CODEC_TRUE=''
- CEGUI_BUILD_FRIBIDI_MAPPER_FALSE=''
- CEGUI_BUILD_FRIBIDI_MAPPER_TRUE='#'
- CEGUI_BUILD_LUA_MODULE_FALSE=''
- CEGUI_BUILD_LUA_MODULE_TRUE='#'
- CEGUI_BUILD_MINIBIDI_MAPPER_FALSE=''
- CEGUI_BUILD_MINIBIDI_MAPPER_TRUE='#'
- CEGUI_BUILD_MINIZIP_RESOURCE_PROVIDER_FALSE=''
- CEGUI_BUILD_MINIZIP_RESOURCE_PROVIDER_TRUE='#'
- CEGUI_BUILD_PCRE_REGEX_FALSE='#'
- CEGUI_BUILD_PCRE_REGEX_TRUE=''
- CEGUI_BUILD_SAMPLES_FALSE='#'
- CEGUI_BUILD_SAMPLES_TRUE=''
- CEGUI_BUILD_SILLY_IMAGE_CODEC_FALSE=''
- CEGUI_BUILD_SILLY_IMAGE_CODEC_TRUE='#'
- CEGUI_BUILD_STATIC_FALSE=''
- CEGUI_BUILD_STATIC_TRUE='#'
- CEGUI_BUILD_TGA_IMAGE_CODEC_FALSE='#'
- CEGUI_BUILD_TGA_IMAGE_CODEC_TRUE=''
- CEGUI_BUILD_TOLUACEGUI_FALSE=''
- CEGUI_BUILD_TOLUACEGUI_TRUE='#'
- CEGUI_BUILD_TOLUAPPLIB_FALSE=''
- CEGUI_BUILD_TOLUAPPLIB_TRUE='#'
- CEGUI_LIB_LINK_FLAGS='-release 0.7.2'
- CEGUI_SAMPLES_CFLAGS='-DCEGUI_SAMPLE_DATAPATH="\"$(datadir)/$(PACKAGE)"\"'
- CEGUI_SAMPLES_USE_DIRECTFB_FALSE=''
- CEGUI_SAMPLES_USE_DIRECTFB_TRUE='#'
- CEGUI_SAMPLES_USE_IRRLICHT_FALSE=''
- CEGUI_SAMPLES_USE_IRRLICHT_TRUE='#'
- CEGUI_SAMPLES_USE_OGRE_FALSE='#'
- CEGUI_SAMPLES_USE_OGRE_TRUE=''
- CEGUI_SAMPLES_USE_OPENGL_FALSE='#'
- CEGUI_SAMPLES_USE_OPENGL_TRUE=''
- CEGUI_USING_GTK2_FALSE=''
- CEGUI_USING_GTK2_TRUE='#'
- CFLAGS='-g -O2'
- CPP='gcc -E'
- CPPFLAGS=''
- CXX='g++'
- CXXCPP='g++ -E'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS='-g -O2'
- CYGPATH_W='echo'
- Corona_CFLAGS=''
- Corona_LIBS=''
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DLLTOOL='dlltool'
- DOXYGEN='doxygen'
- DOXYGENDOT=''
- DSYMUTIL=''
- DUMPBIN=''
- DevIL_CFLAGS=''
- DevIL_LIBS=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT=''
- FGREP='/bin/grep -F'
- FreeImage_CFLAGS='-DUSE_FREEIMAGE_LIBRARY'
- FreeImage_LIBS='-lfreeimage'
- GREP='/bin/grep'
- GTK_CFLAGS=''
- GTK_LIBS=''
- HAVE_ZLIB=''
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- Irrlicht_CFLAGS=''
- Irrlicht_LIBS=''
- LD='/usr/bin/ld -m elf_x86_64'
- LDFLAGS=''
- LIBOBJS=''
- LIBS='-lpthread -ldl '
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='ln -s'
- LTLIBOBJS=''
- Lua_CFLAGS=''
- Lua_LIBS=''
- MACOSX_BUILD_FALSE=''
- MACOSX_BUILD_TRUE='#'
- MAKEINFO='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/missing --run makeinfo'
- MINGW32_BUILD_FALSE=''
- MINGW32_BUILD_TRUE='#'
- MKDIR_P='/bin/mkdir -p'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OIS_CFLAGS='-I/home/michi/workspace/i6m2etis/dependencies/OIS/include/OIS -I/home/michi/workspace/i6m2etis/dependencies/OIS/include '
- OIS_LIBS='-L/home/michi/workspace/i6m2etis/dependencies/OIS/lib/linux -lOIS '
- OTOOL64=''
- OTOOL=''
- Ogre_CFLAGS='-pthread -I/home/michi/workspace/i6m2etis/dependencies/Ogre3D//include -I/home/michi/workspace/i6m2etis/dependencies/Ogre3D//include/OGRE -I/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/include/boost -I/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/include '
- Ogre_LIBS='-L/home/michi/workspace/i6m2etis/dependencies/Ogre3D//lib -L/home/michi/workspace/i6m2etis/dependencies/Boost_1_43/lib -lOgreMain -lpthread -lboost_thread -lboost_filesystem -lboost_system -lboost_date_time '
- OpenGL_CFLAGS=''
- OpenGL_LIBS='-lglut -lGLU -lGL -lSM -lICE '
- PACKAGE='CEGUI'
- PACKAGE_BUGREPORT='http://mantis.cegui.org.uk/'
- PACKAGE_NAME='CEGUI'
- PACKAGE_STRING='CEGUI 0.7.2'
- PACKAGE_TARNAME='CEGUI'
- PACKAGE_URL=''
- PACKAGE_VERSION='0.7.2'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- RANLIB='ranlib'
- SAMPLE_STATIC_LDFLAGS=''
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/bash'
- SILLY_CFLAGS=''
- SILLY_LIBS=''
- STRIP='strip'
- VERSION='0.7.2'
- XMKMF=''
- X_CFLAGS=''
- X_EXTRA_LIBS=''
- X_LIBS=''
- X_PRE_LIBS=' -lSM -lICE'
- ZLIB_CFLAGS=''
- ZLIB_LIBS=''
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__fastdepCXX_FALSE='#'
- am__fastdepCXX_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__quote=''
- am__tar='tar --format=ustar -chf - "$$tardir"'
- am__untar='tar -xf -'
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='unknown'
- cegui_bsfx=''
- cegui_corona_config='no'
- cegui_pc_platform_libs=''
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- directfb_CFLAGS=''
- directfb_LIBS=''
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- expat_CFLAGS=''
- expat_LIBS='-lexpat'
- freetype2_CFLAGS='-I/usr/include/freetype2 '
- freetype2_LIBS='-lfreetype '
- fribidi_CFLAGS=''
- fribidi_LIBS=''
- host='x86_64-unknown-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /home/michi/Downloads/CEGUI-0.7.2/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- libxml_CFLAGS=''
- libxml_LIBS=''
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- lt_ECHO='echo'
- mandir='${datarootdir}/man'
- mkdir_p='/bin/mkdir -p'
- oldincludedir='/usr/include'
- pcre_CFLAGS=' '
- pcre_LIBS='-lpcre '
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- rapidxml_CFLAGS=''
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- tinyxml_CFLAGS=''
- tinyxml_LIBS=''
- toluapp_CFLAGS=''
- toluapp_LIBS=''
- xerces_CFLAGS=''
- xerces_LIBS=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "CEGUI"
- #define PACKAGE_TARNAME "CEGUI"
- #define PACKAGE_VERSION "0.7.2"
- #define PACKAGE_STRING "CEGUI 0.7.2"
- #define PACKAGE_BUGREPORT "http://mantis.cegui.org.uk/"
- #define PACKAGE_URL ""
- #define PACKAGE "CEGUI"
- #define VERSION "0.7.2"
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define HAVE_LIBDL 1
- #define HAVE_LIBPTHREAD 1
- #define CEGUI_HAS_FREETYPE /**/
- #define CEGUI_HAS_PCRE_REGEX /**/
- #define CEGUI_DEFAULT_XMLPARSER ExpatParser
- #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
- #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
- #define CEGUI_DEFAULT_IMAGE_CODEC FreeImageImageCodec
- #define STDC_HEADERS 1
- #define HAVE_LIMITS_H 1
- #define HAVE_LOCALE_H 1
- #define HAVE_MALLOC_H 1
- #define HAVE_STDDEF_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE__BOOL 1
- #define HAVE_STDBOOL_H 1
- #define HAVE_PTRDIFF_T 1
- #define TIME_WITH_SYS_TIME 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_ALARM 1
- #define HAVE_STRCOLL 1
- #define HAVE_STRFTIME 1
- #define HAVE_ATEXIT 1
- #define HAVE_MEMCHR 1
- #define HAVE_MEMMOVE 1
- #define HAVE_MEMSET 1
- #define HAVE_REGCOMP 1
- #define HAVE_SETLOCALE 1
- #define HAVE_STRCHR 1
- #define HAVE_STRCSPN 1
- #define HAVE_STRERROR 1
- #define HAVE_STRPBRK 1
- #define HAVE_STRTOUL 1
- #define CEGUI_SAMPLES_USE_OPENGL /**/
- #define CEGUI_SAMPLES_USE_OGRE /**/
- #define CEGUI_HAS_DEFAULT_LOGGER /**/
- #define CEGUI_HAS_VERSION_SUFFIX /**/
- #define CEGUI_VERSION_SUFFIX "0.7.2"
- configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment