GTK+ 3.0.9 installation issue on Ubuntu 10.10



Hello there,

I'm not sure whether i did something wrong, but i failed installing GTK+ 3.0.9 on my Ubuntu 10.10.
I followed the online instructions and i installed all the prerequisite libraries (latest versions of Glib, Pango, Pixbuf, Atk and tiff4-dev). I believe the configuration went fine as it didn't return any error. As i ran make and make install however, the last few lines contained the word "error" but the message was too obscure for me to determine its nature. Eventually i tested the pkg-config --cflags gtk+-3.0 command but it returned:

benjamin@vidya:~/Desktop/gtk+-3.0.9$ pkg-config --cflags gtk+-3.0
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found

I am not sure as to how i am to do what is advised. Please find three attachments enclosed: the configuration log and a copy of what make and make-install returned.

Thanks for helping, you can also join me through Skype, my username is jesuisbenjamin.

Regards,
Benjamin
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.0.9, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = vidya
uname -m = i686
uname -r = 2.6.35-28-generic
uname -s = Linux
uname -v = #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011

/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: /opt/gtk/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2783: checking for a BSD-compatible install
configure:2851: result: /usr/bin/install -c
configure:2862: checking whether build environment is sane
configure:2912: result: yes
configure:3053: checking for a thread-safe mkdir -p
configure:3092: result: /bin/mkdir -p
configure:3105: checking for gawk
configure:3121: found /usr/bin/gawk
configure:3132: result: gawk
configure:3143: checking whether make sets $(MAKE)
configure:3165: result: yes
configure:3237: checking whether to disable maintainer-specific portions of Makefiles
configure:3246: result: yes
configure:3378: checking for gcc
configure:3394: found /usr/bin/gcc
configure:3405: result: gcc
configure:3634: checking for C compiler version
configure:3643: gcc --version >&5
gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
Copyright (C) 2010 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:3654: $? = 0
configure:3643: gcc -v >&5
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) 
configure:3654: $? = 0
configure:3643: gcc -V >&5
gcc: '-V' option must have argument
configure:3654: $? = 1
configure:3643: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3654: $? = 1
configure:3674: checking whether the C compiler works
configure:3696: gcc  -I/opt/gtk/include -L/opt/gtk/lib conftest.c  >&5
configure:3700: $? = 0
configure:3748: result: yes
configure:3751: checking for C compiler default output file name
configure:3753: result: a.out
configure:3759: checking for suffix of executables
configure:3766: gcc -o conftest  -I/opt/gtk/include -L/opt/gtk/lib conftest.c  >&5
configure:3770: $? = 0
configure:3792: result: 
configure:3814: checking whether we are cross compiling
configure:3822: gcc -o conftest  -I/opt/gtk/include -L/opt/gtk/lib conftest.c  >&5
configure:3826: $? = 0
configure:3833: ./conftest
configure:3837: $? = 0
configure:3852: result: no
configure:3857: checking for suffix of object files
configure:3879: gcc -c  -I/opt/gtk/include conftest.c >&5
configure:3883: $? = 0
configure:3904: result: o
configure:3908: checking whether we are using the GNU C compiler
configure:3927: gcc -c  -I/opt/gtk/include conftest.c >&5
configure:3927: $? = 0
configure:3936: result: yes
configure:3945: checking whether gcc accepts -g
configure:3965: gcc -c -g -I/opt/gtk/include conftest.c >&5
configure:3965: $? = 0
configure:4006: result: yes
configure:4023: checking for gcc option to accept ISO C89
configure:4087: gcc  -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:4087: $? = 0
configure:4100: result: none needed
configure:4131: checking for style of include used by make
configure:4159: result: GNU
configure:4184: checking dependency style of gcc
configure:4294: result: gcc3
configure:4310: checking whether gcc and cc understand -c and -o together
configure:4341: gcc -c conftest.c -o conftest2.o >&5
configure:4345: $? = 0
configure:4351: gcc -c conftest.c -o conftest2.o >&5
configure:4355: $? = 0
configure:4366: cc -c conftest.c >&5
configure:4370: $? = 0
configure:4378: cc -c conftest.c -o conftest2.o >&5
configure:4382: $? = 0
configure:4388: cc -c conftest.c -o conftest2.o >&5
configure:4392: $? = 0
configure:4410: result: yes
configure:4424: checking for gcc option to accept ISO C99
configure:4573: gcc  -c -g -O2 -I/opt/gtk/include conftest.c >&5
conftest.c:59: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:113: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:113: error: 'newvar' undeclared (first use in this function)
conftest.c:113: error: (Each undeclared identifier is reported only once
conftest.c:113: error: for each function it appears in.)
conftest.c:123: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:123: note: use option -std=c99 or -std=gnu99 to compile your code
configure:4573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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:4573: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:4573: $? = 0
configure:4593: result: -std=gnu99
configure:4695: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:4709: result: -std=gnu99
configure:4714: checking whether make sets $(MAKE)
configure:4736: result: yes
configure:4759: checking build system type
configure:4773: result: i686-pc-linux-gnu
configure:4793: checking host system type
configure:4806: result: i686-pc-linux-gnu
configure:4828: checking for native Win32
configure:4848: result: no
configure:4909: checking for c++
configure:4925: found /usr/bin/c++
configure:4936: result: c++
configure:5079: checking for C++ compiler version
configure:5088: c++ --version >&5
c++ (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
Copyright (C) 2010 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:5099: $? = 0
configure:5088: c++ -v >&5
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) 
configure:5099: $? = 0
configure:5088: c++ -V >&5
c++: '-V' option must have argument
configure:5099: $? = 1
configure:5088: c++ -qversion >&5
c++: unrecognized option '-qversion'
c++: no input files
configure:5099: $? = 1
configure:5103: checking whether we are using the GNU C++ compiler
configure:5122: c++ -c  -I/opt/gtk/include conftest.cpp >&5
configure:5122: $? = 0
configure:5131: result: yes
configure:5140: checking whether c++ accepts -g
configure:5160: c++ -c -g -I/opt/gtk/include conftest.cpp >&5
configure:5160: $? = 0
configure:5201: result: yes
configure:5226: checking dependency style of c++
configure:5336: result: gcc3
configure:5363: c++ -c -g -O2 -I/opt/gtk/include conftest.cpp >&5
configure:5363: $? = 0
configure:5391: c++ -c -g -O2 -x objective-c++ -I/opt/gtk/include conftest.cpp >&5
c++: error trying to exec 'cc1objplus': execvp: No such file or directory
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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:5473: checking how to print strings
configure:5500: result: printf
configure:5521: checking for a sed that does not truncate output
configure:5585: result: /bin/sed
configure:5603: checking for grep that handles long lines and -e
configure:5661: result: /bin/grep
configure:5666: checking for egrep
configure:5728: result: /bin/grep -E
configure:5733: checking for fgrep
configure:5795: result: /bin/grep -F
configure:5830: checking for ld used by gcc -std=gnu99
configure:5897: result: /usr/bin/ld
configure:5904: checking if the linker (/usr/bin/ld) is GNU ld
configure:5919: result: yes
configure:5931: checking for BSD- or MS-compatible name lister (nm)
configure:5980: result: /usr/bin/nm -B
configure:6110: checking the name lister (/usr/bin/nm -B) interface
configure:6117: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:6120: /usr/bin/nm -B "conftest.o"
configure:6123: output
00000000 B some_variable
configure:6130: result: BSD nm
configure:6133: checking whether ln -s works
configure:6137: result: yes
configure:6145: checking the maximum length of command line arguments
configure:6270: result: 1572864
configure:6287: checking whether the shell understands some XSI constructs
configure:6297: result: yes
configure:6301: checking whether the shell understands "+="
configure:6307: result: yes
configure:6342: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
configure:6382: result: func_convert_file_noop
configure:6389: checking how to convert i686-pc-linux-gnu file names to toolchain format
configure:6409: result: func_convert_file_noop
configure:6416: checking for /usr/bin/ld option to reload object files
configure:6423: result: -r
configure:6497: checking for objdump
configure:6513: found /usr/bin/objdump
configure:6524: result: objdump
configure:6553: checking how to recognize dependent libraries
configure:6755: result: pass_all
configure:6840: checking for dlltool
configure:6870: result: no
configure:6897: checking how to associate runtime and link libraries
configure:6924: result: printf %s\n
configure:6985: checking for ar
configure:7001: found /usr/bin/ar
configure:7012: result: ar
configure:7049: checking for archiver @FILE support
configure:7066: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:7066: $? = 0
configure:7069: ar cru libconftest.a @conftest.lst >&5
configure:7072: $? = 0
configure:7077: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7080: $? = 1
configure:7092: result: @
configure:7150: checking for strip
configure:7166: found /usr/bin/strip
configure:7177: result: strip
configure:7249: checking for ranlib
configure:7265: found /usr/bin/ranlib
configure:7276: result: ranlib
configure:7378: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
configure:7497: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:7500: $? = 0
configure:7504: /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:7507: $? = 0
configure:7573: gcc -std=gnu99 -o conftest -g -O2 -I/opt/gtk/include -L/opt/gtk/lib conftest.c conftstm.o >&5
configure:7576: $? = 0
configure:7614: result: ok
configure:7651: checking for sysroot
configure:7681: result: no
configure:7924: checking for mt
configure:7940: found /bin/mt
configure:7951: result: mt
configure:7974: checking if mt is a manifest tool
configure:7980: mt '-?'
configure:7988: result: no
configure:8620: checking how to run the C preprocessor
configure:8651: gcc -std=gnu99 -E -I/opt/gtk/include conftest.c
configure:8651: $? = 0
configure:8665: gcc -std=gnu99 -E -I/opt/gtk/include conftest.c
conftest.c:10: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8665: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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:8690: result: gcc -std=gnu99 -E
configure:8710: gcc -std=gnu99 -E -I/opt/gtk/include conftest.c
configure:8710: $? = 0
configure:8724: gcc -std=gnu99 -E -I/opt/gtk/include conftest.c
conftest.c:10: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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:8753: checking for ANSI C header files
configure:8773: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8773: $? = 0
configure:8846: gcc -std=gnu99 -o conftest -g -O2 -I/opt/gtk/include -L/opt/gtk/lib conftest.c  >&5
configure:8846: $? = 0
configure:8846: ./conftest
configure:8846: $? = 0
configure:8857: result: yes
configure:8870: checking for sys/types.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8870: checking for sys/stat.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8870: checking for stdlib.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8870: checking for string.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8870: checking for memory.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8870: checking for strings.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8870: checking for inttypes.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8870: checking for stdint.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8870: checking for unistd.h
configure:8870: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:8884: checking for dlfcn.h
configure:8884: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:8884: $? = 0
configure:8884: result: yes
configure:9378: checking for objdir
configure:9393: result: .libs
configure:9664: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:9682: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9686: $? = 0
configure:9699: result: no
configure:10009: checking for gcc -std=gnu99 option to produce PIC
configure:10016: result: -fPIC -DPIC
configure:10024: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
configure:10042: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include -fPIC -DPIC -DPIC conftest.c >&5
configure:10046: $? = 0
configure:10059: result: yes
configure:10088: checking if gcc -std=gnu99 static flag -static works
configure:10116: result: yes
configure:10131: checking if gcc -std=gnu99 supports -c -o file.o
configure:10152: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include -o out/conftest2.o conftest.c >&5
configure:10156: $? = 0
configure:10178: result: yes
configure:10186: checking if gcc -std=gnu99 supports -c -o file.o
configure:10233: result: yes
configure:10266: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries
configure:11424: result: yes
configure:11461: checking whether -lc should be explicitly linked in
configure:11469: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:11472: $? = 0
configure:11487: gcc -std=gnu99 -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:11490: $? = 0
configure:11504: result: no
configure:11669: checking dynamic linker characteristics
configure:12183: gcc -std=gnu99 -o conftest -g -O2 -I/opt/gtk/include -L/opt/gtk/lib -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:12183: $? = 0
configure:12409: result: GNU/Linux ld.so
configure:12516: checking how to hardcode library paths into programs
configure:12541: result: immediate
configure:13081: checking whether stripping libraries is possible
configure:13086: result: yes
configure:13121: checking if libtool supports shared libraries
configure:13123: result: yes
configure:13126: checking whether to build shared libraries
configure:13147: result: yes
configure:13150: checking whether to build static libraries
configure:13154: result: no
configure:13177: checking how to run the C++ preprocessor
configure:13204: c++ -E -I/opt/gtk/include conftest.cpp
configure:13204: $? = 0
configure:13218: c++ -E -I/opt/gtk/include conftest.cpp
conftest.cpp:22: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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:13243: result: c++ -E
configure:13263: c++ -E -I/opt/gtk/include conftest.cpp
configure:13263: $? = 0
configure:13277: c++ -E -I/opt/gtk/include conftest.cpp
conftest.cpp:22: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13277: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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:13447: checking for ld used by c++
configure:13514: result: /usr/bin/ld
configure:13521: checking if the linker (/usr/bin/ld) is GNU ld
configure:13536: result: yes
configure:13591: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:14595: result: yes
configure:14630: c++ -c -g -O2 -I/opt/gtk/include conftest.cpp >&5
configure:14633: $? = 0
configure:15153: checking for c++ option to produce PIC
configure:15160: result: -fPIC -DPIC
configure:15168: checking if c++ PIC flag -fPIC -DPIC works
configure:15186: c++ -c -g -O2 -I/opt/gtk/include -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15190: $? = 0
configure:15203: result: yes
configure:15226: checking if c++ static flag -static works
configure:15254: result: yes
configure:15266: checking if c++ supports -c -o file.o
configure:15287: c++ -c -g -O2 -I/opt/gtk/include -o out/conftest2.o conftest.cpp >&5
configure:15291: $? = 0
configure:15313: result: yes
configure:15318: checking if c++ supports -c -o file.o
configure:15365: result: yes
configure:15395: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:15429: result: yes
configure:15572: checking dynamic linker characteristics
configure:16246: result: GNU/Linux ld.so
configure:16299: checking how to hardcode library paths into programs
configure:16324: result: immediate
configure:16385: creating ./config.lt

## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:695: creating libtool
configure:18050: checking for special C compiler options needed for large files
configure:18095: result: no
configure:18101: checking for _FILE_OFFSET_BITS value needed for large files
configure:18126: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
conftest.c:28: warning: left shift count >= width of type
conftest.c:28: warning: left shift count >= width of type
conftest.c:30: error: size of array 'off_t_is_large' is negative
configure:18126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:18150: gcc -std=gnu99 -c -g -O2 -I/opt/gtk/include conftest.c >&5
configure:18150: $? = 0
configure:18158: result: 64
configure:18251: checking dependency style of gcc -std=gnu99
configure:18359: result: gcc3
configure:18376: checking for nm
configure:18407: result: /usr/bin/nm -B
configure:18416: checking for some Win32 platform
configure:18426: result: no
configure:18818: checking whether build environment is sane
configure:18868: result: yes
configure:18990: checking for pkg-config
configure:19008: found /usr/bin/pkg-config
configure:19020: result: /usr/bin/pkg-config
configure:19045: checking pkg-config is at least version 0.9.0
configure:19048: result: yes
configure:19058: checking for BASE_DEPENDENCIES
configure:19065: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.28.0    atk >= 1.30    pango >= 1.24.0    cairo >= 1.10.0    cairo-gobject >= 1.10.0    gdk-pixbuf-2.0 >= 2.22.0"
configure:19068: $? = 0
configure:19081: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.28.0    atk >= 1.30    pango >= 1.24.0    cairo >= 1.10.0    cairo-gobject >= 1.10.0    gdk-pixbuf-2.0 >= 2.22.0"
configure:19084: $? = 0
configure:19143: result: yes
configure:19150: checking for CAIRO_BACKEND
configure:19157: $PKG_CONFIG --exists --print-errors "$cairo_backends"
configure:19160: $? = 0
configure:19173: $PKG_CONFIG --exists --print-errors "$cairo_backends"
configure:19176: $? = 0
configure:19235: result: yes
configure:19259: checking Whether to write dependencies into .pc files
configure:19276: result: no
configure:19295: checking for perl5
configure:19328: result: no
configure:19295: checking for perl
configure:19313: found /usr/bin/perl
configure:19325: result: /usr/bin/perl
configure:19340: checking for indent
configure:19370: result: no
configure:19387: checking for lstat
configure:19387: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19387: $? = 0
configure:19387: result: yes
configure:19387: checking for mkstemp
configure:19387: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19387: $? = 0
configure:19387: result: yes
configure:19387: checking for flockfile
configure:19387: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19387: $? = 0
configure:19387: result: yes
configure:19387: checking for getc_unlocked
configure:19387: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19387: $? = 0
configure:19387: result: yes
configure:19398: checking for localtime_r
configure:19398: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19398: $? = 0
configure:19398: result: yes
configure:19409: checking for _NL_TIME_FIRST_WEEKDAY
configure:19423: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19423: $? = 0
configure:19430: result: yes
configure:19439: checking for _NL_MEASUREMENT_MEASUREMENT
configure:19453: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19453: $? = 0
configure:19460: result: yes
configure:19469: checking for _NL_PAPER_HEIGHT
configure:19483: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19483: $? = 0
configure:19490: result: yes
configure:19499: checking for _NL_PAPER_WIDTH
configure:19513: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19513: $? = 0
configure:19520: result: yes
configure:19533: checking locale.h usability
configure:19533: gcc -std=gnu99 -c -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:19533: $? = 0
configure:19533: result: yes
configure:19533: checking locale.h presence
configure:19533: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
configure:19533: $? = 0
configure:19533: result: yes
configure:19533: checking for locale.h
configure:19533: result: yes
configure:19544: checking for LC_MESSAGES
configure:19560: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19560: $? = 0
configure:19568: result: yes
configure:19585: checking libintl.h usability
configure:19585: gcc -std=gnu99 -c -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:19585: $? = 0
configure:19585: result: yes
configure:19585: checking libintl.h presence
configure:19585: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
configure:19585: $? = 0
configure:19585: result: yes
configure:19585: checking for libintl.h
configure:19585: result: yes
configure:19593: checking for ngettext in libc
configure:19611: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19611: $? = 0
configure:19620: result: yes
configure:19624: checking for dgettext in libc
configure:19642: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19642: $? = 0
configure:19651: result: yes
configure:19658: checking for bind_textdomain_codeset
configure:19658: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c  >&5
configure:19658: $? = 0
configure:19658: result: yes
configure:19934: checking for msgfmt
configure:19961: result: /usr/bin/msgfmt
configure:19972: checking for dcgettext
configure:19972: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c   >&5
conftest.c:60: warning: conflicting types for built-in function 'dcgettext'
configure:19972: $? = 0
configure:19972: result: yes
configure:19982: checking if msgfmt accepts -c
configure:19997: $MSGFMT -c -o /dev/null conftest.foo
configure:20000: $? = 0
configure:20002: result: yes
configure:20012: checking for gmsgfmt
configure:20043: result: /usr/bin/msgfmt
configure:20053: checking for xgettext
configure:20080: result: /usr/bin/xgettext
configure:20099: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c   >&5
configure:20099: $? = 0
configure:20177: checking for catalogs to be installed
configure:20202: 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 eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kg kk kn ko ku 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@latin sr@ije sv ta te th tk tr tt ug uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW
configure:20273: checking for extra flags to get ANSI library prototypes
configure:20287: gcc -std=gnu99 -o conftest -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c   -lm >&5
configure:20287: $? = 0
configure:20287: ./conftest
configure:20287: $? = 0
configure:20288: result: none needed
configure:20323: checking for the BeOS
configure:20332: result: no
configure:20341: checking for HP-UX
configure:20350: result: no
configure:20444: checking for pkg-config
configure:20474: result: /usr/bin/pkg-config
configure:20499: checking pkg-config is at least version 0.16
configure:20502: result: yes
configure:20519: checking for GLIB - version >= 2.28.0
configure:20633: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c -pthread -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0     >&5
configure:20633: $? = 0
configure:20633: ./conftest
configure:20633: $? = 0
configure:20647: result: yes (version 2.29.2)
configure:20730: checking for bind_textdomain_codeset
configure:20730: result: yes
configure:20743: checking pwd.h usability
configure:20743: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:20743: $? = 0
configure:20743: result: yes
configure:20743: checking pwd.h presence
configure:20743: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
configure:20743: $? = 0
configure:20743: result: yes
configure:20743: checking for pwd.h
configure:20743: result: yes
configure:20757: checking sys/time.h usability
configure:20757: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:20757: $? = 0
configure:20757: result: yes
configure:20757: checking sys/time.h presence
configure:20757: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
configure:20757: $? = 0
configure:20757: result: yes
configure:20757: checking for sys/time.h
configure:20757: result: yes
configure:20771: checking for unistd.h
configure:20771: result: yes
configure:20785: checking ftw.h usability
configure:20785: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:20785: $? = 0
configure:20785: result: yes
configure:20785: checking ftw.h presence
configure:20785: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
configure:20785: $? = 0
configure:20785: result: yes
configure:20785: checking for ftw.h
configure:20785: result: yes
configure:20798: checking for GNU ftw extensions
configure:20813: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c: In function 'main':
conftest.c:55: warning: unused variable 'flags'
configure:20813: $? = 0
configure:20820: result: yes
configure:20841: checking for stdlib.h
configure:20841: result: yes
configure:20841: checking for unistd.h
configure:20841: result: yes
configure:20841: checking for sys/param.h
configure:20841: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:20841: $? = 0
configure:20841: result: yes
configure:20861: checking for getpagesize
configure:20861: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c   >&5
configure:20861: $? = 0
configure:20861: result: yes
configure:20870: checking for working mmap
configure:21017: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c   >&5
configure:21017: $? = 0
configure:21017: ./conftest
configure:21017: $? = 0
configure:21027: result: yes
configure:21039: checking for mallinfo
configure:21039: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c   >&5
configure:21039: $? = 0
configure:21039: result: yes
configure:21050: checking for getresuid
configure:21050: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c   >&5
configure:21050: $? = 0
configure:21050: result: yes
configure:21059: checking for uid_t in sys/types.h
configure:21078: result: yes
configure:21091: checking for uxtheme.h
configure:21097: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:57: fatal error: uxtheme.h: No such file or directory
compilation terminated.
configure:21097: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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
| /* end confdefs.h.  */
| #include <uxtheme.h>
configure:21108: result: no
configure:21114: checking crt_externs.h usability
configure:21114: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:90: fatal error: crt_externs.h: No such file or directory
compilation terminated.
configure:21114: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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
| /* 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:21114: result: no
configure:21114: checking crt_externs.h presence
configure:21114: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:57: fatal error: crt_externs.h: No such file or directory
compilation terminated.
configure:21114: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:21114: result: no
configure:21114: checking for crt_externs.h
configure:21114: result: no
configure:21126: checking for _NSGetEnviron
configure:21126: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -L/opt/gtk/lib conftest.c   >&5
/tmp/ccDVPOAy.o: In function `main':
/home/benjamin/Desktop/gtk+-3.0.9/conftest.c:91: undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:21126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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
| /* 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:21126: result: no
configure:21136: checking whether to build dynamic modules
configure:21152: result: yes
configure:21154: checking whether dynamic modules work
configure:21179: result: yes
configure:21200: checking immodules to build
configure:21229: result: 
configure:21360: checking sys/systeminfo.h usability
configure:21360: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
conftest.c:91: fatal error: sys/systeminfo.h: No such file or directory
compilation terminated.
configure:21360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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 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:21360: result: no
configure:21360: checking sys/systeminfo.h presence
configure:21360: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
conftest.c:58: fatal error: sys/systeminfo.h: No such file or directory
compilation terminated.
configure:21360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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 USE_GMODULE 1
| /* end confdefs.h.  */
| #include <sys/systeminfo.h>
configure:21360: result: no
configure:21360: checking for sys/systeminfo.h
configure:21360: result: no
configure:21368: checking sys/sysinfo.h usability
configure:21368: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:21368: $? = 0
configure:21368: result: yes
configure:21368: checking sys/sysinfo.h presence
configure:21368: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES conftest.c
configure:21368: $? = 0
configure:21368: result: yes
configure:21368: checking for sys/sysinfo.h
configure:21368: result: yes
configure:21445: checking for gdk-pixbuf-csource
configure:21463: found /usr/local/bin/gdk-pixbuf-csource
configure:21476: result: /usr/local/bin/gdk-pixbuf-csource
configure:22241: checking for XOpenDisplay
configure:22241: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  -lX11 -lXext   >&5
configure:22241: $? = 0
configure:22241: result: yes
configure:22248: checking for XextFindDisplay
configure:22248: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  -lX11 -lXext   >&5
configure:22248: $? = 0
configure:22248: result: yes
configure:22258: checking if <X11/extensions/XIproto.h> is needed for xReply
configure:22271: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   conftest.c >&5
conftest.c: In function 'main':
conftest.c:63: warning: unused variable 'rep'
configure:22271: $? = 0
configure:22272: result: no
configure:22307: checking for XConvertCase
configure:22307: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  -lX11 -lXext   >&5
configure:22307: $? = 0
configure:22307: result: yes
configure:22307: checking for XInternAtoms
configure:22307: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  -lX11 -lXext   >&5
configure:22307: $? = 0
configure:22307: result: yes
configure:22323: checking for XAddConnectionWatch
configure:22323: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  -lX11 -lXext   >&5
configure:22323: $? = 0
configure:22323: result: yes
configure:22357: checking for XkbQueryExtension
configure:22357: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  -lX11 -lXext   >&5
configure:22357: $? = 0
configure:22357: result: yes
configure:22372: checking for XShapeCombineMask
configure:22372: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  -lX11 -lXext   >&5
configure:22372: $? = 0
configure:22372: result: yes
configure:22384: checking for XSyncQueryExtension
configure:22384: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall  -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  -lX11 -lXext   >&5
configure:22384: $? = 0
configure:22384: result: yes
configure:22386: checking for X11/extensions/sync.h
configure:22386: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall  -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   conftest.c >&5
configure:22386: $? = 0
configure:22386: result: yes
configure:22411: checking for Xinerama packages
configure:22415: result: yes
configure:22543: checking X11/extensions/XInput2.h usability
configure:22543: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES    conftest.c >&5
configure:22543: $? = 0
configure:22543: result: yes
configure:22543: checking X11/extensions/XInput2.h presence
configure:22543: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES    conftest.c
configure:22543: $? = 0
configure:22543: result: yes
configure:22543: checking for X11/extensions/XInput2.h
configure:22543: result: yes
configure:22717: checking Pango flags
configure:22723: result: -pthread -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -pthread -L/usr/local/lib -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
configure:22757: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -pthread -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c -pthread -L/usr/local/lib -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0    >&5
configure:22757: $? = 0
configure:22797: checking ATK flags
configure:22803: result: -pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -pthread -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  
configure:22835: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c -pthread -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0    >&5
configure:22835: $? = 0
configure:22887: checking for library containing gethostent
configure:22918: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  >&5
configure:22918: $? = 0
configure:22935: result: none required
configure:22943: checking for library containing setsockopt
configure:22974: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  >&5
configure:22974: $? = 0
configure:22991: result: none required
configure:22999: checking for library containing connect
configure:23030: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c  >&5
configure:23030: $? = 0
configure:23047: result: none required
configure:23056: checking for struct sockaddr_un.sun_len
configure:23056: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   conftest.c >&5
conftest.c: In function 'main':
conftest.c:81: error: 'struct sockaddr_un' has no member named 'sun_len'
configure:23056: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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 USE_GMODULE 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XCONVERTCASE 1
| #define HAVE_XINTERNATOMS 1
| #define HAVE_X11R6 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define XINPUT_XFREE 1
| #define XINPUT_2 1
| #define HAVE_RANDR 1
| #define HAVE_XCURSOR 1
| #define HAVE_XFIXES 1
| #define HAVE_XCOMPOSITE 1
| #define HAVE_XDAMAGE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		 #include <sys/un.h>
| 
| 
| int
| main ()
| {
| static struct sockaddr_un ac_aggr;
| if (ac_aggr.sun_len)
| return 0;
|   ;
|   return 0;
| }
configure:23056: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   conftest.c >&5
conftest.c: In function 'main':
conftest.c:81: error: 'struct sockaddr_un' has no member named 'sun_len'
configure:23056: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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 USE_GMODULE 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XCONVERTCASE 1
| #define HAVE_XINTERNATOMS 1
| #define HAVE_X11R6 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define XINPUT_XFREE 1
| #define XINPUT_2 1
| #define HAVE_RANDR 1
| #define HAVE_XCURSOR 1
| #define HAVE_XFIXES 1
| #define HAVE_XCOMPOSITE 1
| #define HAVE_XDAMAGE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		 #include <sys/un.h>
| 
| 
| int
| main ()
| {
| static struct sockaddr_un ac_aggr;
| if (sizeof ac_aggr.sun_len)
| return 0;
|   ;
|   return 0;
| }
configure:23056: result: no
configure:23109: checking for cups-config
configure:23140: result: no
configure:23263: checking libpapi
configure:23265: checking for papiServiceCreate in -lpapi
configure:23290: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -L/opt/gtk/lib conftest.c -lpapi   >&5
/usr/bin/ld: cannot find -lpapi
collect2: ld returned 1 exit status
configure:23290: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "gtk+ 3.0.9"
| #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 _FILE_OFFSET_BITS 64
| #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/local/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 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 USE_GMODULE 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_XCONVERTCASE 1
| #define HAVE_XINTERNATOMS 1
| #define HAVE_X11R6 1
| #define HAVE_XKB 1
| #define HAVE_XSYNC 1
| #define HAVE_XFREE_XINERAMA 1
| #define HAVE_XINERAMA 1
| #define XINPUT_XFREE 1
| #define XINPUT_2 1
| #define HAVE_RANDR 1
| #define HAVE_XCURSOR 1
| #define HAVE_XFIXES 1
| #define HAVE_XCOMPOSITE 1
| #define HAVE_XDAMAGE 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char papiServiceCreate ();
| int
| main ()
| {
| return papiServiceCreate ();
|   ;
|   return 0;
| }
configure:23299: result: no
configure:23340: checking cairo-pdf.h usability
configure:23340: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    conftest.c >&5
configure:23340: $? = 0
configure:23340: result: yes
configure:23340: checking cairo-pdf.h presence
configure:23340: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    conftest.c
configure:23340: $? = 0
configure:23340: result: yes
configure:23340: checking for cairo-pdf.h
configure:23340: result: yes
configure:23352: checking cairo-ps.h usability
configure:23352: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    conftest.c >&5
configure:23352: $? = 0
configure:23352: result: yes
configure:23352: checking cairo-ps.h presence
configure:23352: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    conftest.c
configure:23352: $? = 0
configure:23352: result: yes
configure:23352: checking for cairo-ps.h
configure:23352: result: yes
configure:23363: checking cairo-svg.h usability
configure:23363: gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    conftest.c >&5
configure:23363: $? = 0
configure:23363: result: yes
configure:23363: checking cairo-svg.h presence
configure:23363: gcc -std=gnu99 -E -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    conftest.c
configure:23363: $? = 0
configure:23363: result: yes
configure:23363: checking for cairo-svg.h
configure:23363: result: yes
configure:23487: checking for pkg-config
configure:23517: result: /usr/bin/pkg-config
configure:23542: checking pkg-config is at least version 0.16
configure:23545: result: yes
configure:23669: checking for gobject-introspection
configure:23700: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.10.1"
Package gobject-introspection-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-introspection-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gobject-introspection-1.0' found
configure:23703: $? = 1
configure:23714: result: no
configure:23791: checking for gtkdoc-check
configure:23824: result: no
configure:23833: checking for gtkdoc-rebase
configure:23866: result: no
configure:23877: checking for gtkdoc-mkpdf
configure:23910: result: no
configure:23948: checking whether to build gtk-doc documentation
configure:23950: result: no
configure:24017: checking for db2html
configure:24045: result: false
configure:24249: checking for -Bsymbolic-functions linker flag
configure:24263: gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES   -Wl,-Bsymbolic-functions conftest.c  >&5
conftest.c: In function 'main':
conftest.c:78: warning: 'main' is normally a non-static function
configure:24263: $? = 0
configure:24264: result: yes
configure:24640: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by gtk+ config.status 3.0.9, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on vidya

config.status:1544: creating config.h.win32
config.status:1544: creating gtk-zip.sh
config.status:1544: creating Makefile
config.status:1544: creating gdk-3.0.pc
config.status:1544: creating gtk+-3.0.pc
config.status:1544: creating gtk+-unix-print-3.0.pc
config.status:1544: creating gail-3.0.pc
config.status:1544: creating gtk+-3.0-uninstalled.pc
config.status:1544: creating gail-3.0-uninstalled.pc
config.status:1544: creating m4macros/Makefile
config.status:1544: creating po/Makefile.in
config.status:1544: creating po-properties/Makefile.in
config.status:1544: creating demos/Makefile
config.status:1544: creating demos/gtk-demo/Makefile
config.status:1544: creating demos/gtk-demo/geninclude.pl
config.status:1544: creating examples/Makefile
config.status:1544: creating tests/Makefile
config.status:1544: creating docs/Makefile
config.status:1544: creating docs/reference/Makefile
config.status:1544: creating docs/reference/gdk/Makefile
config.status:1544: creating docs/reference/gdk/version.xml
config.status:1544: creating docs/reference/gtk/Makefile
config.status:1544: creating docs/reference/gtk/version.xml
config.status:1544: creating docs/reference/libgail-util/Makefile
config.status:1544: creating docs/reference/libgail-util/version.xml
config.status:1544: creating docs/tools/Makefile
config.status:1544: creating build/Makefile
config.status:1544: creating build/win32/Makefile
config.status:1544: creating build/win32/vs9/Makefile
config.status:1544: creating gdk/Makefile
config.status:1544: creating gdk/x11/Makefile
config.status:1544: creating gdk/win32/Makefile
config.status:1544: creating gdk/win32/rc/Makefile
config.status:1544: creating gdk/win32/rc/gdk.rc
config.status:1544: creating gdk/quartz/Makefile
config.status:1544: creating gdk/tests/Makefile
config.status:1544: creating gtk/Makefile
config.status:1544: creating gtk/makefile.msc
config.status:1544: creating gtk/gtkversion.h
config.status:1544: creating gtk/gtk-win32.rc
config.status:1544: creating gtk/tests/Makefile
config.status:1544: creating modules/Makefile
config.status:1544: creating modules/other/Makefile
config.status:1544: creating modules/other/gail/Makefile
config.status:1544: creating modules/other/gail/libgail-util/Makefile
config.status:1544: creating modules/other/gail/tests/Makefile
config.status:1544: creating modules/engines/Makefile
config.status:1544: creating modules/engines/pixbuf/Makefile
config.status:1544: creating modules/engines/ms-windows/Makefile
config.status:1544: creating modules/engines/ms-windows/Theme/Makefile
config.status:1544: creating modules/engines/ms-windows/Theme/gtk-3.0/Makefile
config.status:1544: creating modules/input/Makefile
config.status:1544: creating modules/printbackends/Makefile
config.status:1544: creating modules/printbackends/cups/Makefile
config.status:1544: creating modules/printbackends/lpr/Makefile
config.status:1544: creating modules/printbackends/file/Makefile
config.status:1544: creating modules/printbackends/papi/Makefile
config.status:1544: creating modules/printbackends/test/Makefile
config.status:1544: creating perf/Makefile
config.status:1544: creating config.h
config.status:1725: config.h is unchanged
config.status:1773: executing depfiles commands
config.status:1773: executing libtool commands
config.status:1773: executing default-1 commands
config.status:1773: executing po-properties commands
config.status:1773: executing gdk/gdkconfig.h commands
config.status:2720: gdk/gdkconfig.h is unchanged

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/opt/gtk/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/opt/gtk/lib
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=set
ac_cv_env_PKG_CONFIG_PATH_value=/opt/gtk/lib/pkgconfig
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_XAddConnectionWatch=yes
ac_cv_func_XConvertCase=yes
ac_cv_func_XInternAtoms=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_header_X11_extensions_XInput2_h=yes
ac_cv_header_X11_extensions_sync_h=yes
ac_cv_header_cairo_pdf_h=yes
ac_cv_header_cairo_ps_h=yes
ac_cv_header_cairo_svg_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=i686-pc-linux-gnu
ac_cv_lib_papi_papiServiceCreate=no
ac_cv_member_struct_sockaddr_un_sun_len=no
ac_cv_objext=o
ac_cv_path_CUPS_CONFIG=no
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GDK_PIXBUF_CSOURCE=/usr/local/bin/gdk-pixbuf-csource
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
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=/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=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_DB2HTML=false
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_MANIFEST_TOOL=mt
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_search_connect='none required'
ac_cv_search_gethostent='none required'
ac_cv_search_setsockopt='none required'
ac_cv_sys_file_offset_bits=64
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_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
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/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  '
pkg_cv_BASE_DEPENDENCIES_LIBS='-pthread -L/usr/local/lib -latk-1.0 -lpango-1.0 -lgmodule-2.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
pkg_cv_CAIRO_BACKEND_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  '
pkg_cv_CAIRO_BACKEND_LIBS='-lcairo -lX11  '

## ----------------- ##
## Output variables. ##
## ----------------- ##










		$(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
		test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
		test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
	$(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@
	$(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch $@
	@$(NORMAL_INSTALL)
	@$(NORMAL_UNINSTALL)
	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
	cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
	echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
	fi
	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
	if test -n "$^"; then \
	rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
	test -n "$$files" || exit 0; \
	test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
$(gsettings__enum_file): $(gsettings_ENUM_FILES)
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
.SECONDARY: $(gsettings_SCHEMAS)
ACLOCAL='${SHELL} /home/benjamin/Desktop/gtk+-3.0.9/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/benjamin/Desktop/gtk+-3.0.9/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AS='as'
ATK_PREFIX='/usr/local'
ATK_REQUIRED_VERSION='1.30'
AUTOCONF='${SHELL} /home/benjamin/Desktop/gtk+-3.0.9/missing --run autoconf'
AUTOHEADER='${SHELL} /home/benjamin/Desktop/gtk+-3.0.9/missing --run autoheader'
AUTOMAKE='${SHELL} /home/benjamin/Desktop/gtk+-3.0.9/missing --run automake-1.11'
AWK='gawk'
BASE_DEPENDENCIES_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  '
BASE_DEPENDENCIES_LIBS='-pthread -L/usr/local/lib -latk-1.0 -lpango-1.0 -lgmodule-2.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
BUILD_DYNAMIC_MODULES_FALSE='#'
BUILD_DYNAMIC_MODULES_TRUE=''
BUILD_ICON_CACHE_FALSE='#'
BUILD_ICON_CACHE_TRUE=''
CAIRO_BACKEND_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  '
CAIRO_BACKEND_LIBS='-lcairo -lX11  '
CAIRO_PREFIX='/usr'
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 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 kn.gmo ko.gmo ku.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 latin gmo sr ije 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='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall'
CPP='gcc -std=gnu99 -E'
CPPFLAGS='-I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES  '
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CUPS_API_MAJOR=''
CUPS_API_MINOR=''
CUPS_CFLAGS=''
CUPS_CONFIG='no'
CUPS_LIBS=''
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DB2HTML='false'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/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='/bin/grep -F'
GAIL_INET_LIBS=''
GAIL_LT_CURRENT_MINUS_AGE='0'
GAIL_LT_VERSION_INFO='0:0:0'
GDK_BACKENDS='x11'
GDK_DEP_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   '
GDK_DEP_LIBS='-pthread -L/usr/local/lib -lpangocairo-1.0 -lpango-1.0 -lgio-2.0 -lgmodule-2.0 -lfontconfig -lXext -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lm -lX11 -lcairo-gobject -lcairo -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0'
GDK_EXTRA_CFLAGS=''
GDK_EXTRA_LIBS=''
GDK_PACKAGES='pango pangocairo gdk-pixbuf-2.0 cairo-gobject'
GDK_PIXBUF_CSOURCE='/usr/local/bin/gdk-pixbuf-csource'
GDK_PIXBUF_LIBS='-pthread -L/usr/local/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
GDK_PIXBUF_REQUIRED_VERSION='2.22.0'
GETTEXT_PACKAGE='gtk30'
GLIB_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
GLIB_COMPILE_SCHEMAS='/usr/local/bin/glib-compile-schemas'
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-pthread -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GLIB_PREFIX='/usr/local'
GLIB_REQUIRED_VERSION='2.28.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 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 kn.gmo ko.gmo ku.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 latin gmo sr ije 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='/bin/grep'
GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
GSETTINGS_RULES='
GTKDOC_CHECK=''
GTKDOC_MKPDF=''
GTKDOC_REBASE='true'
GTK_API_VERSION='3.0'
GTK_BINARY_AGE='9'
GTK_BINARY_VERSION='3.0.0'
GTK_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
GTK_DEP_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    '
GTK_DEP_LIBS='-pthread -L/usr/local/lib -lpangocairo-1.0 -lX11 -lXcomposite -lXdamage -lXfixes -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lm -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0'
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='9'
GTK_LINK_FLAGS='-Wl,-Bsymbolic-functions'
GTK_MAJOR_VERSION='3'
GTK_MICRO_VERSION='9'
GTK_MINOR_VERSION='0'
GTK_PACKAGES='atk cairo cairo-gobject gdk-pixbuf-2.0 gio-2.0 pangoft2'
GTK_UPDATE_ICON_CACHE=''
GTK_VERSION='3.0.9'
GTK_XIM_FLAGS=''
HAVE_CUPS_FALSE=''
HAVE_CUPS_TRUE='#'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_DOCBOOK_FALSE=''
HAVE_DOCBOOK_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='#'
HAVE_X11R6_FALSE='#'
HAVE_X11R6_TRUE=''
HTML_DIR='${datadir}/gtk-doc/html'
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='0.10.1'
INTROSPECTION_SCANNER=''
INTROSPECTION_TYPELIBDIR=''
LD='/usr/bin/ld'
LDFLAGS='-L/opt/gtk/lib'
LIBOBJS=''
LIBS=''
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='0:9:0'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/benjamin/Desktop/gtk+-3.0.9/missing --run makeinfo'
MANIFEST_TOOL=':'
MATH_LIB='-lm'
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS='./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.0.9'
PACKAGE_TARNAME='gtk+'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.9'
PANGO_PREFIX='/usr/local'
PANGO_REQUIRED_VERSION='1.24.0'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/opt/gtk/lib/pkgconfig'
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 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 kn.po ko.po ku.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 latin po sr ije 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='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TEST_PRINT_BACKEND_FALSE=''
TEST_PRINT_BACKEND_TRUE='#'
USE_EXTERNAL_ICON_CACHE_FALSE=''
USE_EXTERNAL_ICON_CACHE_TRUE='#'
USE_NLS='yes'
USE_QUARTZ_FALSE=''
USE_QUARTZ_TRUE='#'
USE_WIN32_FALSE=''
USE_WIN32_TRUE='#'
USE_X11_FALSE='#'
USE_X11_TRUE=''
VERSION='3.0.9'
WINDRES=''
XGETTEXT='/usr/bin/xgettext'
XINPUT_2_FALSE='#'
XINPUT_2_TRUE=''
XINPUT_XFREE_FALSE='#'
XINPUT_XFREE_TRUE=''
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=''
all-am: $(gsettings_SCHEMAS:.xml=.valid)
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__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
clean-gsettings-schemas:
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
endif'
exec_prefix='${prefix}'
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
gsettingsschemadir='${datarootdir}/glib-2.0/schemas'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
ifdef gsettings_ENUM_NAMESPACE
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install-data-am: install-gsettings-schemas
install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
install_sh='${SHELL} /home/benjamin/Desktop/gtk+-3.0.9/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='/usr/local/share/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
mostlyclean-am: clean-gsettings-schemas
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
uninstall-am: uninstall-gsettings-schemas
uninstall-gsettings-schemas:

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "gtk+"
#define PACKAGE_TARNAME "gtk+"
#define PACKAGE_VERSION "3.0.9"
#define PACKAGE_STRING "gtk+ 3.0.9"
#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 _FILE_OFFSET_BITS 64
#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/local/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 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 USE_GMODULE 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_XCONVERTCASE 1
#define HAVE_XINTERNATOMS 1
#define HAVE_X11R6 1
#define HAVE_XKB 1
#define HAVE_XSYNC 1
#define HAVE_XFREE_XINERAMA 1
#define HAVE_XINERAMA 1
#define XINPUT_XFREE 1
#define XINPUT_2 1
#define HAVE_RANDR 1
#define HAVE_XCURSOR 1
#define HAVE_XFIXES 1
#define HAVE_XCOMPOSITE 1
#define HAVE_XDAMAGE 1
#define ENABLE_PACKAGEKIT 1

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by gtk+ config.status 3.0.9, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status gdk/gdkconfig.h

on vidya

config.status:1773: executing gdk/gdkconfig.h commands
config.status:2720: gdk/gdkconfig.h is unchanged

Attachment: gtk+-3.0.9-make-log
Description: Binary data

Attachment: gtk+-3.0.9-make-install-log
Description: Binary data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]