This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libxcb configure 1.13, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/home/peko/autobuild/instance-0/output/host --sysconfdir=/home/peko/autobuild/instance-0/output/host/etc --localstatedir=/home/peko/autobuild/instance-0/output/host/var --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-dependency-tracking --with-doxygen=no ac_cv_path_PYTHON=/home/peko/autobuild/instance-0/output/host/bin/python2 ## --------- ## ## Platform. ## ## --------- ## hostname = gcc20 uname -m = x86_64 uname -r = 3.2.0-4-amd64 uname -s = Linux uname -v = #1 SMP Debian 3.2.63-2+deb7u2 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/peko/autobuild/instance-0/output/host/bin PATH: /home/peko/autobuild/instance-0/output/host/sbin PATH: /home/peko/host/usr/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2599: checking for a BSD-compatible install configure:2667: result: /usr/bin/install -c configure:2678: checking whether build environment is sane configure:2733: result: yes configure:2884: checking for a thread-safe mkdir -p configure:2923: result: /bin/mkdir -p configure:2930: checking for gawk configure:2946: found /usr/bin/gawk configure:2957: result: gawk configure:2968: checking whether make sets $(MAKE) configure:2990: result: yes configure:3019: checking whether make supports nested variables configure:3036: result: yes configure:3197: checking for a Python interpreter with version >= 2.6 configure:3214: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:3217: $? = 0 configure:3223: result: python configure:3231: checking for python configure:3261: result: /home/peko/autobuild/instance-0/output/host/bin/python2 configure:3279: checking for python version configure:3286: result: 2.7 configure:3298: checking for python platform configure:3305: result: linux2 configure:3331: checking for python script directory configure:3366: result: ${prefix}/lib/python2.7/site-packages configure:3375: checking for python extension module directory configure:3410: result: ${exec_prefix}/lib/python2.7/site-packages configure:3439: checking for style of include used by make configure:3467: result: GNU configure:3538: checking for gcc configure:3565: result: /usr/bin/gcc configure:3794: checking for C compiler version configure:3803: /usr/bin/gcc --version >&5 gcc (Debian 4.7.2-5) 4.7.2 Copyright (C) 2012 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:3814: $? = 0 configure:3803: /usr/bin/gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.7.2 (Debian 4.7.2-5) configure:3814: $? = 0 configure:3803: /usr/bin/gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3814: $? = 4 configure:3803: /usr/bin/gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3814: $? = 4 configure:3834: checking whether the C compiler works configure:3856: /usr/bin/gcc -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:3860: $? = 0 configure:3908: result: yes configure:3911: checking for C compiler default output file name configure:3913: result: a.out configure:3919: checking for suffix of executables configure:3926: /usr/bin/gcc -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:3930: $? = 0 configure:3952: result: configure:3974: checking whether we are cross compiling configure:3982: /usr/bin/gcc -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:3986: $? = 0 configure:3993: ./conftest configure:3997: $? = 0 configure:4012: result: no configure:4017: checking for suffix of object files configure:4039: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4043: $? = 0 configure:4064: result: o configure:4068: checking whether we are using the GNU C compiler configure:4087: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4087: $? = 0 configure:4096: result: yes configure:4105: checking whether /usr/bin/gcc accepts -g configure:4125: /usr/bin/gcc -c -g -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4125: $? = 0 configure:4166: result: yes configure:4183: checking for /usr/bin/gcc option to accept ISO C89 configure:4246: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4246: $? = 0 configure:4259: result: none needed configure:4284: checking whether /usr/bin/gcc understands -c and -o together configure:4306: /usr/bin/gcc -c conftest.c -o conftest2.o configure:4309: $? = 0 configure:4306: /usr/bin/gcc -c conftest.c -o conftest2.o configure:4309: $? = 0 configure:4321: result: yes configure:4340: checking dependency style of /usr/bin/gcc configure:4451: result: none configure:4472: checking how to run the C preprocessor configure:4542: result: /usr/bin/cpp configure:4562: /usr/bin/cpp -I/home/peko/autobuild/instance-0/output/host/include conftest.c configure:4562: $? = 0 configure:4576: /usr/bin/cpp -I/home/peko/autobuild/instance-0/output/host/include conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4576: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | /* end confdefs.h. */ | #include configure:4605: checking for grep that handles long lines and -e configure:4663: result: /bin/grep configure:4668: checking for egrep configure:4730: result: /bin/grep -E configure:4735: checking for ANSI C header files configure:4755: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4755: $? = 0 configure:4828: /usr/bin/gcc -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:4828: $? = 0 configure:4828: ./conftest configure:4828: $? = 0 configure:4839: result: yes configure:4852: checking for sys/types.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4852: checking for sys/stat.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4852: checking for stdlib.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4852: checking for string.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4852: checking for memory.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4852: checking for strings.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4852: checking for inttypes.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4852: checking for stdint.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4852: checking for unistd.h configure:4852: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4852: $? = 0 configure:4852: result: yes configure:4865: checking minix/config.h usability configure:4865: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4865: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | #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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4865: result: no configure:4865: checking minix/config.h presence configure:4865: /usr/bin/cpp -I/home/peko/autobuild/instance-0/output/host/include conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4865: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | #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 | /* end confdefs.h. */ | #include configure:4865: result: no configure:4865: checking for minix/config.h configure:4865: result: no configure:4886: checking whether it is safe to define __EXTENSIONS__ configure:4904: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:4904: $? = 0 configure:4911: result: yes configure:4957: checking build system type configure:4971: result: x86_64-pc-linux-gnu configure:4991: checking host system type configure:5004: result: x86_64-pc-linux-gnu configure:5045: checking how to print strings configure:5072: result: printf configure:5093: checking for a sed that does not truncate output configure:5157: result: /bin/sed configure:5175: checking for fgrep configure:5237: result: /bin/grep -F configure:5272: checking for ld used by /usr/bin/gcc configure:5339: result: /usr/bin/ld configure:5346: checking if the linker (/usr/bin/ld) is GNU ld configure:5361: result: yes configure:5373: checking for BSD- or MS-compatible name lister (nm) configure:5427: result: /usr/bin/nm configure:5557: checking the name lister (/usr/bin/nm) interface configure:5564: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:5567: /usr/bin/nm "conftest.o" configure:5570: output 0000000000000000 B some_variable configure:5577: result: BSD nm configure:5580: checking whether ln -s works configure:5584: result: yes configure:5592: checking the maximum length of command line arguments configure:5723: result: 3458764513820540925 configure:5771: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5811: result: func_convert_file_noop configure:5818: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5838: result: func_convert_file_noop configure:5845: checking for /usr/bin/ld option to reload object files configure:5852: result: -r configure:5926: checking for objdump configure:5942: found /usr/bin/objdump configure:5953: result: objdump configure:5982: checking how to recognize dependent libraries configure:6182: result: pass_all configure:6267: checking for dlltool configure:6297: result: no configure:6324: checking how to associate runtime and link libraries configure:6351: result: printf %s\n configure:6475: checking for archiver @FILE support configure:6492: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:6492: $? = 0 configure:6495: /usr/bin/ar cru libconftest.a @conftest.lst >&5 configure:6498: $? = 0 configure:6503: /usr/bin/ar cru libconftest.a @conftest.lst >&5 /usr/bin/ar: conftest.o: No such file or directory configure:6506: $? = 1 configure:6518: result: @ configure:6576: checking for strip configure:6592: found /usr/bin/strip configure:6603: result: strip configure:6675: checking for ranlib configure:6702: result: /usr/bin/ranlib configure:6804: checking command to parse /usr/bin/nm output from /usr/bin/gcc object configure:6957: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:6960: $? = 0 configure:6964: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6967: $? = 0 configure:7033: /usr/bin/gcc -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c conftstm.o >&5 configure:7036: $? = 0 configure:7074: result: ok configure:7121: checking for sysroot configure:7151: result: no configure:7158: checking for a working dd configure:7196: result: /bin/dd configure:7200: checking how to truncate binary pipes configure:7215: result: /bin/dd bs=4096 count=1 configure:7351: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:7354: $? = 0 configure:7544: checking for mt configure:7560: found /bin/mt configure:7571: result: mt configure:7594: checking if mt is a manifest tool configure:7600: mt '-?' configure:7608: result: no configure:8282: checking for dlfcn.h configure:8282: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:8282: $? = 0 configure:8282: result: yes configure:8836: checking for objdir configure:8851: result: .libs configure:9115: checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions configure:9133: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:9137: $? = 0 configure:9150: result: no configure:9508: checking for /usr/bin/gcc option to produce PIC configure:9515: result: -fPIC -DPIC configure:9523: checking if /usr/bin/gcc PIC flag -fPIC -DPIC works configure:9541: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -fPIC -DPIC -DPIC conftest.c >&5 configure:9545: $? = 0 configure:9558: result: yes configure:9587: checking if /usr/bin/gcc static flag -static works configure:9615: result: yes configure:9630: checking if /usr/bin/gcc supports -c -o file.o configure:9651: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -o out/conftest2.o conftest.c >&5 configure:9655: $? = 0 configure:9677: result: yes configure:9685: checking if /usr/bin/gcc supports -c -o file.o configure:9732: result: yes configure:9765: checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:11024: result: yes configure:11061: checking whether -lc should be explicitly linked in configure:11069: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:11072: $? = 0 configure:11087: /usr/bin/gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11090: $? = 0 configure:11104: result: no configure:11264: checking dynamic linker characteristics configure:11845: /usr/bin/gcc -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11845: $? = 0 configure:12085: result: GNU/Linux ld.so configure:12207: checking how to hardcode library paths into programs configure:12232: result: immediate configure:12780: checking whether stripping libraries is possible configure:12785: result: yes configure:12820: checking if libtool supports shared libraries configure:12822: result: yes configure:12825: checking whether to build shared libraries configure:12850: result: yes configure:12853: checking whether to build static libraries configure:12857: result: no configure:12907: checking for /usr/bin/gcc option to accept ISO C99 configure:13056: /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 conftest.c:78:29: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:132:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:132:18: error: 'newvar' undeclared (first use in this function) conftest.c:132:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:142:3: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:142:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:13056: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:13056: /usr/bin/gcc -std=gnu99 -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 configure:13056: $? = 0 configure:13076: result: -std=gnu99 configure:13088: checking whether __clang__ is declared configure:13088: /usr/bin/gcc -std=gnu99 -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 conftest.c: In function 'main': conftest.c:68:10: error: '__clang__' undeclared (first use in this function) conftest.c:68:10: note: each undeclared identifier is reported only once for each function it appears in configure:13088: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef __clang__ | #ifdef __cplusplus | (void) __clang__; | #else | (void) __clang__; | #endif | #endif | | ; | return 0; | } configure:13088: result: no configure:13095: checking whether __INTEL_COMPILER is declared configure:13095: /usr/bin/gcc -std=gnu99 -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 conftest.c: In function 'main': conftest.c:68:10: error: '__INTEL_COMPILER' undeclared (first use in this function) conftest.c:68:10: note: each undeclared identifier is reported only once for each function it appears in configure:13095: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef __INTEL_COMPILER | #ifdef __cplusplus | (void) __INTEL_COMPILER; | #else | (void) __INTEL_COMPILER; | #endif | #endif | | ; | return 0; | } configure:13095: result: no configure:13102: checking whether __SUNPRO_C is declared configure:13102: /usr/bin/gcc -std=gnu99 -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 conftest.c: In function 'main': conftest.c:68:10: error: '__SUNPRO_C' undeclared (first use in this function) conftest.c:68:10: note: each undeclared identifier is reported only once for each function it appears in configure:13102: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef __SUNPRO_C | #ifdef __cplusplus | (void) __SUNPRO_C; | #else | (void) __SUNPRO_C; | #endif | #endif | | ; | return 0; | } configure:13102: result: no configure:13219: checking pkg-config is at least version 0.9.0 configure:13222: result: yes configure:13271: checking if /usr/bin/gcc -std=gnu99 supports -Werror=unknown-warning-option configure:13280: /usr/bin/gcc -std=gnu99 -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=unknown-warning-option -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option configure:13280: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int i; configure:13287: result: no configure:13298: checking if /usr/bin/gcc -std=gnu99 supports -Werror=unused-command-line-argument configure:13307: /usr/bin/gcc -std=gnu99 -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=unused-command-line-argument -I/home/peko/autobuild/instance-0/output/host/include conftest.c >&5 cc1: error: -Werror=unused-command-line-argument: no option -Wunused-command-line-argument configure:13307: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.13" | #define PACKAGE_STRING "libxcb 1.13" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.13" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int i; configure:13314: result: no configure:13333: checking if /usr/bin/gcc -std=gnu99 supports -Wall configure:13350: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wall -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:13350: $? = 0 configure:13363: result: yes configure:13451: checking if /usr/bin/gcc -std=gnu99 supports -Wpointer-arith configure:13468: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wpointer-arith -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:13468: $? = 0 configure:13481: result: yes configure:13569: checking if /usr/bin/gcc -std=gnu99 supports -Wmissing-declarations configure:13586: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wmissing-declarations -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:13586: $? = 0 configure:13599: result: yes configure:13687: checking if /usr/bin/gcc -std=gnu99 supports -Wformat=2 configure:13704: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wformat=2 -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:13704: $? = 0 configure:13717: result: yes configure:13856: checking if /usr/bin/gcc -std=gnu99 supports -Wstrict-prototypes configure:13873: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wstrict-prototypes -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] configure:13873: $? = 0 configure:13886: result: yes configure:13974: checking if /usr/bin/gcc -std=gnu99 supports -Wmissing-prototypes configure:13991: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wmissing-prototypes -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:13991: $? = 0 configure:14004: result: yes configure:14092: checking if /usr/bin/gcc -std=gnu99 supports -Wnested-externs configure:14109: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wnested-externs -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:14109: $? = 0 configure:14122: result: yes configure:14210: checking if /usr/bin/gcc -std=gnu99 supports -Wbad-function-cast configure:14227: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wbad-function-cast -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:14227: $? = 0 configure:14240: result: yes configure:14328: checking if /usr/bin/gcc -std=gnu99 supports -Wold-style-definition configure:14345: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wold-style-definition -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 conftest.c: In function 'main': conftest.c:30:1: warning: old-style function definition [-Wold-style-definition] configure:14345: $? = 0 configure:14358: result: yes configure:14495: checking if /usr/bin/gcc -std=gnu99 supports -Wdeclaration-after-statement configure:14512: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wdeclaration-after-statement -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:14512: $? = 0 configure:14525: result: yes configure:14617: checking if /usr/bin/gcc -std=gnu99 supports -Wunused configure:14634: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wunused -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:14634: $? = 0 configure:14647: result: yes configure:14735: checking if /usr/bin/gcc -std=gnu99 supports -Wuninitialized configure:14752: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wuninitialized -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:14752: $? = 0 configure:14765: result: yes configure:14853: checking if /usr/bin/gcc -std=gnu99 supports -Wshadow configure:14870: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wshadow -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:14870: $? = 0 configure:14883: result: yes configure:14971: checking if /usr/bin/gcc -std=gnu99 supports -Wmissing-noreturn configure:14988: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wmissing-noreturn -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:14988: $? = 0 configure:15001: result: yes configure:15089: checking if /usr/bin/gcc -std=gnu99 supports -Wmissing-format-attribute configure:15106: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wmissing-format-attribute -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:15106: $? = 0 configure:15119: result: yes configure:15207: checking if /usr/bin/gcc -std=gnu99 supports -Wredundant-decls configure:15224: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wredundant-decls -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:15224: $? = 0 configure:15237: result: yes configure:15325: checking if /usr/bin/gcc -std=gnu99 supports -Wlogical-op configure:15342: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Wlogical-op -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:15342: $? = 0 configure:15355: result: yes configure:15455: checking if /usr/bin/gcc -std=gnu99 supports -Werror=implicit configure:15472: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=implicit -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:15472: $? = 0 configure:15485: result: yes configure:15622: checking if /usr/bin/gcc -std=gnu99 supports -Werror=nonnull configure:15639: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=nonnull -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:15639: $? = 0 configure:15652: result: yes configure:15740: checking if /usr/bin/gcc -std=gnu99 supports -Werror=init-self configure:15757: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=init-self -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:15757: $? = 0 configure:15770: result: yes configure:15858: checking if /usr/bin/gcc -std=gnu99 supports -Werror=main configure:15875: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=main -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:15875: $? = 0 configure:15888: result: yes configure:15976: checking if /usr/bin/gcc -std=gnu99 supports -Werror=missing-braces configure:15993: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=missing-braces -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:15993: $? = 0 configure:16006: result: yes configure:16094: checking if /usr/bin/gcc -std=gnu99 supports -Werror=sequence-point configure:16111: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=sequence-point -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:16111: $? = 0 configure:16124: result: yes configure:16212: checking if /usr/bin/gcc -std=gnu99 supports -Werror=return-type configure:16229: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=return-type -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:16229: $? = 0 configure:16242: result: yes configure:16379: checking if /usr/bin/gcc -std=gnu99 supports -Werror=trigraphs configure:16396: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=trigraphs -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:16396: $? = 0 configure:16409: result: yes configure:16497: checking if /usr/bin/gcc -std=gnu99 supports -Werror=array-bounds configure:16514: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=array-bounds -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:16514: $? = 0 configure:16527: result: yes configure:16615: checking if /usr/bin/gcc -std=gnu99 supports -Werror=write-strings configure:16632: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=write-strings -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:16632: $? = 0 configure:16645: result: yes configure:16733: checking if /usr/bin/gcc -std=gnu99 supports -Werror=address configure:16750: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=address -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:16750: $? = 0 configure:16763: result: yes configure:16851: checking if /usr/bin/gcc -std=gnu99 supports -Werror=int-to-pointer-cast configure:16868: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=int-to-pointer-cast -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:16868: $? = 0 configure:16881: result: yes configure:17018: checking if /usr/bin/gcc -std=gnu99 supports -Werror=pointer-to-int-cast configure:17035: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=pointer-to-int-cast -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:17035: $? = 0 configure:17048: result: yes configure:18706: checking if /usr/bin/gcc -std=gnu99 supports -pedantic configure:18723: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -pedantic -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:18723: $? = 0 configure:18736: result: yes configure:18824: checking if /usr/bin/gcc -std=gnu99 supports -Werror configure:18841: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:18841: $? = 0 configure:18854: result: yes configure:18994: checking if /usr/bin/gcc -std=gnu99 supports -Werror=attributes configure:19011: /usr/bin/gcc -std=gnu99 -o conftest -O2 -I/home/peko/autobuild/instance-0/output/host/include -Werror=attributes -I/home/peko/autobuild/instance-0/output/host/include -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib conftest.c >&5 configure:19011: $? = 0 configure:19024: result: yes configure:19184: checking whether make supports nested variables configure:19201: result: yes configure:19231: checking whether to build developer documentation configure:19233: result: yes configure:19422: WARNING: dot not found - doxygen targets will be skipped configure:19428: checking for CHECK configure:19435: $PKG_CONFIG --exists --print-errors "check >= 0.9.4" Package check was not found in the pkg-config search path. Perhaps you should add the directory containing `check.pc' to the PKG_CONFIG_PATH environment variable Package 'check', required by 'world', not found configure:19438: $? = 1 configure:19452: $PKG_CONFIG --exists --print-errors "check >= 0.9.4" Package check was not found in the pkg-config search path. Perhaps you should add the directory containing `check.pc' to the PKG_CONFIG_PATH environment variable Package 'check', required by 'world', not found configure:19455: $? = 1 configure:19469: result: no Package check was not found in the pkg-config search path. Perhaps you should add the directory containing `check.pc' to the PKG_CONFIG_PATH environment variable Package 'check', required by 'world', not found configure:19559: checking for XCBPROTO configure:19566: $PKG_CONFIG --exists --print-errors "xcb-proto >= 1.13" Package dependency requirement 'xcb-proto >= 1.13' could not be satisfied. Package 'xcb-proto' has version '1.12', required version is '>= 1.13' configure:19569: $? = 1 configure:19583: $PKG_CONFIG --exists --print-errors "xcb-proto >= 1.13" Package dependency requirement 'xcb-proto >= 1.13' could not be satisfied. Package 'xcb-proto' has version '1.12', required version is '>= 1.13' configure:19586: $? = 1 configure:19600: result: no Package dependency requirement 'xcb-proto >= 1.13' could not be satisfied. Package 'xcb-proto' has version '1.12', required version is '>= 1.13' configure:19616: error: Package requirements (xcb-proto >= 1.13) were not met: Package dependency requirement 'xcb-proto >= 1.13' could not be satisfied. Package 'xcb-proto' has version '1.12', required version is '>= 1.13' Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XCBPROTO_CFLAGS and XCBPROTO_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=/usr/bin/gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -I/home/peko/autobuild/instance-0/output/host/include' ac_cv_env_CHECK_CFLAGS_set= ac_cv_env_CHECK_CFLAGS_value= ac_cv_env_CHECK_LIBS_set= ac_cv_env_CHECK_LIBS_value= ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/home/peko/autobuild/instance-0/output/host/include ac_cv_env_CPP_set=set ac_cv_env_CPP_value=/usr/bin/cpp ac_cv_env_DOT_set= ac_cv_env_DOT_value= ac_cv_env_DOXYGEN_set= ac_cv_env_DOXYGEN_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_NEEDED_CFLAGS_set= ac_cv_env_NEEDED_CFLAGS_value= ac_cv_env_NEEDED_LIBS_set= ac_cv_env_NEEDED_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set=set ac_cv_env_PKG_CONFIG_LIBDIR_value=/home/peko/autobuild/instance-0/output/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output/host/share/pkgconfig ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set=set ac_cv_env_PKG_CONFIG_value=/home/peko/autobuild/instance-0/output/host/bin/pkg-config ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_XCBPROTO_CFLAGS_set= ac_cv_env_XCBPROTO_CFLAGS_value= ac_cv_env_XCBPROTO_LIBS_set= ac_cv_env_XCBPROTO_LIBS_value= ac_cv_env_XDMCP_CFLAGS_set= ac_cv_env_XDMCP_CFLAGS_value= ac_cv_env_XDMCP_LIBS_set= ac_cv_env_XDMCP_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_have_decl___INTEL_COMPILER=no ac_cv_have_decl___SUNPRO_C=no ac_cv_have_decl___clang__=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_PYTHON=/home/peko/autobuild/instance-0/output/host/bin/python2 ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP=/usr/bin/cpp ac_cv_prog_ac_ct_CC=/usr/bin/gcc ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=/usr/bin/ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes am_cv_CC_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_pathless_PYTHON=python am_cv_prog_cc_c_o=yes am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' am_cv_python_version=2.7 lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM=/usr/bin/nm lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=3458764513820540925 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' xorg_cv_cc_flag__Wall=yes xorg_cv_cc_flag__Wbad_function_cast=yes xorg_cv_cc_flag__Wdeclaration_after_statement=yes xorg_cv_cc_flag__Werror=yes xorg_cv_cc_flag__Werror_address=yes xorg_cv_cc_flag__Werror_array_bounds=yes xorg_cv_cc_flag__Werror_attributes=yes xorg_cv_cc_flag__Werror_implicit=yes xorg_cv_cc_flag__Werror_init_self=yes xorg_cv_cc_flag__Werror_int_to_pointer_cast=yes xorg_cv_cc_flag__Werror_main=yes xorg_cv_cc_flag__Werror_missing_braces=yes xorg_cv_cc_flag__Werror_nonnull=yes xorg_cv_cc_flag__Werror_pointer_to_int_cast=yes xorg_cv_cc_flag__Werror_return_type=yes xorg_cv_cc_flag__Werror_sequence_point=yes xorg_cv_cc_flag__Werror_trigraphs=yes xorg_cv_cc_flag__Werror_write_strings=yes xorg_cv_cc_flag__Wformat_2=yes xorg_cv_cc_flag__Wlogical_op=yes xorg_cv_cc_flag__Wmissing_declarations=yes xorg_cv_cc_flag__Wmissing_format_attribute=yes xorg_cv_cc_flag__Wmissing_noreturn=yes xorg_cv_cc_flag__Wmissing_prototypes=yes xorg_cv_cc_flag__Wnested_externs=yes xorg_cv_cc_flag__Wold_style_definition=yes xorg_cv_cc_flag__Wpointer_arith=yes xorg_cv_cc_flag__Wredundant_decls=yes xorg_cv_cc_flag__Wshadow=yes xorg_cv_cc_flag__Wstrict_prototypes=yes xorg_cv_cc_flag__Wuninitialized=yes xorg_cv_cc_flag__Wunused=yes xorg_cv_cc_flag__pedantic=yes xorg_cv_cc_flag_unknown_warning_option=no xorg_cv_cc_flag_unused_command_line_argument=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/peko/autobuild/instance-0/output/build/host-libxcb-1.13/build-aux/missing aclocal-1.15' ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' ADMIN_MAN_SUFFIX='8' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' APP_MAN_SUFFIX='1' AR='/usr/bin/ar' AS='/usr/bin/as' AUTOCONF='${SHELL} /home/peko/autobuild/instance-0/output/build/host-libxcb-1.13/build-aux/missing autoconf' AUTOHEADER='${SHELL} /home/peko/autobuild/instance-0/output/build/host-libxcb-1.13/build-aux/missing autoheader' AUTOMAKE='${SHELL} /home/peko/autobuild/instance-0/output/build/host-libxcb-1.13/build-aux/missing automake-1.15' AWK='gawk' BASE_CFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast' BUILD_COMPOSITE_FALSE='' BUILD_COMPOSITE_TRUE='' BUILD_DAMAGE_FALSE='' BUILD_DAMAGE_TRUE='' BUILD_DPMS_FALSE='' BUILD_DPMS_TRUE='' BUILD_DRI2_FALSE='' BUILD_DRI2_TRUE='' BUILD_DRI3_FALSE='' BUILD_DRI3_TRUE='' BUILD_GE_FALSE='' BUILD_GE_TRUE='' BUILD_GLX_FALSE='' BUILD_GLX_TRUE='' BUILD_PRESENT_FALSE='' BUILD_PRESENT_TRUE='' BUILD_RANDR_FALSE='' BUILD_RANDR_TRUE='' BUILD_RECORD_FALSE='' BUILD_RECORD_TRUE='' BUILD_RENDER_FALSE='' BUILD_RENDER_TRUE='' BUILD_RESOURCE_FALSE='' BUILD_RESOURCE_TRUE='' BUILD_SCREENSAVER_FALSE='' BUILD_SCREENSAVER_TRUE='' BUILD_SELINUX_FALSE='' BUILD_SELINUX_TRUE='' BUILD_SHAPE_FALSE='' BUILD_SHAPE_TRUE='' BUILD_SHM_FALSE='' BUILD_SHM_TRUE='' BUILD_SYNC_FALSE='' BUILD_SYNC_TRUE='' BUILD_XEVIE_FALSE='' BUILD_XEVIE_TRUE='' BUILD_XFIXES_FALSE='' BUILD_XFIXES_TRUE='' BUILD_XFREE86_DRI_FALSE='' BUILD_XFREE86_DRI_TRUE='' BUILD_XINERAMA_FALSE='' BUILD_XINERAMA_TRUE='' BUILD_XINPUT_FALSE='' BUILD_XINPUT_TRUE='' BUILD_XKB_FALSE='' BUILD_XKB_TRUE='' BUILD_XPRINT_FALSE='' BUILD_XPRINT_TRUE='' BUILD_XTEST_FALSE='' BUILD_XTEST_TRUE='' BUILD_XVMC_FALSE='' BUILD_XVMC_TRUE='' BUILD_XV_FALSE='' BUILD_XV_TRUE='' CC='/usr/bin/gcc -std=gnu99' CCDEPMODE='depmode=none' CFLAGS='-O2 -I/home/peko/autobuild/instance-0/output/host/include' CHANGELOG_CMD='(GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo '\''git directory not found: installing possibly empty changelog.'\'' >&2)' CHECK_CFLAGS='' CHECK_LIBS='' CPP='/usr/bin/cpp' CPPFLAGS='-I/home/peko/autobuild/instance-0/output/host/include' CWARNFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DOT='' DOXYGEN='' DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' DRIVER_MAN_SUFFIX='4' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_DEVEL_DOCS_FALSE='#' ENABLE_DEVEL_DOCS_TRUE='' EXEEXT='' FGREP='/bin/grep -F' FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' FILE_MAN_SUFFIX='5' GREP='/bin/grep' HAVE_CHECK_FALSE='' HAVE_CHECK_TRUE='#' HAVE_DOT='no' HAVE_DOT_FALSE='' HAVE_DOT_TRUE='#' HAVE_DOXYGEN_FALSE='' HAVE_DOXYGEN_TRUE='#' HTML_CHECK_RESULT='no' INSTALL_CMD='(cp -f /home/peko/autobuild/instance-0/output/host/share/util-macros/INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; touch $(top_srcdir)/INSTALL; echo '\''util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.'\'' >&2)' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LAUNCHD='' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' LIB_MAN_SUFFIX='3' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /home/peko/autobuild/instance-0/output/build/host-libxcb-1.13/build-aux/missing makeinfo' MANIFEST_TOOL=':' MAN_SUBSTS=' -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xservername__|Xorg|g'\'' -e '\''s|__xconfigfile__|xorg.conf|g'\'' -e '\''s|__projectroot__|$(prefix)|g'\'' -e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\''' MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' MISC_MAN_SUFFIX='7' MKDIR_P='/bin/mkdir -p' NEEDED='' NEEDED_CFLAGS='' NEEDED_LIBS='' NM='/usr/bin/nm' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libxcb' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xcb' PACKAGE_NAME='libxcb' PACKAGE_STRING='libxcb 1.13' PACKAGE_TARNAME='libxcb' PACKAGE_URL='' PACKAGE_VERSION='1.13' PATH_SEPARATOR=':' PKG_CONFIG='/home/peko/autobuild/instance-0/output/host/bin/pkg-config' PKG_CONFIG_LIBDIR='/home/peko/autobuild/instance-0/output/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output/host/share/pkgconfig' PKG_CONFIG_PATH='' PYTHON='/home/peko/autobuild/instance-0/output/host/bin/python2' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' RANLIB='/usr/bin/ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes' STRIP='strip' VERSION='1.13' XCBPROTO_CFLAGS='' XCBPROTO_LIBS='' XCBPROTO_VERSION='' XCBPROTO_XCBINCLUDEDIR='' XCBPROTO_XCBPYTHONDIR='' XCB_HAVE_WIN32_FALSE='' XCB_HAVE_WIN32_TRUE='' XCB_SERVERSIDE_SUPPORT_FALSE='' XCB_SERVERSIDE_SUPPORT_TRUE='' XDMCP_CFLAGS='' XDMCP_LIBS='' XORG_MAN_PAGE='X Version 11' XSLTPROC='no' ac_ct_AR='' ac_ct_CC='/usr/bin/gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/peko/autobuild/instance-0/output/build/host-libxcb-1.13/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/home/peko/autobuild/instance-0/output/host/var' lt_enable_auto_import='' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/libxcb' pkgpythondir='${pythondir}/libxcb' prefix='/home/peko/autobuild/instance-0/output/host' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.7/site-packages' pythondir='${prefix}/lib/python2.7/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/home/peko/autobuild/instance-0/output/host/etc' target_alias='' xcbincludedir='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "libxcb" #define PACKAGE_TARNAME "libxcb" #define PACKAGE_VERSION "1.13" #define PACKAGE_STRING "libxcb 1.13" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" #define PACKAGE_URL "" #define PACKAGE "libxcb" #define VERSION "1.13" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define PACKAGE_VERSION_MAJOR 1 #define PACKAGE_VERSION_MINOR 13 #define PACKAGE_VERSION_PATCHLEVEL 0 configure: exit 1