Skip to content

Instantly share code, notes, and snippets.

Created April 11, 2013 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5365167 to your computer and use it in GitHub Desktop.
Save anonymous/5365167 to your computer and use it in GitHub Desktop.
config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gtk+ configure 3.6.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-gtk2-dependency --disable-schemas-compile --enable-x11-backend --enable-broadway-backend --enable-wayland-backend --enable-test-print-backend
## --------- ##
## Platform. ##
## --------- ##
hostname = myarch
uname -m = x86_64
uname -r = 3.8.5-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri Mar 29 19:18:14 CET 2013
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
PATH: /usr/lib/qt4/bin
PATH: /home/jesse/.local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2959: checking for a BSD-compatible install
configure:3027: result: /usr/bin/install -c
configure:3038: checking whether build environment is sane
configure:3093: result: yes
configure:3244: checking for a thread-safe mkdir -p
configure:3283: result: /usr/bin/mkdir -p
configure:3290: checking for gawk
configure:3306: found /usr/bin/gawk
configure:3317: result: gawk
configure:3328: checking whether make sets $(MAKE)
configure:3350: result: yes
configure:3379: checking whether make supports nested variables
configure:3396: result: yes
configure:3461: checking how to create a ustar tar archive
configure:3474: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:3477: $? = 0
configure:3517: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3520: $? = 0
configure:3524: tar -xf - <conftest.tar
configure:3527: $? = 0
configure:3540: result: gnutar
configure:3548: checking whether to enable maintainer-specific portions of Makefiles
configure:3557: result: yes
configure:3585: checking whether make supports nested variables
configure:3602: result: yes
configure:3716: checking for gcc
configure:3732: found /usr/bin/gcc
configure:3743: result: gcc
configure:3972: checking for C compiler version
configure:3981: gcc --version >&5
gcc (GCC) 4.8.0
Copyright (C) 2013 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:3992: $? = 0
configure:3981: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/src/gcc-4.8.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-install-libiberty --enable-multilib --disable-libssp --disable-werror --enable-checking=release
Thread model: posix
gcc version 4.8.0 (GCC)
configure:3992: $? = 0
configure:3981: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3992: $? = 1
configure:3981: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3992: $? = 1
configure:4012: checking whether the C compiler works
configure:4034: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:4038: $? = 0
configure:4086: result: yes
configure:4089: checking for C compiler default output file name
configure:4091: result: a.out
configure:4097: checking for suffix of executables
configure:4104: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:4108: $? = 0
configure:4130: result:
configure:4152: checking whether we are cross compiling
configure:4160: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:4164: $? = 0
configure:4171: ./conftest
configure:4175: $? = 0
configure:4190: result: no
configure:4195: checking for suffix of object files
configure:4217: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4221: $? = 0
configure:4242: result: o
configure:4246: checking whether we are using the GNU C compiler
configure:4265: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4265: $? = 0
configure:4274: result: yes
configure:4283: checking whether gcc accepts -g
configure:4303: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4303: $? = 0
configure:4344: result: yes
configure:4361: checking for gcc option to accept ISO C89
configure:4424: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4424: $? = 0
configure:4437: result: none needed
configure:4468: checking for style of include used by make
configure:4496: result: GNU
configure:4522: checking dependency style of gcc
configure:4633: result: gcc3
configure:4649: checking whether gcc and cc understand -c and -o together
configure:4680: gcc -c conftest.c -o conftest2.o >&5
configure:4684: $? = 0
configure:4690: gcc -c conftest.c -o conftest2.o >&5
configure:4694: $? = 0
configure:4705: cc -c conftest.c >&5
configure:4709: $? = 0
configure:4717: cc -c conftest.c -o conftest2.o >&5
configure:4721: $? = 0
configure:4727: cc -c conftest.c -o conftest2.o >&5
configure:4731: $? = 0
configure:4749: result: yes
configure:4763: checking for gcc option to accept ISO C99
configure:4912: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:59:29: error: expected ';', ',' or ')' before 'text'
test_restrict (ccp restrict text)
^
conftest.c: In function 'main':
conftest.c:113:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
char *restrict newvar = "Another string";
^
conftest.c:113:18: error: 'newvar' undeclared (first use in this function)
conftest.c:113:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:123:3: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < ia->datasize; ++i)
^
conftest.c:123:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:4912: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // 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:4912: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4912: $? = 0
configure:4932: result: -std=gnu99
configure:5033: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:5047: result: -std=gnu99
configure:5053: checking whether make sets $(MAKE)
configure:5075: result: yes
configure:5098: checking build system type
configure:5112: result: x86_64-unknown-linux-gnu
configure:5132: checking host system type
configure:5145: result: x86_64-unknown-linux-gnu
configure:5167: checking for native Win32
configure:5189: result: no
configure:5251: checking for c++
configure:5267: found /usr/bin/c++
configure:5278: result: c++
configure:5421: checking for C++ compiler version
configure:5430: c++ --version >&5
c++ (GCC) 4.8.0
Copyright (C) 2013 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:5441: $? = 0
configure:5430: c++ -v >&5
Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/src/gcc-4.8.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-install-libiberty --enable-multilib --disable-libssp --disable-werror --enable-checking=release
Thread model: posix
gcc version 4.8.0 (GCC)
configure:5441: $? = 0
configure:5430: c++ -V >&5
c++: error: unrecognized command line option '-V'
c++: fatal error: no input files
compilation terminated.
configure:5441: $? = 1
configure:5430: c++ -qversion >&5
c++: error: unrecognized command line option '-qversion'
c++: fatal error: no input files
compilation terminated.
configure:5441: $? = 1
configure:5445: checking whether we are using the GNU C++ compiler
configure:5464: c++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:5464: $? = 0
configure:5473: result: yes
configure:5482: checking whether c++ accepts -g
configure:5502: c++ -c -g -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:5502: $? = 0
configure:5543: result: yes
configure:5568: checking dependency style of c++
configure:5679: result: gcc3
configure:5706: c++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:5706: $? = 0
configure:5734: c++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -x objective-c++ -D_FORTIFY_SOURCE=2 conftest.cpp >&5
c++: error trying to exec 'cc1objplus': execvp: No such file or directory
configure:5734: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| /* end confdefs.h. */
| @interface Foo @end
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5816: checking how to print strings
configure:5843: result: printf
configure:5864: checking for a sed that does not truncate output
configure:5928: result: /usr/bin/sed
configure:5946: checking for grep that handles long lines and -e
configure:6004: result: /usr/bin/grep
configure:6009: checking for egrep
configure:6071: result: /usr/bin/grep -E
configure:6076: checking for fgrep
configure:6138: result: /usr/bin/grep -F
configure:6173: checking for ld used by gcc -std=gnu99
configure:6240: result: /usr/bin/ld
configure:6247: checking if the linker (/usr/bin/ld) is GNU ld
configure:6262: result: yes
configure:6274: checking for BSD- or MS-compatible name lister (nm)
configure:6323: result: /usr/bin/nm -B
configure:6453: checking the name lister (/usr/bin/nm -B) interface
configure:6460: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6463: /usr/bin/nm -B "conftest.o"
configure:6466: output
0000000000000000 B some_variable
configure:6473: result: BSD nm
configure:6476: checking whether ln -s works
configure:6480: result: yes
configure:6488: checking the maximum length of command line arguments
configure:6618: result: 1572864
configure:6635: checking whether the shell understands some XSI constructs
configure:6645: result: yes
configure:6649: checking whether the shell understands "+="
configure:6655: result: yes
configure:6690: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6730: result: func_convert_file_noop
configure:6737: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6757: result: func_convert_file_noop
configure:6764: checking for /usr/bin/ld option to reload object files
configure:6771: result: -r
configure:6845: checking for objdump
configure:6861: found /usr/bin/objdump
configure:6872: result: objdump
configure:6901: checking how to recognize dependent libraries
configure:7103: result: pass_all
configure:7188: checking for dlltool
configure:7218: result: no
configure:7245: checking how to associate runtime and link libraries
configure:7272: result: printf %s\n
configure:7333: checking for ar
configure:7349: found /usr/bin/ar
configure:7360: result: ar
configure:7397: checking for archiver @FILE support
configure:7414: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7414: $? = 0
configure:7417: ar cru libconftest.a @conftest.lst >&5
configure:7420: $? = 0
configure:7425: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7428: $? = 1
configure:7440: result: @
configure:7498: checking for strip
configure:7514: found /usr/bin/strip
configure:7525: result: strip
configure:7597: checking for ranlib
configure:7613: found /usr/bin/ranlib
configure:7624: result: ranlib
configure:7726: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
configure:7846: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7849: $? = 0
configure:7853: /usr/bin/nm -B 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:7856: $? = 0
configure:7922: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c conftstm.o >&5
configure:7925: $? = 0
configure:7963: result: ok
configure:8000: checking for sysroot
configure:8030: result: no
configure:8107: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8110: $? = 0
configure:8286: checking for mt
configure:8316: result: no
configure:8336: checking if : is a manifest tool
configure:8342: : '-?'
configure:8350: result: no
configure:8992: checking how to run the C preprocessor
configure:9023: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/limits.h:26:0,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/limits.h:168,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/syslimits.h:7,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/limits.h:34,
from conftest.c:11:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:9023: $? = 0
configure:9037: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:9037: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9062: result: gcc -std=gnu99 -E
configure:9082: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/limits.h:26:0,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/limits.h:168,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/syslimits.h:7,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/limits.h:34,
from conftest.c:11:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:9082: $? = 0
configure:9096: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:9096: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9125: checking for ANSI C header files
configure:9145: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9145: $? = 0
In file included from /usr/include/string.h:25:0,
from conftest.c:10:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
In file included from /usr/include/stdlib.h:24:0,
from conftest.c:10:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:9218: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:9218: $? = 0
configure:9218: ./conftest
configure:9218: $? = 0
configure:9229: result: yes
configure:9242: checking for sys/types.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9242: checking for sys/stat.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9242: checking for stdlib.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9242: checking for string.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9242: checking for memory.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9242: checking for strings.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9242: checking for inttypes.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9242: checking for stdint.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9242: checking for unistd.h
configure:9242: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9256: checking for dlfcn.h
configure:9256: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9256: $? = 0
configure:9256: result: yes
configure:9769: checking for objdir
configure:9784: result: .libs
configure:10055: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:10073: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -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:10077: $? = 0
configure:10090: result: no
configure:10417: checking for gcc -std=gnu99 option to produce PIC
configure:10424: result: -fPIC -DPIC
configure:10432: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
configure:10450: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10454: $? = 0
configure:10467: result: yes
configure:10496: checking if gcc -std=gnu99 static flag -static works
configure:10524: result: yes
configure:10539: checking if gcc -std=gnu99 supports -c -o file.o
configure:10560: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
configure:10564: $? = 0
configure:10586: result: yes
configure:10594: checking if gcc -std=gnu99 supports -c -o file.o
configure:10641: result: yes
configure:10674: checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11827: result: yes
configure:11864: checking whether -lc should be explicitly linked in
configure:11872: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:11875: $? = 0
configure:11890: gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:11893: $? = 0
configure:11907: result: no
configure:12067: checking dynamic linker characteristics
configure:12578: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12578: $? = 0
configure:12800: result: GNU/Linux ld.so
configure:12907: checking how to hardcode library paths into programs
configure:12932: result: immediate
configure:13472: checking whether stripping libraries is possible
configure:13477: result: yes
configure:13512: checking if libtool supports shared libraries
configure:13514: result: yes
configure:13517: checking whether to build shared libraries
configure:13538: result: yes
configure:13541: checking whether to build static libraries
configure:13545: result: no
configure:13568: checking how to run the C++ preprocessor
configure:13595: c++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
In file included from /usr/include/limits.h:26:0,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/limits.h:168,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/syslimits.h:7,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/limits.h:34,
from conftest.cpp:23:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:13595: $? = 0
configure:13609: c++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:13609: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13634: result: c++ -E
configure:13654: c++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
In file included from /usr/include/limits.h:26:0,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/limits.h:168,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/syslimits.h:7,
from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed/limits.h:34,
from conftest.cpp:23:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:13654: $? = 0
configure:13668: c++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:13668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13837: checking for ld used by c++
configure:13904: result: /usr/bin/ld -m elf_x86_64
configure:13911: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13926: result: yes
configure:13981: checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14986: result: yes
configure:15022: c++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:15025: $? = 0
configure:15545: checking for c++ option to produce PIC
configure:15552: result: -fPIC -DPIC
configure:15560: checking if c++ PIC flag -fPIC -DPIC works
configure:15578: c++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15582: $? = 0
configure:15595: result: yes
configure:15618: checking if c++ static flag -static works
configure:15646: result: yes
configure:15658: checking if c++ supports -c -o file.o
configure:15679: c++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.cpp >&5
configure:15683: $? = 0
configure:15705: result: yes
configure:15710: checking if c++ supports -c -o file.o
configure:15757: result: yes
configure:15787: checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15823: result: yes
configure:15964: checking dynamic linker characteristics
configure:16631: result: GNU/Linux ld.so
configure:16684: checking how to hardcode library paths into programs
configure:16709: result: immediate
configure:16772: creating ./config.lt
## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:682: creating libtool
configure:18418: checking for special C compiler options needed for large files
configure:18463: result: no
configure:18469: checking for _FILE_OFFSET_BITS value needed for large files
configure:18494: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18494: $? = 0
configure:18526: result: no
configure:18621: checking dependency style of gcc -std=gnu99
configure:18730: result: gcc3
configure:18747: checking for nm
configure:18778: result: /usr/bin/nm -B
configure:18787: checking for some Win32 platform
configure:18797: result: no
configure:19280: checking whether build environment is sane
configure:19335: result: yes
configure:19466: checking for pkg-config
configure:19484: found /usr/bin/pkg-config
configure:19496: result: /usr/bin/pkg-config
configure:19521: checking pkg-config is at least version 0.9.0
configure:19524: result: yes
configure:19534: checking for BASE_DEPENDENCIES
configure:19541: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.33.1 atk >= 2.5.3 pango >= 1.30.0 cairo >= 1.10.0 cairo-gobject >= 1.10.0 gdk-pixbuf-2.0 >= 2.26.0"
configure:19544: $? = 0
configure:19558: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.33.1 atk >= 2.5.3 pango >= 1.30.0 cairo >= 1.10.0 cairo-gobject >= 1.10.0 gdk-pixbuf-2.0 >= 2.26.0"
configure:19561: $? = 0
configure:19619: result: yes
configure:19626: checking for CAIRO_BACKEND
configure:19633: $PKG_CONFIG --exists --print-errors "$cairo_backends"
configure:19636: $? = 0
configure:19650: $PKG_CONFIG --exists --print-errors "$cairo_backends"
configure:19653: $? = 0
configure:19711: result: yes
configure:19718: checking for GMODULE
configure:19725: $PKG_CONFIG --exists --print-errors "gmodule-2.0"
configure:19728: $? = 0
configure:19742: $PKG_CONFIG --exists --print-errors "gmodule-2.0"
configure:19745: $? = 0
configure:19803: result: yes
configure:19827: checking Whether to write dependencies into .pc files
configure:19844: result: no
configure:19863: checking for perl5
configure:19896: result: no
configure:19863: checking for perl
configure:19881: found /usr/bin/perl
configure:19893: result: /usr/bin/perl
configure:19908: checking for indent
configure:19938: result: no
configure:19955: checking for lstat
configure:19955: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:19955: $? = 0
configure:19955: result: yes
configure:19955: checking for mkstemp
configure:19955: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:19955: $? = 0
configure:19955: result: yes
configure:19955: checking for flockfile
configure:19955: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:19955: $? = 0
configure:19955: result: yes
configure:19955: checking for getc_unlocked
configure:19955: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:19955: $? = 0
configure:19955: result: yes
configure:19966: checking for localtime_r
configure:19966: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:19966: $? = 0
configure:19966: result: yes
configure:19977: checking for _NL_TIME_FIRST_WEEKDAY
configure:19991: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
conftest.c: In function 'main':
conftest.c:32:6: warning: variable 'c' set but not used [-Wunused-but-set-variable]
char c;
^
configure:19991: $? = 0
configure:19998: result: yes
configure:20007: checking for _NL_MEASUREMENT_MEASUREMENT
configure:20021: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
conftest.c: In function 'main':
conftest.c:33:6: warning: variable 'c' set but not used [-Wunused-but-set-variable]
char c;
^
configure:20021: $? = 0
configure:20028: result: yes
configure:20037: checking for _NL_PAPER_HEIGHT
configure:20051: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
conftest.c: In function 'main':
conftest.c:34:6: warning: variable 'c' set but not used [-Wunused-but-set-variable]
char c;
^
configure:20051: $? = 0
configure:20058: result: yes
configure:20067: checking for _NL_PAPER_WIDTH
configure:20081: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
conftest.c: In function 'main':
conftest.c:35:6: warning: variable 'c' set but not used [-Wunused-but-set-variable]
char c;
^
configure:20081: $? = 0
configure:20088: result: yes
configure:20101: checking locale.h usability
configure:20101: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20101: $? = 0
configure:20101: result: yes
configure:20101: checking locale.h presence
configure:20101: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/locale.h:26:0,
from conftest.c:32:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:20101: $? = 0
configure:20101: result: yes
configure:20101: checking for locale.h
configure:20101: result: yes
configure:20112: checking for LC_MESSAGES
configure:20128: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:20128: $? = 0
configure:20136: result: yes
configure:20153: checking libintl.h usability
configure:20153: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20153: $? = 0
configure:20153: result: yes
configure:20153: checking libintl.h presence
configure:20153: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/libintl.h:23:0,
from conftest.c:34:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:20153: $? = 0
configure:20153: result: yes
configure:20153: checking for libintl.h
configure:20153: result: yes
configure:20161: checking for ngettext in libc
configure:20179: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:20179: $? = 0
configure:20188: result: yes
configure:20192: checking for dgettext in libc
configure:20210: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:20210: $? = 0
configure:20219: result: yes
configure:20226: checking for bind_textdomain_codeset
configure:20226: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:20226: $? = 0
configure:20226: result: yes
configure:20502: checking for msgfmt
configure:20529: result: /usr/bin/msgfmt
configure:20540: checking for dcgettext
configure:20540: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
conftest.c:59:6: warning: conflicting types for built-in function 'dcgettext' [enabled by default]
char dcgettext ();
^
configure:20540: $? = 0
configure:20540: result: yes
configure:20550: checking if msgfmt accepts -c
configure:20565: $MSGFMT -c -o /dev/null conftest.foo
configure:20568: $? = 0
configure:20570: result: yes
configure:20580: checking for gmsgfmt
configure:20611: result: /usr/bin/msgfmt
configure:20621: checking for xgettext
configure:20648: result: /usr/bin/xgettext
configure:20667: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:20667: $? = 0
configure:20749: checking for catalogs to be installed
configure:20774: result: af am ang ar as ast az az_IR be be@latin bg bn bn_IN br bs ca ca@valencia crh cs cy da de dz el en en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kg kk km kn ko ku ky lg li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@ije sr@latin sv ta te th tk tr tt ug uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW
configure:20845: checking for extra flags to get ANSI library prototypes
configure:20859: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lm >&5
configure:20859: $? = 0
configure:20859: ./conftest
configure:20859: $? = 0
configure:20860: result: none needed
configure:20895: checking for the BeOS
configure:20904: result: no
configure:20913: checking for HP-UX
configure:20922: result: no
configure:21015: checking for pkg-config
configure:21045: result: /usr/bin/pkg-config
configure:21070: checking pkg-config is at least version 0.16
configure:21073: result: yes
configure:21090: checking for GLIB - version >= 2.33.1
configure:21205: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lgobject-2.0 -lgmodule-2.0 -pthread -lrt -lglib-2.0 >&5
configure:21205: $? = 0
configure:21205: ./conftest
configure:21205: $? = 0
configure:21219: result: yes (version 2.34.3)
configure:21294: checking for bind_textdomain_codeset
configure:21294: result: yes
configure:21307: checking pwd.h usability
configure:21307: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21307: $? = 0
configure:21307: result: yes
configure:21307: checking pwd.h presence
configure:21307: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/pwd.h:26:0,
from conftest.c:40:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:21307: $? = 0
configure:21307: result: yes
configure:21307: checking for pwd.h
configure:21307: result: yes
configure:21321: checking sys/time.h usability
configure:21321: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21321: $? = 0
configure:21321: result: yes
configure:21321: checking sys/time.h presence
configure:21321: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/time.h:22:0,
from conftest.c:42:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:21321: $? = 0
configure:21321: result: yes
configure:21321: checking for sys/time.h
configure:21321: result: yes
configure:21335: checking for unistd.h
configure:21335: result: yes
configure:21349: checking ftw.h usability
configure:21349: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21349: $? = 0
configure:21349: result: yes
configure:21349: checking ftw.h presence
configure:21349: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/ftw.h:25:0,
from conftest.c:46:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:21349: $? = 0
configure:21349: result: yes
configure:21349: checking for ftw.h
configure:21349: result: yes
configure:21362: checking for GNU ftw extensions
configure:21377: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:54:5: warning: unused variable 'flags' [-Wunused-variable]
int flags = FTW_ACTIONRETVAL;
^
configure:21377: $? = 0
configure:21384: result: yes
configure:21420: checking for stdlib.h
configure:21420: result: yes
configure:21420: checking for unistd.h
configure:21420: result: yes
configure:21420: checking for sys/param.h
configure:21420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21420: $? = 0
configure:21420: result: yes
configure:21440: checking for getpagesize
configure:21440: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:21440: $? = 0
configure:21440: result: yes
configure:21449: checking for working mmap
configure:21596: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:21596: $? = 0
configure:21596: ./conftest
configure:21596: $? = 0
configure:21606: result: yes
configure:21618: checking for mallinfo
configure:21618: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:21618: $? = 0
configure:21618: result: yes
configure:21629: checking for getresuid
configure:21629: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
configure:21629: $? = 0
configure:21629: result: yes
configure:21638: checking for uid_t in sys/types.h
In file included from /usr/include/sys/types.h:25:0,
from conftest.c:57:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:21657: result: yes
configure:21670: checking for round in -lm
configure:21695: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lm >&5
conftest.c:64:6: warning: conflicting types for built-in function 'round' [enabled by default]
char round ();
^
configure:21695: $? = 0
configure:21704: result: yes
configure:21718: checking for round
configure:21718: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lm >&5
conftest.c:81:6: warning: conflicting types for built-in function 'round' [enabled by default]
char round ();
^
configure:21718: $? = 0
configure:21718: result: yes
configure:21718: checking for rint
configure:21718: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lm >&5
conftest.c:82:6: warning: conflicting types for built-in function 'rint' [enabled by default]
char rint ();
^
configure:21718: $? = 0
configure:21718: result: yes
configure:21718: checking for nearbyint
configure:21718: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lm >&5
conftest.c:83:6: warning: conflicting types for built-in function 'nearbyint' [enabled by default]
char nearbyint ();
^
configure:21718: $? = 0
configure:21718: result: yes
configure:21727: checking whether isnan is declared
configure:21727: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21727: $? = 0
configure:21727: result: yes
configure:21738: checking whether isinf is declared
configure:21738: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21738: $? = 0
configure:21738: result: yes
configure:21754: checking crt_externs.h usability
configure:21754: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:96:25: fatal error: crt_externs.h: No such file or directory
#include <crt_externs.h>
^
compilation terminated.
configure:21754: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_LIBM 1
| #define HAVE_ROUND 1
| #define HAVE_RINT 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:21754: result: no
configure:21754: checking crt_externs.h presence
configure:21754: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:63:25: fatal error: crt_externs.h: No such file or directory
#include <crt_externs.h>
^
compilation terminated.
configure:21754: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_LIBM 1
| #define HAVE_ROUND 1
| #define HAVE_RINT 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| /* end confdefs.h. */
| #include <crt_externs.h>
configure:21754: result: no
configure:21754: checking for crt_externs.h
configure:21754: result: no
configure:21766: checking for _NSGetEnviron
configure:21766: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lm >&5
/tmp/ccE8w7Qn.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `_NSGetEnviron'
collect2: error: ld returned 1 exit status
configure:21766: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_LIBM 1
| #define HAVE_ROUND 1
| #define HAVE_RINT 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| /* end confdefs.h. */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _NSGetEnviron innocuous__NSGetEnviron
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _NSGetEnviron (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _NSGetEnviron
|
| /* 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 _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
| choke me
| #endif
|
| int
| main ()
| {
| return _NSGetEnviron ();
| ;
| return 0;
| }
configure:21766: result: no
configure:21776: checking whether to build dynamic modules
configure:21792: result: yes
configure:21794: checking whether dynamic modules work
configure:21819: result: yes
configure:21840: checking immodules to build
configure:21869: result:
configure:22000: checking sys/systeminfo.h usability
configure:22000: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:97:28: fatal error: sys/systeminfo.h: No such file or directory
#include <sys/systeminfo.h>
^
compilation terminated.
configure:22000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_LIBM 1
| #define HAVE_ROUND 1
| #define HAVE_RINT 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define USE_GMODULE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systeminfo.h>
configure:22000: result: no
configure:22000: checking sys/systeminfo.h presence
configure:22000: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:64:28: fatal error: sys/systeminfo.h: No such file or directory
#include <sys/systeminfo.h>
^
compilation terminated.
configure:22000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_LIBM 1
| #define HAVE_ROUND 1
| #define HAVE_RINT 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define USE_GMODULE 1
| /* end confdefs.h. */
| #include <sys/systeminfo.h>
configure:22000: result: no
configure:22000: checking for sys/systeminfo.h
configure:22000: result: no
configure:22008: checking sys/sysinfo.h usability
configure:22008: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:22008: $? = 0
configure:22008: result: yes
configure:22008: checking sys/sysinfo.h presence
configure:22008: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/sysinfo.h:21:0,
from conftest.c:64:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:22008: $? = 0
configure:22008: result: yes
configure:22008: checking for sys/sysinfo.h
configure:22008: result: yes
configure:22030: checking for gtk-update-icon-cache
configure:22048: found /usr/bin/gtk-update-icon-cache
configure:22061: result: /usr/bin/gtk-update-icon-cache
configure:22085: checking for gdk-pixbuf-csource
configure:22103: found /usr/bin/gdk-pixbuf-csource
configure:22116: result: /usr/bin/gdk-pixbuf-csource
configure:22881: checking for XOpenDisplay
configure:22881: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lX11 -lXext -lm >&5
configure:22881: $? = 0
configure:22881: result: yes
configure:22888: checking for XextFindDisplay
configure:22888: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lX11 -lXext -lm >&5
configure:22888: $? = 0
configure:22888: result: yes
configure:22898: checking if <X11/extensions/XIproto.h> is needed for xReply
configure:22912: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:22912: $? = 0
configure:22913: result: no
configure:22958: checking for XkbQueryExtension
configure:22958: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lX11 -lXext -lm >&5
configure:22958: $? = 0
configure:22958: result: yes
configure:22973: checking for XShapeCombineMask
configure:22973: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lX11 -lXext -lm >&5
configure:22973: $? = 0
configure:22973: result: yes
configure:22985: checking for XSyncQueryExtension
configure:22985: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lX11 -lXext -lm >&5
configure:22985: $? = 0
configure:22985: result: yes
configure:22987: checking for X11/extensions/sync.h
configure:22987: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:22987: $? = 0
configure:22987: result: yes
configure:23012: checking for Xinerama packages
configure:23016: result: yes
configure:23135: checking for XGetEventData
configure:23135: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lX11 -lXext -lm >&5
configure:23135: $? = 0
configure:23135: result: yes
configure:23149: checking X11/extensions/XInput2.h usability
configure:23149: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from conftest.c:103:0:
/usr/include/X11/extensions/XInput2.h:173:22: error: conflicting types for 'BarrierEventID'
typedef unsigned int BarrierEventID;
^
In file included from /usr/include/X11/extensions/XInput2.h:33:0,
from conftest.c:103:
/usr/include/X11/extensions/Xfixes.h:274:17: note: previous declaration of 'BarrierEventID' was here
typedef int32_t BarrierEventID;
^
configure:23149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_LIBM 1
| #define HAVE_ROUND 1
| #define HAVE_RINT 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define USE_GMODULE 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define HAVE_XGENERICEVENTS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <X11/extensions/XInput2.h>
configure:23149: result: no
configure:23149: checking X11/extensions/XInput2.h presence
configure:23149: gcc -std=gnu99 -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/types.h:25:0,
from /usr/include/X11/Xlib.h:38,
from /usr/include/X11/extensions/XInput2.h:30,
from conftest.c:70:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
configure:23149: $? = 0
configure:23149: result: yes
configure:23149: WARNING: X11/extensions/XInput2.h: present but cannot be compiled
configure:23149: WARNING: X11/extensions/XInput2.h: check for missing prerequisite headers?
configure:23149: WARNING: X11/extensions/XInput2.h: see the Autoconf documentation
configure:23149: WARNING: X11/extensions/XInput2.h: section "Present But Cannot Be Compiled"
configure:23149: WARNING: X11/extensions/XInput2.h: proceeding with the compiler's result
configure:23149: checking for X11/extensions/XInput2.h
configure:23149: result: no
configure:23164: checking for XIAllowTouchEvents
configure:23164: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lX11 -lXext -lm -lXi >&5
configure:23164: $? = 0
configure:23164: result: yes
configure:23166: checking for XIScrollClassInfo.number
configure:23166: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from conftest.c:70:0:
/usr/include/X11/extensions/XInput2.h:173:22: error: conflicting types for 'BarrierEventID'
typedef unsigned int BarrierEventID;
^
In file included from /usr/include/X11/extensions/XInput2.h:33:0,
from conftest.c:70:
/usr/include/X11/extensions/Xfixes.h:274:17: note: previous declaration of 'BarrierEventID' was here
typedef int32_t BarrierEventID;
^
configure:23166: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_LIBM 1
| #define HAVE_ROUND 1
| #define HAVE_RINT 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define USE_GMODULE 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define HAVE_XGENERICEVENTS 1
| /* end confdefs.h. */
| #include <X11/extensions/XInput2.h>
|
| int
| main ()
| {
| static XIScrollClassInfo ac_aggr;
| if (ac_aggr.number)
| return 0;
| ;
| return 0;
| }
configure:23166: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from conftest.c:70:0:
/usr/include/X11/extensions/XInput2.h:173:22: error: conflicting types for 'BarrierEventID'
typedef unsigned int BarrierEventID;
^
In file included from /usr/include/X11/extensions/XInput2.h:33:0,
from conftest.c:70:
/usr/include/X11/extensions/Xfixes.h:274:17: note: previous declaration of 'BarrierEventID' was here
typedef int32_t BarrierEventID;
^
configure:23166: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.6.4"
| #define PACKAGE_STRING "gtk+ 3.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
| #define PACKAGE_URL ""
| #define GETTEXT_PACKAGE "gtk30"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE__NL_TIME_FIRST_WEEKDAY 1
| #define HAVE__NL_MEASUREMENT_MEASUREMENT 1
| #define HAVE__NL_PAPER_HEIGHT 1
| #define HAVE__NL_PAPER_WIDTH 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FTW_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GNU_FTW 1
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_LIBM 1
| #define HAVE_ROUND 1
| #define HAVE_RINT 1
| #define HAVE_NEARBYINT 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define USE_GMODULE 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define HAVE_XGENERICEVENTS 1
| /* end confdefs.h. */
| #include <X11/extensions/XInput2.h>
|
| int
| main ()
| {
| static XIScrollClassInfo ac_aggr;
| if (sizeof ac_aggr.number)
| return 0;
| ;
| return 0;
| }
configure:23166: result: no
configure:23189: error: *** XInput2 extension not found. Check 'config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ATK_CFLAGS_set=
ac_cv_env_ATK_CFLAGS_value=
ac_cv_env_ATK_LIBS_set=
ac_cv_env_ATK_LIBS_value=
ac_cv_env_BASE_DEPENDENCIES_CFLAGS_set=
ac_cv_env_BASE_DEPENDENCIES_CFLAGS_value=
ac_cv_env_BASE_DEPENDENCIES_LIBS_set=
ac_cv_env_BASE_DEPENDENCIES_LIBS_value=
ac_cv_env_CAIRO_BACKEND_CFLAGS_set=
ac_cv_env_CAIRO_BACKEND_CFLAGS_value=
ac_cv_env_CAIRO_BACKEND_LIBS_set=
ac_cv_env_CAIRO_BACKEND_LIBS_value=
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4'
ac_cv_env_COLORD_CFLAGS_set=
ac_cv_env_COLORD_CFLAGS_value=
ac_cv_env_COLORD_LIBS_set=
ac_cv_env_COLORD_LIBS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GDK_DEP_CFLAGS_set=
ac_cv_env_GDK_DEP_CFLAGS_value=
ac_cv_env_GDK_DEP_LIBS_set=
ac_cv_env_GDK_DEP_LIBS_value=
ac_cv_env_GMODULE_CFLAGS_set=
ac_cv_env_GMODULE_CFLAGS_value=
ac_cv_env_GMODULE_LIBS_set=
ac_cv_env_GMODULE_LIBS_value=
ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
ac_cv_env_GTKDOC_DEPS_LIBS_set=
ac_cv_env_GTKDOC_DEPS_LIBS_value=
ac_cv_env_GTK_DEP_CFLAGS_set=
ac_cv_env_GTK_DEP_CFLAGS_value=
ac_cv_env_GTK_DEP_LIBS_set=
ac_cv_env_GTK_DEP_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_XGetEventData=yes
ac_cv_func_XIAllowTouchEvents=yes
ac_cv_func_XOpenDisplay=yes
ac_cv_func_XShapeCombineMask=yes
ac_cv_func_XSyncQueryExtension=yes
ac_cv_func_XextFindDisplay=yes
ac_cv_func_XkbQueryExtension=yes
ac_cv_func__NSGetEnviron=no
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_flockfile=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getresuid=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat=yes
ac_cv_func_mallinfo=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nearbyint=yes
ac_cv_func_rint=yes
ac_cv_func_round=yes
ac_cv_have_decl_isinf=yes
ac_cv_have_decl_isnan=yes
ac_cv_header_X11_extensions_XInput2_h=no
ac_cv_header_X11_extensions_sync_h=yes
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pwd_h=yes
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_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_m_round=yes
ac_cv_member_XIScrollClassInfo_number=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GDK_PIXBUF_CSOURCE=/usr/bin/gdk-pixbuf-csource
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GTK_UPDATE_ICON_CACHE=/usr/bin/gtk-update-icon-cache
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_NM='/usr/bin/nm -B'
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_uid_t=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
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_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_BASE_DEPENDENCIES_CFLAGS='-pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng15 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
pkg_cv_BASE_DEPENDENCIES_LIBS='-latk-1.0 -lpango-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_CAIRO_BACKEND_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng15 '
pkg_cv_CAIRO_BACKEND_LIBS='-lX11 -lXext -lcairo '
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lrt -lglib-2.0 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/jesse/archbuilds/Unity-for-Arch/gtk3-ubuntu/src/gtk+-3.6.4/build-aux/missing aclocal-1.13'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
ATK_CFLAGS=''
ATK_LIBS=''
ATK_PREFIX=''
ATK_REQUIRED_VERSION='2.5.3'
AUTOCONF='${SHELL} /home/jesse/archbuilds/Unity-for-Arch/gtk3-ubuntu/src/gtk+-3.6.4/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/jesse/archbuilds/Unity-for-Arch/gtk3-ubuntu/src/gtk+-3.6.4/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/jesse/archbuilds/Unity-for-Arch/gtk3-ubuntu/src/gtk+-3.6.4/build-aux/missing automake-1.13'
AWK='gawk'
BASE_DEPENDENCIES_CFLAGS='-pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng15 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
BASE_DEPENDENCIES_LIBS='-latk-1.0 -lpango-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 '
BUILD_DYNAMIC_MODULES_FALSE='#'
BUILD_DYNAMIC_MODULES_TRUE=''
BUILD_ICON_CACHE_FALSE=''
BUILD_ICON_CACHE_TRUE='#'
CAIRO_BACKEND_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng15 '
CAIRO_BACKEND_LIBS='-lX11 -lXext -lcairo '
CAIRO_PREFIX=''
CAIRO_REQUIRED_VERSION='1.10.0'
CATALOGS=' af.gmo am.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo ca@valencia.gmo crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo io.gmo is.gmo it.gmo ja.gmo ka.gmo kg.gmo kk.gmo km.gmo kn.gmo ko.gmo ku.gmo ky.gmo lg.gmo li.gmo lt.gmo lv.gmo mai.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo nso.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@ije.gmo sr@latin.gmo sv.gmo ta.gmo te.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo uz@cyrillic.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='gcc -std=gnu99'
CCAS='gcc -std=gnu99'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4'
CCDEPMODE='depmode=gcc3'
CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall'
COLORD_CFLAGS=''
COLORD_LIBS=''
CPP='gcc -std=gnu99 -E'
CPPFLAGS='-D_FORTIFY_SOURCE=2 '
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CUPS_API_MAJOR=''
CUPS_API_MINOR=''
CUPS_CFLAGS=''
CUPS_CONFIG=''
CUPS_LIBS=''
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
DISABLE_ON_QUARTZ=''
DISABLE_ON_W32=''
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
ENABLE_PACKAGEKIT_FALSE=''
ENABLE_PACKAGEKIT_TRUE=''
EXEEXT=''
EXE_MANIFEST_ARCHITECTURE='X86'
FGREP='/usr/bin/grep -F'
GAIL_INET_LIBS=''
GAIL_LT_CURRENT_MINUS_AGE='0'
GAIL_LT_VERSION_INFO='0:0:0'
GDK_BACKENDS='x11 broadway wayland'
GDK_DEP_CFLAGS=''
GDK_DEP_LIBS=''
GDK_EXTRA_CFLAGS=''
GDK_EXTRA_LIBS=' -lz'
GDK_PACKAGES=''
GDK_PIXBUF_CSOURCE='/usr/bin/gdk-pixbuf-csource'
GDK_PIXBUF_LIBS=''
GDK_PIXBUF_REQUIRED_VERSION='2.26.0'
GDK_PRIVATE_PACKAGES=''
GETTEXT_PACKAGE='gtk30'
GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GLIB_COMPILE_RESOURCES='glib-compile-resources'
GLIB_COMPILE_SCHEMAS=''
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-lgobject-2.0 -lgmodule-2.0 -pthread -lrt -lglib-2.0 '
GLIB_MKENUMS='glib-mkenums'
GLIB_PREFIX=''
GLIB_REQUIRED_VERSION='2.33.1'
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lrt -lglib-2.0 '
GMOFILES=' af.gmo am.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo ca@valencia.gmo crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo io.gmo is.gmo it.gmo ja.gmo ka.gmo kg.gmo kk.gmo km.gmo kn.gmo ko.gmo ku.gmo ky.gmo lg.gmo li.gmo lt.gmo lv.gmo mai.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo nso.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@ije.gmo sr@latin.gmo sv.gmo ta.gmo te.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo uz@cyrillic.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
GMSGFMT='/usr/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GREP='/usr/bin/grep'
GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
GSETTINGS_RULES=''
GTKDOC_CHECK=''
GTKDOC_DEPS_CFLAGS=''
GTKDOC_DEPS_LIBS=''
GTKDOC_MKPDF=''
GTKDOC_REBASE=''
GTK_API_VERSION='3.0'
GTK_BINARY_AGE='604'
GTK_BINARY_VERSION='3.0.0'
GTK_DEBUG_FLAGS='-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS'
GTK_DEP_CFLAGS=''
GTK_DEP_LIBS=''
GTK_DOC_BUILD_HTML_FALSE=''
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE=''
GTK_DOC_USE_REBASE_TRUE=''
GTK_EXTRA_CFLAGS=''
GTK_EXTRA_LIBS=''
GTK_INTERFACE_AGE='4'
GTK_LINK_FLAGS=''
GTK_MAJOR_VERSION='3'
GTK_MICRO_VERSION='4'
GTK_MINOR_VERSION='6'
GTK_PACKAGES=''
GTK_PRIVATE_PACKAGES=''
GTK_UPDATE_ICON_CACHE='/usr/bin/gtk-update-icon-cache'
GTK_VERSION='3.6.4'
GTK_XIM_FLAGS=''
HAVE_COLORD_FALSE=''
HAVE_COLORD_TRUE=''
HAVE_CUPS_FALSE=''
HAVE_CUPS_TRUE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_HTTP_AUTHSTRING=''
HAVE_INCLUDED_IMMMODULES_FALSE=''
HAVE_INCLUDED_IMMMODULES_TRUE='#'
HAVE_INTROSPECTION_FALSE=''
HAVE_INTROSPECTION_TRUE=''
HAVE_OBJC_FALSE=''
HAVE_OBJC_TRUE='#'
HAVE_PAPI_CUPS_FALSE=''
HAVE_PAPI_CUPS_TRUE=''
HAVE_PAPI_FALSE=''
HAVE_PAPI_TRUE=''
HTML_DIR=''
INCLUDED_IMMODULE_DEFINE=''
INCLUDED_IMMODULE_OBJ=''
INCLUDE_IM_AM_ET_FALSE=''
INCLUDE_IM_AM_ET_TRUE='#'
INCLUDE_IM_CEDILLA_FALSE=''
INCLUDE_IM_CEDILLA_TRUE='#'
INCLUDE_IM_CYRILLIC_TRANSLIT_FALSE=''
INCLUDE_IM_CYRILLIC_TRANSLIT_TRUE='#'
INCLUDE_IM_IME_FALSE=''
INCLUDE_IM_IME_TRUE='#'
INCLUDE_IM_INUKTITUT_FALSE=''
INCLUDE_IM_INUKTITUT_TRUE='#'
INCLUDE_IM_IPA_FALSE=''
INCLUDE_IM_IPA_TRUE='#'
INCLUDE_IM_MULTIPRESS_FALSE=''
INCLUDE_IM_MULTIPRESS_TRUE='#'
INCLUDE_IM_THAI_FALSE=''
INCLUDE_IM_THAI_TRUE='#'
INCLUDE_IM_TI_ER_FALSE=''
INCLUDE_IM_TI_ER_TRUE='#'
INCLUDE_IM_TI_ET_FALSE=''
INCLUDE_IM_TI_ET_TRUE='#'
INCLUDE_IM_VIQR_FALSE=''
INCLUDE_IM_VIQR_TRUE='#'
INCLUDE_IM_XIM_FALSE=''
INCLUDE_IM_XIM_TRUE='#'
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTROSPECTION_CFLAGS=''
INTROSPECTION_COMPILER=''
INTROSPECTION_GENERATE=''
INTROSPECTION_GIRDIR=''
INTROSPECTION_LIBS=''
INTROSPECTION_MAKEFILE=''
INTROSPECTION_REQUIRED_VERSION='1.32.0'
INTROSPECTION_SCANNER=''
INTROSPECTION_TYPELIBDIR=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro'
LIBOBJS=''
LIBS=' -lX11 -lXext -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
LIB_EXE_MACHINE_FLAG='X86'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_CURRENT_MINUS_AGE='0'
LT_VERSION_INFO='600:4:600'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/jesse/archbuilds/Unity-for-Arch/gtk3-ubuntu/src/gtk+-3.6.4/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MATH_LIB='-lm'
MKDIR_P='/usr/bin/mkdir -p'
MKINSTALLDIRS='build-aux/mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OS_LINUX_FALSE='#'
OS_LINUX_TRUE=''
OS_UNIX_FALSE='#'
OS_UNIX_TRUE=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='gtk+'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B'
PACKAGE_NAME='gtk+'
PACKAGE_STRING='gtk+ 3.6.4'
PACKAGE_TARNAME='gtk+'
PACKAGE_URL=''
PACKAGE_VERSION='3.6.4'
PANGO_PREFIX=''
PANGO_REQUIRED_VERSION='1.30.0'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' af.po am.po ang.po ar.po as.po ast.po az.po az_IR.po be.po be@latin.po bg.po bn.po bn_IN.po br.po bs.po ca.po ca@valencia.po crh.po cs.po cy.po da.po de.po dz.po el.po en.po en_CA.po en_GB.po en@shaw.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po hy.po ia.po id.po io.po is.po it.po ja.po ka.po kg.po kk.po km.po kn.po ko.po ku.po ky.po lg.po li.po lt.po lv.po mai.po mi.po mk.po ml.po mn.po mr.po ms.po my.po nb.po nds.po ne.po nl.po nn.po nso.po oc.po or.po pa.po pl.po ps.po pt.po pt_BR.po ro.po ru.po rw.po si.po sk.po sl.po sq.po sr.po sr@ije.po sr@latin.po sv.po ta.po te.po th.po tk.po tr.po tt.po ug.po uk.po ur.po uz.po uz@cyrillic.po vi.po wa.po xh.po yi.po zh_CN.po zh_HK.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
REBUILD=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TEST_PRINT_BACKEND_FALSE=''
TEST_PRINT_BACKEND_TRUE=''
USE_BROADWAY_FALSE='#'
USE_BROADWAY_TRUE=''
USE_EXTERNAL_ICON_CACHE_FALSE='#'
USE_EXTERNAL_ICON_CACHE_TRUE=''
USE_NLS='yes'
USE_QUARTZ_FALSE=''
USE_QUARTZ_TRUE='#'
USE_WAYLAND_FALSE='#'
USE_WAYLAND_TRUE=''
USE_WIN32_FALSE=''
USE_WIN32_TRUE='#'
USE_X11_FALSE=''
USE_X11_TRUE=''
VERSION='3.6.4'
WINDRES=''
XGETTEXT='/usr/bin/xgettext'
XMKMF=''
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='c++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gsettingsschemadir=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jesse/archbuilds/Unity-for-Arch/gtk3-ubuntu/src/gtk+-3.6.4/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='/usr/share/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gtk+"
#define PACKAGE_TARNAME "gtk+"
#define PACKAGE_VERSION "3.6.4"
#define PACKAGE_STRING "gtk+ 3.6.4"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
#define PACKAGE_URL ""
#define GETTEXT_PACKAGE "gtk30"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define GTK_COMPILED_WITH_DEBUGGING "minimum"
#define HAVE_LSTAT 1
#define HAVE_MKSTEMP 1
#define HAVE_FLOCKFILE 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_LOCALTIME_R 1
#define HAVE__NL_TIME_FIRST_WEEKDAY 1
#define HAVE__NL_MEASUREMENT_MEASUREMENT 1
#define HAVE__NL_PAPER_HEIGHT 1
#define HAVE__NL_PAPER_WIDTH 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define GTK_LOCALEDIR "/usr/share/locale"
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_PWD_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FTW_H 1
#define HAVE_FTW_H 1
#define HAVE_GNU_FTW 1
#define GLIB_DISABLE_DEPRECATION_WARNINGS 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MALLINFO 1
#define HAVE_GETRESUID 1
#define HAVE_LIBM 1
#define HAVE_ROUND 1
#define HAVE_RINT 1
#define HAVE_NEARBYINT 1
#define HAVE_DECL_ISNAN 1
#define HAVE_DECL_ISINF 1
#define USE_GMODULE 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_XKB 1
#define HAVE_XSYNC 1
#define HAVE_XFREE_XINERAMA 1
#define HAVE_XINERAMA 1
#define HAVE_XGENERICEVENTS 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment