I compile CEGUI from source code
then I type make in CEGUI-0.6.1/Samples/common
then type make in Demo7/src
[cocobear@cocobear src]$ ./Demo7
-- CEGUI Sample Application Framework --
Please select a renderer:
Oops! There are no renderer modules available, check your config!
How to use Samples
Moderators: CEGUI MVP, CEGUI Team
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Hi, and welcome
Which OS / platform are you using?
It appears that no supported rendering libraries or engines were detected by the configure step.
What was the configure script results summary? If that's not enlightening, can you post the config.log.
Also note that to get the samples to run you will either have to perform the install step or make sure the sample executable knows where to find all the modules it will be loading (via LD_LIBRARY_PATH or whatever) - unless you have done something with static linking.
CE.
Which OS / platform are you using?
It appears that no supported rendering libraries or engines were detected by the configure step.
What was the configure script results summary? If that's not enlightening, can you post the config.log.
Also note that to get the samples to run you will either have to perform the install step or make sure the sample executable knows where to find all the modules it will be loading (via LD_LIBRARY_PATH or whatever) - unless you have done something with static linking.
CE.
CrazyEddie wrote:Hi, and welcome
Which OS / platform are you using?
It appears that no supported rendering libraries or engines were detected by the configure step.
What was the configure script results summary? If that's not enlightening, can you post the config.log.
Also note that to get the samples to run you will either have to perform the install step or make sure the sample executable knows where to find all the modules it will be loading (via LD_LIBRARY_PATH or whatever) - unless you have done something with static linking.
CE.
[cocobear@cocobear CEGUI-0.6.1]$ uname -an
Linux cocobear 2.6.25-14.fc9.x86_64 #1 SMP Thu May 1 06:06:21 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
I tried these steps :
./configure
make
make install
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
[cocobear@cocobear CEGUI-0.6.1]$ rpm -qa | grep mesa
mesa-libGLU-devel-7.0.1-7.fc8.x86_64
mesa-libGL-7.0.1-7.fc8.x86_64
mesa-libGLU-7.0.1-7.fc8.i386
mesa-libGLU-7.0.1-7.fc8.x86_64
mesa-libGL-7.0.1-7.fc8.i386
mesa-libGL-devel-7.0.1-7.fc8.x86_64
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 1.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = cocobear
uname -m = x86_64
uname -r = 2.6.25-14.fc9.x86_64
uname -s = Linux
uname -v = #1 SMP Thu May 1 06:06:21 EDT 2008
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/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/lib64/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/lib64/ccache
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /home/cocobear/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /home/cocobear/bin
PATH: /home/cocobear/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2210: checking for a BSD-compatible install
configure:2266: result: /usr/bin/install -c
configure:2277: checking whether build environment is sane
configure:2320: result: yes
configure:2353: checking for gawk
configure:2369: found /usr/bin/gawk
configure:2380: result: gawk
configure:2391: checking whether make sets $(MAKE)
configure:2412: result: yes
configure:2600: checking build system type
configure:2618: result: x86_64-unknown-linux-gnu
configure:2640: checking host system type
configure:2655: result: x86_64-unknown-linux-gnu
configure:2737: checking for g++
configure:2753: found /usr/lib64/ccache/g++
configure:2764: result: g++
configure:2795: checking for C++ compiler version
configure:2802: g++ --version >&5
g++ (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 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:2805: $? = 0
configure:2812: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
configure:2815: $? = 0
configure:2822: g++ -V >&5
g++: '-V' option must have argument
configure:2825: $? = 1
configure:2848: checking for C++ compiler default output file name
configure:2875: g++ conftest.cpp >&5
configure:2878: $? = 0
configure:2916: result: a.out
configure:2933: checking whether the C++ compiler works
configure:2943: ./a.out
configure:2946: $? = 0
configure:2963: result: yes
configure:2970: checking whether we are cross compiling
configure:2972: result: no
configure:2975: checking for suffix of executables
configure:2982: g++ -o conftest conftest.cpp >&5
configure:2985: $? = 0
configure:3009: result:
configure:3015: checking for suffix of object files
configure:3041: g++ -c conftest.cpp >&5
configure:3044: $? = 0
configure:3067: result: o
configure:3071: checking whether we are using the GNU C++ compiler
configure:3100: g++ -c conftest.cpp >&5
configure:3106: $? = 0
configure:3123: result: yes
configure:3128: checking whether g++ accepts -g
configure:3158: g++ -c -g conftest.cpp >&5
configure:3164: $? = 0
configure:3263: result: yes
configure:3297: checking for style of include used by make
configure:3325: result: GNU
configure:3353: checking dependency style of g++
configure:3436: result: gcc3
configure:3501: checking for gcc
configure:3517: found /usr/lib64/ccache/gcc
configure:3528: result: gcc
configure:3766: checking for C compiler version
configure:3773: gcc --version >&5
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 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:3776: $? = 0
configure:3783: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
configure:3786: $? = 0
configure:3793: gcc -V >&5
gcc: '-V' option must have argument
configure:3796: $? = 1
configure:3799: checking whether we are using the GNU C compiler
configure:3828: gcc -c conftest.c >&5
configure:3834: $? = 0
configure:3851: result: yes
configure:3856: checking whether gcc accepts -g
configure:3886: gcc -c -g conftest.c >&5
configure:3892: $? = 0
configure:3991: result: yes
configure:4008: checking for gcc option to accept ISO C89
configure:4082: gcc -c -g -O2 conftest.c >&5
configure:4088: $? = 0
configure:4111: result: none needed
configure:4131: checking dependency style of gcc
configure:4214: result: gcc3
configure:4312: checking for a sed that does not truncate output
configure:4368: result: /bin/sed
configure:4371: checking for grep that handles long lines and -e
configure:4445: result: /bin/grep
configure:4450: checking for egrep
configure:4528: result: /bin/grep -E
configure:4544: checking for ld used by gcc
configure:4611: result: /usr/bin/ld
configure:4620: checking if the linker (/usr/bin/ld) is GNU ld
configure:4635: result: yes
configure:4640: checking for /usr/bin/ld option to reload object files
configure:4647: result: -r
configure:4665: checking for BSD-compatible nm
configure:4714: result: /usr/bin/nm -B
configure:4718: checking whether ln -s works
configure:4722: result: yes
configure:4729: checking how to recognize dependent libraries
configure:4915: result: pass_all
configure:5004: gcc -c -g -O2 conftest.c >&5
configure:5007: $? = 0
configure:5450: checking how to run the C preprocessor
configure:5490: gcc -E conftest.c
configure:5496: $? = 0
configure:5527: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5533: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5566: result: gcc -E
configure:5595: gcc -E conftest.c
configure:5601: $? = 0
configure:5632: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5638: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5676: checking for ANSI C header files
configure:5706: gcc -c -g -O2 conftest.c >&5
configure:5712: $? = 0
configure:5811: gcc -o conftest -g -O2 conftest.c >&5
configure:5814: $? = 0
configure:5820: ./conftest
configure:5823: $? = 0
configure:5840: result: yes
configure:5864: checking for sys/types.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for sys/stat.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for stdlib.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for string.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for memory.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for strings.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for inttypes.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for stdint.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for unistd.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5934: checking dlfcn.h usability
configure:5951: gcc -c -g -O2 conftest.c >&5
configure:5957: $? = 0
configure:5971: result: yes
configure:5975: checking dlfcn.h presence
configure:5990: gcc -E conftest.c
configure:5996: $? = 0
configure:6010: result: yes
configure:6038: checking for dlfcn.h
configure:6046: result: yes
configure:6069: checking how to run the C++ preprocessor
configure:6105: g++ -E conftest.cpp
configure:6111: $? = 0
configure:6142: g++ -E conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6148: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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:6181: result: g++ -E
configure:6210: g++ -E conftest.cpp
configure:6216: $? = 0
configure:6247: g++ -E conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6253: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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:6346: checking for g77
configure:6376: result: no
configure:6346: checking for xlf
configure:6376: result: no
configure:6346: checking for f77
configure:6376: result: no
configure:6346: checking for frt
configure:6376: result: no
configure:6346: checking for pgf77
configure:6376: result: no
configure:6346: checking for cf77
configure:6376: result: no
configure:6346: checking for fort77
configure:6376: result: no
configure:6346: checking for fl32
configure:6376: result: no
configure:6346: checking for af77
configure:6376: result: no
configure:6346: checking for xlf90
configure:6376: result: no
configure:6346: checking for f90
configure:6376: result: no
configure:6346: checking for pgf90
configure:6376: result: no
configure:6346: checking for pghpf
configure:6376: result: no
configure:6346: checking for epcf90
configure:6376: result: no
configure:6346: checking for gfortran
configure:6362: found /usr/bin/gfortran
configure:6373: result: gfortran
configure:6403: checking for Fortran 77 compiler version
configure:6410: gfortran --version >&5
GNU Fortran (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:6413: $? = 0
configure:6420: gfortran -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
configure:6423: $? = 0
configure:6430: gfortran -V >&5
gfortran: '-V' option must have argument
configure:6433: $? = 1
configure:6441: checking whether we are using the GNU Fortran 77 compiler
configure:6460: gfortran -c conftest.F >&5
configure:6466: $? = 0
configure:6483: result: yes
configure:6489: checking whether gfortran accepts -g
configure:6506: gfortran -c -g conftest.f >&5
configure:6512: $? = 0
configure:6528: result: yes
configure:6557: checking the maximum length of command line arguments
configure:6669: result: 1966080
configure:6681: checking command to parse /usr/bin/nm -B output from gcc object
configure:6786: gcc -c -g -O2 conftest.c >&5
configure:6789: $? = 0
configure:6793: /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:6796: $? = 0
configure:6848: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6851: $? = 0
configure:6889: result: ok
configure:6893: checking for objdir
configure:6908: result: .libs
configure:7000: checking for ar
configure:7016: found /usr/bin/ar
configure:7027: result: ar
configure:7096: checking for ranlib
configure:7112: found /usr/bin/ranlib
configure:7123: result: ranlib
configure:7192: checking for strip
configure:7208: found /usr/bin/strip
configure:7219: result: strip
configure:7768: checking for correct ltmain.sh version
configure:7818: result: yes
configure:7878: checking if gcc supports -fno-rtti -fno-exceptions
configure:7896: 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
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7900: $? = 0
configure:7913: result: no
configure:7928: checking for gcc option to produce PIC
configure:8160: result: -fPIC
configure:8168: checking if gcc PIC flag -fPIC works
configure:8186: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:8190: $? = 0
configure:8203: result: yes
configure:8231: checking if gcc static flag -static works
configure:8259: result: yes
configure:8269: checking if gcc supports -c -o file.o
configure:8290: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8294: $? = 0
configure:8316: result: yes
configure:8342: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9322: result: yes
configure:9343: checking whether -lc should be explicitly linked in
configure:9348: gcc -c -g -O2 conftest.c >&5
configure:9351: $? = 0
configure:9366: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:9369: $? = 0
configure:9381: result: no
configure:9389: checking dynamic linker characteristics
configure:10004: result: GNU/Linux ld.so
configure:10028: checking how to hardcode library paths into programs
configure:10053: result: immediate
configure:10067: checking whether stripping libraries is possible
configure:10072: result: yes
configure:10874: checking if libtool supports shared libraries
configure:10876: result: yes
configure:10879: checking whether to build shared libraries
configure:10900: result: yes
configure:10903: checking whether to build static libraries
configure:10907: result: no
configure:11001: creating libtool
configure:11594: checking for ld used by g++
configure:11661: result: /usr/bin/ld -m elf_x86_64
configure:11670: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:11685: result: yes
configure:11736: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12682: result: yes
configure:12699: g++ -c -g -O2 conftest.cpp >&5
configure:12702: $? = 0
configure:12858: checking for g++ option to produce PIC
configure:13142: result: -fPIC
configure:13150: checking if g++ PIC flag -fPIC works
configure:13168: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:13172: $? = 0
configure:13185: result: yes
configure:13213: checking if g++ static flag -static works
configure:13241: result: yes
configure:13251: checking if g++ supports -c -o file.o
configure:13272: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13276: $? = 0
configure:13298: result: yes
configure:13324: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13350: result: yes
configure:13417: checking dynamic linker characteristics
configure:13980: result: GNU/Linux ld.so
configure:14004: checking how to hardcode library paths into programs
configure:14029: result: immediate
configure:14568: checking if libtool supports shared libraries
configure:14570: result: yes
configure:14573: checking whether to build shared libraries
configure:14593: result: yes
configure:14596: checking whether to build static libraries
configure:14600: result: no
configure:14610: checking for gfortran option to produce PIC
configure:14842: result: -fPIC
configure:14850: checking if gfortran PIC flag -fPIC works
configure:14868: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:14872: $? = 0
configure:14885: result: yes
configure:14913: checking if gfortran static flag -static works
configure:14941: result: yes
configure:14951: checking if gfortran supports -c -o file.o
configure:14972: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14976: $? = 0
configure:14998: result: yes
configure:15024: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15984: result: yes
configure:16051: checking dynamic linker characteristics
configure:16614: result: GNU/Linux ld.so
configure:16638: checking how to hardcode library paths into programs
configure:16663: result: immediate
configure:20316: checking for dlopen in -ldl
configure:20351: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:20357: $? = 0
configure:20375: result: yes
configure:20387: checking for pthread_create in -lpthread
configure:20422: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
configure:20428: $? = 0
configure:20446: result: yes
configure:20512: checking for pkg-config
configure:20530: found /usr/bin/pkg-config
configure:20542: result: /usr/bin/pkg-config
configure:20571: checking pkg-config is at least version 0.9.0
configure:20574: result: yes
configure:20585: checking for freetype2
configure:20593: $PKG_CONFIG --exists --print-errors "freetype2 >= 0.15.0"
configure:20596: $? = 0
configure:20611: $PKG_CONFIG --exists --print-errors "freetype2 >= 0.15.0"
configure:20614: $? = 0
configure:20690: result: yes
configure:20699: checking for pcre
configure:20707: $PKG_CONFIG --exists --print-errors "libpcre >= 5.0"
configure:20710: $? = 0
configure:20725: $PKG_CONFIG --exists --print-errors "libpcre >= 5.0"
configure:20728: $? = 0
configure:20804: result: yes
configure:20815: checking for libxml
configure:20823: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6"
configure:20826: $? = 0
configure:20841: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6"
configure:20844: $? = 0
configure:20880: result: yes
configure:20920: gcc -E -I. conftest.c
configure:20926: $? = 0
configure:20944: checking for main in -lxerces-c
configure:20973: gcc -o conftest -g -O2 -I. conftest.c -lxerces-c -lpthread -L. -lpthread -ldl >&5
configure:20979: $? = 0
configure:20997: result: yes
configure:21061: gcc -E -I. conftest.c
configure:21067: $? = 0
configure:21085: checking for XML_ParserCreate in -lexpat
configure:21120: gcc -o conftest -g -O2 -I. conftest.c -lexpat -L. -lpthread -ldl >&5
configure:21126: $? = 0
configure:21144: result: yes
configure:21226: g++ -E -I. conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21226: g++ -E -I/usr/local/include/tinyxml conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21226: g++ -E -I/usr/include/tinyxml conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21226: g++ -E -I/usr/local/include conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21226: g++ -E -I/usr/include conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21250: checking for main in -ltinyxml
configure:21279: 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:21285: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:21303: result: no
configure:21441: Default XML Parser will be: XercesParser
configure:21528: checking for ANSI C header files
configure:21692: result: yes
configure:21722: checking limits.h usability
configure:21739: gcc -c -g -O2 conftest.c >&5
configure:21745: $? = 0
configure:21759: result: yes
configure:21763: checking limits.h presence
configure:21778: gcc -E conftest.c
configure:21784: $? = 0
configure:21798: result: yes
configure:21826: checking for limits.h
configure:21834: result: yes
configure:21722: checking locale.h usability
configure:21739: gcc -c -g -O2 conftest.c >&5
configure:21745: $? = 0
configure:21759: result: yes
configure:21763: checking locale.h presence
configure:21778: gcc -E conftest.c
configure:21784: $? = 0
configure:21798: result: yes
configure:21826: checking for locale.h
configure:21834: result: yes
configure:21722: checking malloc.h usability
configure:21739: gcc -c -g -O2 conftest.c >&5
configure:21745: $? = 0
configure:21759: result: yes
configure:21763: checking malloc.h presence
configure:21778: gcc -E conftest.c
configure:21784: $? = 0
configure:21798: result: yes
configure:21826: checking for malloc.h
configure:21834: result: yes
configure:21722: checking stddef.h usability
configure:21739: gcc -c -g -O2 conftest.c >&5
configure:21745: $? = 0
configure:21759: result: yes
configure:21763: checking stddef.h presence
configure:21778: gcc -E conftest.c
configure:21784: $? = 0
configure:21798: result: yes
configure:21826: checking for stddef.h
configure:21834: result: yes
configure:21712: checking for stdlib.h
configure:21718: result: yes
configure:21712: checking for string.h
configure:21718: result: yes
configure:21849: checking for stdbool.h that conforms to C99
configure:21942: gcc -c -g -O2 conftest.c >&5
configure:21948: $? = 0
configure:21963: result: yes
configure:21965: checking for _Bool
configure:21995: gcc -c -g -O2 conftest.c >&5
configure:22001: $? = 0
configure:22016: result: yes
configure:22035: checking for an ANSI C-conforming const
configure:22110: gcc -c -g -O2 conftest.c >&5
configure:22116: $? = 0
configure:22131: result: yes
configure:22141: checking for inline
configure:22167: gcc -c -g -O2 conftest.c >&5
configure:22173: $? = 0
configure:22191: result: inline
configure:22210: checking for size_t
configure:22240: gcc -c -g -O2 conftest.c >&5
configure:22246: $? = 0
configure:22261: result: yes
configure:22273: checking whether struct tm is in sys/time.h or time.h
configure:22303: gcc -c -g -O2 conftest.c >&5
configure:22309: $? = 0
configure:22324: result: time.h
configure:22334: checking for working volatile
configure:22363: gcc -c -g -O2 conftest.c >&5
configure:22369: $? = 0
configure:22384: result: yes
configure:22394: checking for ptrdiff_t
configure:22424: gcc -c -g -O2 conftest.c >&5
configure:22430: $? = 0
configure:22445: result: yes
configure:22458: checking for error_at_line
configure:22484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:22490: $? = 0
configure:22507: result: yes
configure:22518: checking for working memcmp
configure:22571: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:22574: $? = 0
configure:22580: ./conftest
configure:22583: $? = 0
configure:22599: result: yes
configure:22608: checking whether time.h and sys/time.h may both be included
configure:22638: gcc -c -g -O2 conftest.c >&5
configure:22644: $? = 0
configure:22659: result: yes
configure:22687: checking sys/time.h usability
configure:22704: gcc -c -g -O2 conftest.c >&5
configure:22710: $? = 0
configure:22724: result: yes
configure:22728: checking sys/time.h presence
configure:22743: gcc -E conftest.c
configure:22749: $? = 0
configure:22763: result: yes
configure:22791: checking for sys/time.h
configure:22799: result: yes
configure:22677: checking for unistd.h
configure:22683: result: yes
configure:22823: checking for alarm
configure:22879: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:22885: $? = 0
configure:22903: result: yes
configure:22929: checking for working mktime
configure:23138: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23141: $? = 0
configure:23147: ./conftest
./configure: line 23148: 11685 Alarm clock ./conftest$ac_exeext
configure:23150: $? = 142
configure: program exited with status 142
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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
| /* end confdefs.h. */
| /* Test program from Paul Eggert and Tony Leneis. */
| #ifdef TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # ifdef HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #include <stdlib.h>
|
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifndef HAVE_ALARM
| # define alarm(X) /* empty */
| #endif
|
| /* Work around redefinition to rpl_putenv by other config tests. */
| #undef putenv
|
| static time_t time_t_max;
| static time_t time_t_min;
|
| /* Values we'll use to set the TZ environment variable. */
| static char *tz_strings[] = {
| (char *) 0, "TZ=GMT0", "TZ=JST-9",
| "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| };
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
|
| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
| Based on a problem report from Andreas Jaeger. */
| static int
| spring_forward_gap ()
| {
| /* glibc (up to about 1998-10-07) failed this test. */
| struct tm tm;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| tm.tm_year = 98;
| tm.tm_mon = 3;
| tm.tm_mday = 5;
| tm.tm_hour = 2;
| tm.tm_min = 0;
| tm.tm_sec = 0;
| tm.tm_isdst = -1;
| return mktime (&tm) != (time_t) -1;
| }
|
| static int
| mktime_test1 (now)
| time_t now;
| {
| struct tm *lt;
| return ! (lt = localtime (&now)) || mktime (lt) == now;
| }
|
| static int
| mktime_test (now)
| time_t now;
| {
| return (mktime_test1 (now)
| && mktime_test1 ((time_t) (time_t_max - now))
| && mktime_test1 ((time_t) (time_t_min + now)));
| }
|
| static int
| irix_6_4_bug ()
| {
| /* Based on code from Ariel Faigon. */
| struct tm tm;
| tm.tm_year = 96;
| tm.tm_mon = 3;
| tm.tm_mday = 0;
| tm.tm_hour = 0;
| tm.tm_min = 0;
| tm.tm_sec = 0;
| tm.tm_isdst = -1;
| mktime (&tm);
| return tm.tm_mon == 2 && tm.tm_mday == 31;
| }
|
| static int
| bigtime_test (j)
| int j;
| {
| struct tm tm;
| time_t now;
| tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
| now = mktime (&tm);
| if (now != (time_t) -1)
| {
| struct tm *lt = localtime (&now);
| if (! (lt
| && lt->tm_year == tm.tm_year
| && lt->tm_mon == tm.tm_mon
| && lt->tm_mday == tm.tm_mday
| && lt->tm_hour == tm.tm_hour
| && lt->tm_min == tm.tm_min
| && lt->tm_sec == tm.tm_sec
| && lt->tm_yday == tm.tm_yday
| && lt->tm_wday == tm.tm_wday
| && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
| == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
| return 0;
| }
| return 1;
| }
|
| static int
| year_2050_test ()
| {
| /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
| ignoring leap seconds. */
| unsigned long int answer = 2527315200UL;
|
| struct tm tm;
| time_t t;
| tm.tm_year = 2050 - 1900;
| tm.tm_mon = 2 - 1;
| tm.tm_mday = 1;
| tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
| tm.tm_isdst = -1;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| t = mktime (&tm);
|
| /* Check that the result is either a failure, or close enough
| to the correct answer that we can assume the discrepancy is
| due to leap seconds. */
| return (t == (time_t) -1
| || (0 < t && answer - 120 <= t && t <= answer + 120));
| }
|
| int
| main ()
| {
| time_t t, delta;
| int i, j;
|
| /* This test makes some buggy mktime implementations loop.
| Give up after 60 seconds; a mktime slower than that
| isn't worth using anyway. */
| alarm (60);
|
| for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
| continue;
| time_t_max--;
| if ((time_t) -1 < 0)
| for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
| continue;
| delta = time_t_max / 997; /* a suitable prime number */
| for (i = 0; i < N_STRINGS; i++)
| {
| if (tz_strings[i])
| putenv (tz_strings[i]);
|
| for (t = 0; t <= time_t_max - delta; t += delta)
| if (! mktime_test (t))
| return 1;
| if (! (mktime_test ((time_t) 1)
| && mktime_test ((time_t) (60 * 60))
| && mktime_test ((time_t) (60 * 60 * 24))))
| return 1;
|
| for (j = 1; 0 < j; j *= 2)
| if (! bigtime_test (j))
| return 1;
| if (! bigtime_test (j - 1))
| return 1;
| }
| return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
| }
configure:23166: result: no
configure:23177: checking for working strcoll
configure:23208: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23211: $? = 0
configure:23217: ./conftest
configure:23220: $? = 0
configure:23236: result: yes
configure:23250: checking for strftime
configure:23306: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:64: warning: conflicting types for built-in function 'strftime'
configure:23312: $? = 0
configure:23330: result: yes
configure:23428: checking for atexit
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for floor
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:66: warning: conflicting types for built-in function 'floor'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for memchr
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:67: warning: conflicting types for built-in function 'memchr'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for memmove
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:68: warning: conflicting types for built-in function 'memmove'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for memset
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:69: warning: conflicting types for built-in function 'memset'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for pow
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:70: warning: conflicting types for built-in function 'pow'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for regcomp
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for setlocale
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for sqrt
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:73: warning: conflicting types for built-in function 'sqrt'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strchr
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:74: warning: conflicting types for built-in function 'strchr'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strcspn
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:75: warning: conflicting types for built-in function 'strcspn'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strerror
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strpbrk
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:77: warning: conflicting types for built-in function 'strpbrk'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strtoul
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23520: checking for X
configure:23755: result: libraries /usr/lib64, headers
configure:24426: checking whether -R must be followed by a space
configure:24452: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl -R/usr/lib64 >&5
gcc: unrecognized option '-R/usr/lib64'
configure:24458: $? = 0
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:24493: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl -R /usr/lib64 >&5
gcc: unrecognized option '-R'
/usr/lib64: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:24499: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:24512: result: neither works
configure:24565: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl -L/usr/lib64 -lX11 >&5
configure:24571: $? = 0
configure:24728: checking for gethostbyname
configure:24784: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:24790: $? = 0
configure:24807: result: yes
configure:24952: checking for connect
configure:25008: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:25014: $? = 0
configure:25031: result: yes
configure:25103: checking for remove
configure:25159: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:25165: $? = 0
configure:25182: result: yes
configure:25254: checking for shmat
configure:25310: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:25316: $? = 0
configure:25333: result: yes
configure:25414: checking for IceConnectionNumber in -lICE
configure:25449: gcc -o conftest -g -O2 -L/usr/lib64 conftest.c -lICE -lxerces-c -lpthread -ldl >&5
configure:25455: $? = 0
configure:25473: result: yes
configure:25485: checking for library containing glInterleavedArrays
configure:25526: gcc -o conftest -g -O2 conftest.c -lSM -lICE -L/usr/lib64 >&5
/tmp/cckyW1tj.o: In function `main':
/home/cocobear/Codes/CEGUI-0.6.1/conftest.c:67: undefined reference to `glInterleavedArrays'
collect2: ld returned 1 exit status
configure:25532: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25526: gcc -o conftest -g -O2 conftest.c -lMesaGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lMesaGL
collect2: ld returned 1 exit status
configure:25532: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25526: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE -L/usr/lib64 >&5
configure:25532: $? = 0
configure:25560: result: -lGL
configure:25570: checking for library containing gluOrtho2D
configure:25611: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE -L/usr/lib64 >&5
/tmp/cck7AumL.o: In function `main':
/home/cocobear/Codes/CEGUI-0.6.1/conftest.c:67: undefined reference to `gluOrtho2D'
collect2: ld returned 1 exit status
configure:25617: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25611: gcc -o conftest -g -O2 conftest.c -lMesaGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:25617: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25611: gcc -o conftest -g -O2 conftest.c -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
configure:25617: $? = 0
configure:25645: result: -lGLU
configure:25655: checking for library containing glutInit
configure:25696: gcc -o conftest -g -O2 conftest.c -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/tmp/cc8ZlbKx.o: In function `main':
/home/cocobear/Codes/CEGUI-0.6.1/conftest.c:67: undefined reference to `glutInit'
collect2: ld returned 1 exit status
configure:25702: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25696: gcc -o conftest -g -O2 conftest.c -lglut -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status
configure:25702: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25730: result: no
configure:25795: gcc -E -I. conftest.c
conftest.c:1:21: error: GL/glew.h: No such file or directory
configure:25801: $? = 1
configure: failed program was:
| #include <GL/glew.h>
configure:25795: gcc -E -I/usr/local/include/ conftest.c
conftest.c:1:21: error: GL/glew.h: No such file or directory
configure:25801: $? = 1
configure: failed program was:
| #include <GL/glew.h>
configure:25795: gcc -E -I/usr/include/ conftest.c
conftest.c:1:21: error: GL/glew.h: No such file or directory
configure:25801: $? = 1
configure: failed program was:
| #include <GL/glew.h>
configure:25819: checking for glewInit in -lGLEW
configure:25854: gcc -o conftest -g -O2 -I/usr/include/ conftest.c -lGLEW -L. -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lGLEW
collect2: ld returned 1 exit status
configure:25860: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25878: result: no
configure:25929: OpenGL renderer enabled
configure:25933: checking for ilLoadL in -lIL
configure:25968: gcc -o conftest conftest.c -lIL -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lIL
collect2: ld returned 1 exit status
configure:25974: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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 ilLoadL ();
| int
| main ()
| {
| return ilLoadL ();
| ;
| return 0;
| }
configure:25992: result: no
configure:26000: checking for iluFlipImage in -lILU
configure:26035: gcc -o conftest conftest.c -lILU -lIL -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lILU
collect2: ld returned 1 exit status
configure:26041: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT &quo
mesa-libGLU-devel-7.0.1-7.fc8.x86_64
mesa-libGL-7.0.1-7.fc8.x86_64
mesa-libGLU-7.0.1-7.fc8.i386
mesa-libGLU-7.0.1-7.fc8.x86_64
mesa-libGL-7.0.1-7.fc8.i386
mesa-libGL-devel-7.0.1-7.fc8.x86_64
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 1.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = cocobear
uname -m = x86_64
uname -r = 2.6.25-14.fc9.x86_64
uname -s = Linux
uname -v = #1 SMP Thu May 1 06:06:21 EDT 2008
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/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/lib64/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/lib64/ccache
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /home/cocobear/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /home/cocobear/bin
PATH: /home/cocobear/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2210: checking for a BSD-compatible install
configure:2266: result: /usr/bin/install -c
configure:2277: checking whether build environment is sane
configure:2320: result: yes
configure:2353: checking for gawk
configure:2369: found /usr/bin/gawk
configure:2380: result: gawk
configure:2391: checking whether make sets $(MAKE)
configure:2412: result: yes
configure:2600: checking build system type
configure:2618: result: x86_64-unknown-linux-gnu
configure:2640: checking host system type
configure:2655: result: x86_64-unknown-linux-gnu
configure:2737: checking for g++
configure:2753: found /usr/lib64/ccache/g++
configure:2764: result: g++
configure:2795: checking for C++ compiler version
configure:2802: g++ --version >&5
g++ (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 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:2805: $? = 0
configure:2812: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
configure:2815: $? = 0
configure:2822: g++ -V >&5
g++: '-V' option must have argument
configure:2825: $? = 1
configure:2848: checking for C++ compiler default output file name
configure:2875: g++ conftest.cpp >&5
configure:2878: $? = 0
configure:2916: result: a.out
configure:2933: checking whether the C++ compiler works
configure:2943: ./a.out
configure:2946: $? = 0
configure:2963: result: yes
configure:2970: checking whether we are cross compiling
configure:2972: result: no
configure:2975: checking for suffix of executables
configure:2982: g++ -o conftest conftest.cpp >&5
configure:2985: $? = 0
configure:3009: result:
configure:3015: checking for suffix of object files
configure:3041: g++ -c conftest.cpp >&5
configure:3044: $? = 0
configure:3067: result: o
configure:3071: checking whether we are using the GNU C++ compiler
configure:3100: g++ -c conftest.cpp >&5
configure:3106: $? = 0
configure:3123: result: yes
configure:3128: checking whether g++ accepts -g
configure:3158: g++ -c -g conftest.cpp >&5
configure:3164: $? = 0
configure:3263: result: yes
configure:3297: checking for style of include used by make
configure:3325: result: GNU
configure:3353: checking dependency style of g++
configure:3436: result: gcc3
configure:3501: checking for gcc
configure:3517: found /usr/lib64/ccache/gcc
configure:3528: result: gcc
configure:3766: checking for C compiler version
configure:3773: gcc --version >&5
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 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:3776: $? = 0
configure:3783: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
configure:3786: $? = 0
configure:3793: gcc -V >&5
gcc: '-V' option must have argument
configure:3796: $? = 1
configure:3799: checking whether we are using the GNU C compiler
configure:3828: gcc -c conftest.c >&5
configure:3834: $? = 0
configure:3851: result: yes
configure:3856: checking whether gcc accepts -g
configure:3886: gcc -c -g conftest.c >&5
configure:3892: $? = 0
configure:3991: result: yes
configure:4008: checking for gcc option to accept ISO C89
configure:4082: gcc -c -g -O2 conftest.c >&5
configure:4088: $? = 0
configure:4111: result: none needed
configure:4131: checking dependency style of gcc
configure:4214: result: gcc3
configure:4312: checking for a sed that does not truncate output
configure:4368: result: /bin/sed
configure:4371: checking for grep that handles long lines and -e
configure:4445: result: /bin/grep
configure:4450: checking for egrep
configure:4528: result: /bin/grep -E
configure:4544: checking for ld used by gcc
configure:4611: result: /usr/bin/ld
configure:4620: checking if the linker (/usr/bin/ld) is GNU ld
configure:4635: result: yes
configure:4640: checking for /usr/bin/ld option to reload object files
configure:4647: result: -r
configure:4665: checking for BSD-compatible nm
configure:4714: result: /usr/bin/nm -B
configure:4718: checking whether ln -s works
configure:4722: result: yes
configure:4729: checking how to recognize dependent libraries
configure:4915: result: pass_all
configure:5004: gcc -c -g -O2 conftest.c >&5
configure:5007: $? = 0
configure:5450: checking how to run the C preprocessor
configure:5490: gcc -E conftest.c
configure:5496: $? = 0
configure:5527: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5533: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5566: result: gcc -E
configure:5595: gcc -E conftest.c
configure:5601: $? = 0
configure:5632: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5638: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5676: checking for ANSI C header files
configure:5706: gcc -c -g -O2 conftest.c >&5
configure:5712: $? = 0
configure:5811: gcc -o conftest -g -O2 conftest.c >&5
configure:5814: $? = 0
configure:5820: ./conftest
configure:5823: $? = 0
configure:5840: result: yes
configure:5864: checking for sys/types.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for sys/stat.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for stdlib.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for string.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for memory.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for strings.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for inttypes.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for stdint.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5864: checking for unistd.h
configure:5885: gcc -c -g -O2 conftest.c >&5
configure:5891: $? = 0
configure:5907: result: yes
configure:5934: checking dlfcn.h usability
configure:5951: gcc -c -g -O2 conftest.c >&5
configure:5957: $? = 0
configure:5971: result: yes
configure:5975: checking dlfcn.h presence
configure:5990: gcc -E conftest.c
configure:5996: $? = 0
configure:6010: result: yes
configure:6038: checking for dlfcn.h
configure:6046: result: yes
configure:6069: checking how to run the C++ preprocessor
configure:6105: g++ -E conftest.cpp
configure:6111: $? = 0
configure:6142: g++ -E conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6148: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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:6181: result: g++ -E
configure:6210: g++ -E conftest.cpp
configure:6216: $? = 0
configure:6247: g++ -E conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6253: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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:6346: checking for g77
configure:6376: result: no
configure:6346: checking for xlf
configure:6376: result: no
configure:6346: checking for f77
configure:6376: result: no
configure:6346: checking for frt
configure:6376: result: no
configure:6346: checking for pgf77
configure:6376: result: no
configure:6346: checking for cf77
configure:6376: result: no
configure:6346: checking for fort77
configure:6376: result: no
configure:6346: checking for fl32
configure:6376: result: no
configure:6346: checking for af77
configure:6376: result: no
configure:6346: checking for xlf90
configure:6376: result: no
configure:6346: checking for f90
configure:6376: result: no
configure:6346: checking for pgf90
configure:6376: result: no
configure:6346: checking for pghpf
configure:6376: result: no
configure:6346: checking for epcf90
configure:6376: result: no
configure:6346: checking for gfortran
configure:6362: found /usr/bin/gfortran
configure:6373: result: gfortran
configure:6403: checking for Fortran 77 compiler version
configure:6410: gfortran --version >&5
GNU Fortran (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:6413: $? = 0
configure:6420: gfortran -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
configure:6423: $? = 0
configure:6430: gfortran -V >&5
gfortran: '-V' option must have argument
configure:6433: $? = 1
configure:6441: checking whether we are using the GNU Fortran 77 compiler
configure:6460: gfortran -c conftest.F >&5
configure:6466: $? = 0
configure:6483: result: yes
configure:6489: checking whether gfortran accepts -g
configure:6506: gfortran -c -g conftest.f >&5
configure:6512: $? = 0
configure:6528: result: yes
configure:6557: checking the maximum length of command line arguments
configure:6669: result: 1966080
configure:6681: checking command to parse /usr/bin/nm -B output from gcc object
configure:6786: gcc -c -g -O2 conftest.c >&5
configure:6789: $? = 0
configure:6793: /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:6796: $? = 0
configure:6848: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6851: $? = 0
configure:6889: result: ok
configure:6893: checking for objdir
configure:6908: result: .libs
configure:7000: checking for ar
configure:7016: found /usr/bin/ar
configure:7027: result: ar
configure:7096: checking for ranlib
configure:7112: found /usr/bin/ranlib
configure:7123: result: ranlib
configure:7192: checking for strip
configure:7208: found /usr/bin/strip
configure:7219: result: strip
configure:7768: checking for correct ltmain.sh version
configure:7818: result: yes
configure:7878: checking if gcc supports -fno-rtti -fno-exceptions
configure:7896: 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
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7900: $? = 0
configure:7913: result: no
configure:7928: checking for gcc option to produce PIC
configure:8160: result: -fPIC
configure:8168: checking if gcc PIC flag -fPIC works
configure:8186: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:8190: $? = 0
configure:8203: result: yes
configure:8231: checking if gcc static flag -static works
configure:8259: result: yes
configure:8269: checking if gcc supports -c -o file.o
configure:8290: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8294: $? = 0
configure:8316: result: yes
configure:8342: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9322: result: yes
configure:9343: checking whether -lc should be explicitly linked in
configure:9348: gcc -c -g -O2 conftest.c >&5
configure:9351: $? = 0
configure:9366: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:9369: $? = 0
configure:9381: result: no
configure:9389: checking dynamic linker characteristics
configure:10004: result: GNU/Linux ld.so
configure:10028: checking how to hardcode library paths into programs
configure:10053: result: immediate
configure:10067: checking whether stripping libraries is possible
configure:10072: result: yes
configure:10874: checking if libtool supports shared libraries
configure:10876: result: yes
configure:10879: checking whether to build shared libraries
configure:10900: result: yes
configure:10903: checking whether to build static libraries
configure:10907: result: no
configure:11001: creating libtool
configure:11594: checking for ld used by g++
configure:11661: result: /usr/bin/ld -m elf_x86_64
configure:11670: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:11685: result: yes
configure:11736: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12682: result: yes
configure:12699: g++ -c -g -O2 conftest.cpp >&5
configure:12702: $? = 0
configure:12858: checking for g++ option to produce PIC
configure:13142: result: -fPIC
configure:13150: checking if g++ PIC flag -fPIC works
configure:13168: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:13172: $? = 0
configure:13185: result: yes
configure:13213: checking if g++ static flag -static works
configure:13241: result: yes
configure:13251: checking if g++ supports -c -o file.o
configure:13272: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13276: $? = 0
configure:13298: result: yes
configure:13324: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13350: result: yes
configure:13417: checking dynamic linker characteristics
configure:13980: result: GNU/Linux ld.so
configure:14004: checking how to hardcode library paths into programs
configure:14029: result: immediate
configure:14568: checking if libtool supports shared libraries
configure:14570: result: yes
configure:14573: checking whether to build shared libraries
configure:14593: result: yes
configure:14596: checking whether to build static libraries
configure:14600: result: no
configure:14610: checking for gfortran option to produce PIC
configure:14842: result: -fPIC
configure:14850: checking if gfortran PIC flag -fPIC works
configure:14868: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:14872: $? = 0
configure:14885: result: yes
configure:14913: checking if gfortran static flag -static works
configure:14941: result: yes
configure:14951: checking if gfortran supports -c -o file.o
configure:14972: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14976: $? = 0
configure:14998: result: yes
configure:15024: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15984: result: yes
configure:16051: checking dynamic linker characteristics
configure:16614: result: GNU/Linux ld.so
configure:16638: checking how to hardcode library paths into programs
configure:16663: result: immediate
configure:20316: checking for dlopen in -ldl
configure:20351: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:20357: $? = 0
configure:20375: result: yes
configure:20387: checking for pthread_create in -lpthread
configure:20422: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
configure:20428: $? = 0
configure:20446: result: yes
configure:20512: checking for pkg-config
configure:20530: found /usr/bin/pkg-config
configure:20542: result: /usr/bin/pkg-config
configure:20571: checking pkg-config is at least version 0.9.0
configure:20574: result: yes
configure:20585: checking for freetype2
configure:20593: $PKG_CONFIG --exists --print-errors "freetype2 >= 0.15.0"
configure:20596: $? = 0
configure:20611: $PKG_CONFIG --exists --print-errors "freetype2 >= 0.15.0"
configure:20614: $? = 0
configure:20690: result: yes
configure:20699: checking for pcre
configure:20707: $PKG_CONFIG --exists --print-errors "libpcre >= 5.0"
configure:20710: $? = 0
configure:20725: $PKG_CONFIG --exists --print-errors "libpcre >= 5.0"
configure:20728: $? = 0
configure:20804: result: yes
configure:20815: checking for libxml
configure:20823: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6"
configure:20826: $? = 0
configure:20841: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6"
configure:20844: $? = 0
configure:20880: result: yes
configure:20920: gcc -E -I. conftest.c
configure:20926: $? = 0
configure:20944: checking for main in -lxerces-c
configure:20973: gcc -o conftest -g -O2 -I. conftest.c -lxerces-c -lpthread -L. -lpthread -ldl >&5
configure:20979: $? = 0
configure:20997: result: yes
configure:21061: gcc -E -I. conftest.c
configure:21067: $? = 0
configure:21085: checking for XML_ParserCreate in -lexpat
configure:21120: gcc -o conftest -g -O2 -I. conftest.c -lexpat -L. -lpthread -ldl >&5
configure:21126: $? = 0
configure:21144: result: yes
configure:21226: g++ -E -I. conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21226: g++ -E -I/usr/local/include/tinyxml conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21226: g++ -E -I/usr/include/tinyxml conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21226: g++ -E -I/usr/local/include conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21226: g++ -E -I/usr/include conftest.cpp
conftest.cpp:1:21: error: tinyxml.h: No such file or directory
configure:21232: $? = 1
configure: failed program was:
| #include <tinyxml.h>
configure:21250: checking for main in -ltinyxml
configure:21279: 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:21285: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:21303: result: no
configure:21441: Default XML Parser will be: XercesParser
configure:21528: checking for ANSI C header files
configure:21692: result: yes
configure:21722: checking limits.h usability
configure:21739: gcc -c -g -O2 conftest.c >&5
configure:21745: $? = 0
configure:21759: result: yes
configure:21763: checking limits.h presence
configure:21778: gcc -E conftest.c
configure:21784: $? = 0
configure:21798: result: yes
configure:21826: checking for limits.h
configure:21834: result: yes
configure:21722: checking locale.h usability
configure:21739: gcc -c -g -O2 conftest.c >&5
configure:21745: $? = 0
configure:21759: result: yes
configure:21763: checking locale.h presence
configure:21778: gcc -E conftest.c
configure:21784: $? = 0
configure:21798: result: yes
configure:21826: checking for locale.h
configure:21834: result: yes
configure:21722: checking malloc.h usability
configure:21739: gcc -c -g -O2 conftest.c >&5
configure:21745: $? = 0
configure:21759: result: yes
configure:21763: checking malloc.h presence
configure:21778: gcc -E conftest.c
configure:21784: $? = 0
configure:21798: result: yes
configure:21826: checking for malloc.h
configure:21834: result: yes
configure:21722: checking stddef.h usability
configure:21739: gcc -c -g -O2 conftest.c >&5
configure:21745: $? = 0
configure:21759: result: yes
configure:21763: checking stddef.h presence
configure:21778: gcc -E conftest.c
configure:21784: $? = 0
configure:21798: result: yes
configure:21826: checking for stddef.h
configure:21834: result: yes
configure:21712: checking for stdlib.h
configure:21718: result: yes
configure:21712: checking for string.h
configure:21718: result: yes
configure:21849: checking for stdbool.h that conforms to C99
configure:21942: gcc -c -g -O2 conftest.c >&5
configure:21948: $? = 0
configure:21963: result: yes
configure:21965: checking for _Bool
configure:21995: gcc -c -g -O2 conftest.c >&5
configure:22001: $? = 0
configure:22016: result: yes
configure:22035: checking for an ANSI C-conforming const
configure:22110: gcc -c -g -O2 conftest.c >&5
configure:22116: $? = 0
configure:22131: result: yes
configure:22141: checking for inline
configure:22167: gcc -c -g -O2 conftest.c >&5
configure:22173: $? = 0
configure:22191: result: inline
configure:22210: checking for size_t
configure:22240: gcc -c -g -O2 conftest.c >&5
configure:22246: $? = 0
configure:22261: result: yes
configure:22273: checking whether struct tm is in sys/time.h or time.h
configure:22303: gcc -c -g -O2 conftest.c >&5
configure:22309: $? = 0
configure:22324: result: time.h
configure:22334: checking for working volatile
configure:22363: gcc -c -g -O2 conftest.c >&5
configure:22369: $? = 0
configure:22384: result: yes
configure:22394: checking for ptrdiff_t
configure:22424: gcc -c -g -O2 conftest.c >&5
configure:22430: $? = 0
configure:22445: result: yes
configure:22458: checking for error_at_line
configure:22484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:22490: $? = 0
configure:22507: result: yes
configure:22518: checking for working memcmp
configure:22571: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:22574: $? = 0
configure:22580: ./conftest
configure:22583: $? = 0
configure:22599: result: yes
configure:22608: checking whether time.h and sys/time.h may both be included
configure:22638: gcc -c -g -O2 conftest.c >&5
configure:22644: $? = 0
configure:22659: result: yes
configure:22687: checking sys/time.h usability
configure:22704: gcc -c -g -O2 conftest.c >&5
configure:22710: $? = 0
configure:22724: result: yes
configure:22728: checking sys/time.h presence
configure:22743: gcc -E conftest.c
configure:22749: $? = 0
configure:22763: result: yes
configure:22791: checking for sys/time.h
configure:22799: result: yes
configure:22677: checking for unistd.h
configure:22683: result: yes
configure:22823: checking for alarm
configure:22879: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:22885: $? = 0
configure:22903: result: yes
configure:22929: checking for working mktime
configure:23138: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23141: $? = 0
configure:23147: ./conftest
./configure: line 23148: 11685 Alarm clock ./conftest$ac_exeext
configure:23150: $? = 142
configure: program exited with status 142
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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
| /* end confdefs.h. */
| /* Test program from Paul Eggert and Tony Leneis. */
| #ifdef TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # ifdef HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #include <stdlib.h>
|
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifndef HAVE_ALARM
| # define alarm(X) /* empty */
| #endif
|
| /* Work around redefinition to rpl_putenv by other config tests. */
| #undef putenv
|
| static time_t time_t_max;
| static time_t time_t_min;
|
| /* Values we'll use to set the TZ environment variable. */
| static char *tz_strings[] = {
| (char *) 0, "TZ=GMT0", "TZ=JST-9",
| "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| };
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
|
| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
| Based on a problem report from Andreas Jaeger. */
| static int
| spring_forward_gap ()
| {
| /* glibc (up to about 1998-10-07) failed this test. */
| struct tm tm;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| tm.tm_year = 98;
| tm.tm_mon = 3;
| tm.tm_mday = 5;
| tm.tm_hour = 2;
| tm.tm_min = 0;
| tm.tm_sec = 0;
| tm.tm_isdst = -1;
| return mktime (&tm) != (time_t) -1;
| }
|
| static int
| mktime_test1 (now)
| time_t now;
| {
| struct tm *lt;
| return ! (lt = localtime (&now)) || mktime (lt) == now;
| }
|
| static int
| mktime_test (now)
| time_t now;
| {
| return (mktime_test1 (now)
| && mktime_test1 ((time_t) (time_t_max - now))
| && mktime_test1 ((time_t) (time_t_min + now)));
| }
|
| static int
| irix_6_4_bug ()
| {
| /* Based on code from Ariel Faigon. */
| struct tm tm;
| tm.tm_year = 96;
| tm.tm_mon = 3;
| tm.tm_mday = 0;
| tm.tm_hour = 0;
| tm.tm_min = 0;
| tm.tm_sec = 0;
| tm.tm_isdst = -1;
| mktime (&tm);
| return tm.tm_mon == 2 && tm.tm_mday == 31;
| }
|
| static int
| bigtime_test (j)
| int j;
| {
| struct tm tm;
| time_t now;
| tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
| now = mktime (&tm);
| if (now != (time_t) -1)
| {
| struct tm *lt = localtime (&now);
| if (! (lt
| && lt->tm_year == tm.tm_year
| && lt->tm_mon == tm.tm_mon
| && lt->tm_mday == tm.tm_mday
| && lt->tm_hour == tm.tm_hour
| && lt->tm_min == tm.tm_min
| && lt->tm_sec == tm.tm_sec
| && lt->tm_yday == tm.tm_yday
| && lt->tm_wday == tm.tm_wday
| && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
| == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
| return 0;
| }
| return 1;
| }
|
| static int
| year_2050_test ()
| {
| /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
| ignoring leap seconds. */
| unsigned long int answer = 2527315200UL;
|
| struct tm tm;
| time_t t;
| tm.tm_year = 2050 - 1900;
| tm.tm_mon = 2 - 1;
| tm.tm_mday = 1;
| tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
| tm.tm_isdst = -1;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| t = mktime (&tm);
|
| /* Check that the result is either a failure, or close enough
| to the correct answer that we can assume the discrepancy is
| due to leap seconds. */
| return (t == (time_t) -1
| || (0 < t && answer - 120 <= t && t <= answer + 120));
| }
|
| int
| main ()
| {
| time_t t, delta;
| int i, j;
|
| /* This test makes some buggy mktime implementations loop.
| Give up after 60 seconds; a mktime slower than that
| isn't worth using anyway. */
| alarm (60);
|
| for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
| continue;
| time_t_max--;
| if ((time_t) -1 < 0)
| for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
| continue;
| delta = time_t_max / 997; /* a suitable prime number */
| for (i = 0; i < N_STRINGS; i++)
| {
| if (tz_strings[i])
| putenv (tz_strings[i]);
|
| for (t = 0; t <= time_t_max - delta; t += delta)
| if (! mktime_test (t))
| return 1;
| if (! (mktime_test ((time_t) 1)
| && mktime_test ((time_t) (60 * 60))
| && mktime_test ((time_t) (60 * 60 * 24))))
| return 1;
|
| for (j = 1; 0 < j; j *= 2)
| if (! bigtime_test (j))
| return 1;
| if (! bigtime_test (j - 1))
| return 1;
| }
| return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
| }
configure:23166: result: no
configure:23177: checking for working strcoll
configure:23208: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23211: $? = 0
configure:23217: ./conftest
configure:23220: $? = 0
configure:23236: result: yes
configure:23250: checking for strftime
configure:23306: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:64: warning: conflicting types for built-in function 'strftime'
configure:23312: $? = 0
configure:23330: result: yes
configure:23428: checking for atexit
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for floor
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:66: warning: conflicting types for built-in function 'floor'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for memchr
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:67: warning: conflicting types for built-in function 'memchr'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for memmove
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:68: warning: conflicting types for built-in function 'memmove'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for memset
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:69: warning: conflicting types for built-in function 'memset'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for pow
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:70: warning: conflicting types for built-in function 'pow'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for regcomp
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for setlocale
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for sqrt
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:73: warning: conflicting types for built-in function 'sqrt'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strchr
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:74: warning: conflicting types for built-in function 'strchr'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strcspn
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:75: warning: conflicting types for built-in function 'strcspn'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strerror
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strpbrk
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
conftest.c:77: warning: conflicting types for built-in function 'strpbrk'
configure:23490: $? = 0
configure:23508: result: yes
configure:23428: checking for strtoul
configure:23484: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:23490: $? = 0
configure:23508: result: yes
configure:23520: checking for X
configure:23755: result: libraries /usr/lib64, headers
configure:24426: checking whether -R must be followed by a space
configure:24452: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl -R/usr/lib64 >&5
gcc: unrecognized option '-R/usr/lib64'
configure:24458: $? = 0
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:24493: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl -R /usr/lib64 >&5
gcc: unrecognized option '-R'
/usr/lib64: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:24499: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:24512: result: neither works
configure:24565: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl -L/usr/lib64 -lX11 >&5
configure:24571: $? = 0
configure:24728: checking for gethostbyname
configure:24784: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:24790: $? = 0
configure:24807: result: yes
configure:24952: checking for connect
configure:25008: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:25014: $? = 0
configure:25031: result: yes
configure:25103: checking for remove
configure:25159: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:25165: $? = 0
configure:25182: result: yes
configure:25254: checking for shmat
configure:25310: gcc -o conftest -g -O2 conftest.c -lxerces-c -lpthread -ldl >&5
configure:25316: $? = 0
configure:25333: result: yes
configure:25414: checking for IceConnectionNumber in -lICE
configure:25449: gcc -o conftest -g -O2 -L/usr/lib64 conftest.c -lICE -lxerces-c -lpthread -ldl >&5
configure:25455: $? = 0
configure:25473: result: yes
configure:25485: checking for library containing glInterleavedArrays
configure:25526: gcc -o conftest -g -O2 conftest.c -lSM -lICE -L/usr/lib64 >&5
/tmp/cckyW1tj.o: In function `main':
/home/cocobear/Codes/CEGUI-0.6.1/conftest.c:67: undefined reference to `glInterleavedArrays'
collect2: ld returned 1 exit status
configure:25532: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25526: gcc -o conftest -g -O2 conftest.c -lMesaGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lMesaGL
collect2: ld returned 1 exit status
configure:25532: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25526: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE -L/usr/lib64 >&5
configure:25532: $? = 0
configure:25560: result: -lGL
configure:25570: checking for library containing gluOrtho2D
configure:25611: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE -L/usr/lib64 >&5
/tmp/cck7AumL.o: In function `main':
/home/cocobear/Codes/CEGUI-0.6.1/conftest.c:67: undefined reference to `gluOrtho2D'
collect2: ld returned 1 exit status
configure:25617: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25611: gcc -o conftest -g -O2 conftest.c -lMesaGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:25617: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25611: gcc -o conftest -g -O2 conftest.c -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
configure:25617: $? = 0
configure:25645: result: -lGLU
configure:25655: checking for library containing glutInit
configure:25696: gcc -o conftest -g -O2 conftest.c -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/tmp/cc8ZlbKx.o: In function `main':
/home/cocobear/Codes/CEGUI-0.6.1/conftest.c:67: undefined reference to `glutInit'
collect2: ld returned 1 exit status
configure:25702: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25696: gcc -o conftest -g -O2 conftest.c -lglut -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status
configure:25702: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25730: result: no
configure:25795: gcc -E -I. conftest.c
conftest.c:1:21: error: GL/glew.h: No such file or directory
configure:25801: $? = 1
configure: failed program was:
| #include <GL/glew.h>
configure:25795: gcc -E -I/usr/local/include/ conftest.c
conftest.c:1:21: error: GL/glew.h: No such file or directory
configure:25801: $? = 1
configure: failed program was:
| #include <GL/glew.h>
configure:25795: gcc -E -I/usr/include/ conftest.c
conftest.c:1:21: error: GL/glew.h: No such file or directory
configure:25801: $? = 1
configure: failed program was:
| #include <GL/glew.h>
configure:25819: checking for glewInit in -lGLEW
configure:25854: gcc -o conftest -g -O2 -I/usr/include/ conftest.c -lGLEW -L. -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lGLEW
collect2: ld returned 1 exit status
configure:25860: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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:25878: result: no
configure:25929: OpenGL renderer enabled
configure:25933: checking for ilLoadL in -lIL
configure:25968: gcc -o conftest conftest.c -lIL -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lIL
collect2: ld returned 1 exit status
configure:25974: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "CEGUI"
| #define VERSION "0.6.1"
| #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 HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define CEGUI_DEFAULT_XMLPARSER XercesParser
| #define CEGUI_TINYXML_H "ceguitinyxml/tinyxml.h"
| #define CEGUI_TINYXML_NAMESPACE CEGUITinyXML
| #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_FLOOR 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SQRT 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 ilLoadL ();
| int
| main ()
| {
| return ilLoadL ();
| ;
| return 0;
| }
configure:25992: result: no
configure:26000: checking for iluFlipImage in -lILU
configure:26035: gcc -o conftest conftest.c -lILU -lIL -lGLU -lGL -lSM -lICE -L/usr/lib64 >&5
/usr/bin/ld: cannot find -lILU
collect2: ld returned 1 exit status
configure:26041: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "CEGUI"
| #define PACKAGE_TARNAME "cegui"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "CEGUI 0.6.1"
| #define PACKAGE_BUGREPORT &quo
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
CrazyEddie wrote:Hi,
Thanks for posting the log, it's really helpful
It seems the glut library / package is missing. This is not required for CEGUI itself, but is required for the samples.
HTH
CE.
I install
freeglut-devel-2.4.0-14.fc9.x86_64
freeglut-2.4.0-14.fc9.x86_64
glew-1.5.0-2.fc9.x86_64
glew-devel-1.5.0-2.fc9.x86_64
these four packages.
now it works.
Thanks a lot.
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Hi,
I'm glad you have it working
A note about GLEW. While there is mention in the config.log that the glew library was not found, in those instances CEGUI will revert to using an internal copy of the library. We have both options available for flexibility (obviously in your case the distro provides glew packages, so using those is the better option).
CE.
I'm glad you have it working
A note about GLEW. While there is mention in the config.log that the glew library was not found, in those instances CEGUI will revert to using an internal copy of the library. We have both options available for flexibility (obviously in your case the distro provides glew packages, so using those is the better option).
CE.
CrazyEddie wrote:Hi,
I'm glad you have it working
A note about GLEW. While there is mention in the config.log that the glew library was not found, in those instances CEGUI will revert to using an internal copy of the library. We have both options available for flexibility (obviously in your case the distro provides glew packages, so using those is the better option).
CE.
Thanks for your explanation.
Who is online
Users browsing this forum: No registered users and 2 guests
