This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by XChat-GNOME IRC Chat configure 0.3.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic --disable-schemas-install --disable-scrollkeeper ## --------- ## ## Platform. ## ## --------- ## hostname = hp07 uname -m = i686 uname -r = 3.15.4-1.i386 uname -s = Linux uname -v = #2 SMP Tue Jul 8 09:03:00 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2539: checking for a BSD-compatible install configure:2607: result: /bin/install -c configure:2618: checking whether build environment is sane configure:2673: result: yes configure:2824: checking for a thread-safe mkdir -p configure:2863: result: /bin/mkdir -p configure:2870: checking for gawk configure:2886: found /bin/gawk configure:2897: result: gawk configure:2908: checking whether make sets $(MAKE) configure:2930: result: yes configure:2959: checking whether make supports nested variables configure:2976: result: yes configure:3112: checking whether make supports nested variables configure:3129: result: yes configure:3152: checking whether to enable maintainer-specific portions of Makefiles configure:3161: result: yes configure:3194: checking for i686-uhu-linux-gcc configure:3210: found /usr/bin/i686-uhu-linux-gcc configure:3221: result: i686-uhu-linux-gcc configure:3490: checking for C compiler version configure:3499: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3510: $? = 0 configure:3499: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3510: $? = 0 configure:3499: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3510: $? = 1 configure:3499: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3510: $? = 1 configure:3530: checking whether the C compiler works configure:3552: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3556: $? = 0 configure:3604: result: yes configure:3607: checking for C compiler default output file name configure:3609: result: a.out configure:3615: checking for suffix of executables configure:3622: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3626: $? = 0 configure:3648: result: configure:3670: checking whether we are cross compiling configure:3678: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3682: $? = 0 configure:3689: ./conftest configure:3693: $? = 0 configure:3708: result: no configure:3713: checking for suffix of object files configure:3735: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3739: $? = 0 configure:3760: result: o configure:3764: checking whether we are using the GNU C compiler configure:3783: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3783: $? = 0 configure:3792: result: yes configure:3801: checking whether i686-uhu-linux-gcc accepts -g configure:3821: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3821: $? = 0 configure:3862: result: yes configure:3879: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3942: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3942: $? = 0 configure:3955: result: none needed configure:3980: checking whether i686-uhu-linux-gcc understands -c and -o together configure:4002: i686-uhu-linux-gcc -c conftest.c -o conftest2.o configure:4005: $? = 0 configure:4002: i686-uhu-linux-gcc -c conftest.c -o conftest2.o configure:4005: $? = 0 configure:4017: result: yes configure:4045: checking for style of include used by make configure:4073: result: GNU configure:4099: checking dependency style of i686-uhu-linux-gcc configure:4210: result: gcc3 configure:4226: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4375: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:115:18: error: 'newvar' undeclared (first use in this function) conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4375: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:4375: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4375: $? = 0 configure:4395: result: -std=gnu99 configure:4408: checking how to run the C preprocessor configure:4439: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4439: $? = 0 configure:4453: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4453: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | /* end confdefs.h. */ | #include configure:4478: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4498: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4498: $? = 0 configure:4512: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4512: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | /* end confdefs.h. */ | #include configure:4549: checking dependency style of i686-uhu-linux-gcc -std=gnu99 configure:4658: result: gcc3 configure:4705: checking build system type configure:4719: result: i686-uhu-linux-gnu configure:4739: checking host system type configure:4752: result: i686-uhu-linux-gnu configure:4793: checking how to print strings configure:4820: result: printf configure:4841: checking for a sed that does not truncate output configure:4905: result: /bin/sed configure:4923: checking for grep that handles long lines and -e configure:4981: result: /bin/grep configure:4986: checking for egrep configure:5048: result: /bin/grep -E configure:5053: checking for fgrep configure:5115: result: /bin/grep -F configure:5150: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:5217: result: /usr/bin/ld configure:5224: checking if the linker (/usr/bin/ld) is GNU ld configure:5239: result: yes configure:5251: checking for BSD- or MS-compatible name lister (nm) configure:5300: result: /usr/bin/nm -B configure:5430: checking the name lister (/usr/bin/nm -B) interface configure:5437: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5440: /usr/bin/nm -B "conftest.o" configure:5443: output 00000000 B some_variable configure:5450: result: BSD nm configure:5453: checking whether ln -s works configure:5457: result: yes configure:5465: checking the maximum length of command line arguments configure:5595: result: 1572864 configure:5612: checking whether the shell understands some XSI constructs configure:5622: result: yes configure:5626: checking whether the shell understands "+=" configure:5632: result: yes configure:5667: checking how to convert i686-uhu-linux-gnu file names to i686-uhu-linux-gnu format configure:5707: result: func_convert_file_noop configure:5714: checking how to convert i686-uhu-linux-gnu file names to toolchain format configure:5734: result: func_convert_file_noop configure:5741: checking for /usr/bin/ld option to reload object files configure:5748: result: -r configure:5782: checking for i686-uhu-linux-objdump configure:5812: result: no configure:5822: checking for objdump configure:5838: found /usr/bin/objdump configure:5849: result: objdump configure:5881: checking how to recognize dependent libraries configure:6083: result: pass_all configure:6128: checking for i686-uhu-linux-dlltool configure:6158: result: no configure:6168: checking for dlltool configure:6198: result: no configure:6228: checking how to associate runtime and link libraries configure:6255: result: printf %s\n configure:6272: checking for i686-uhu-linux-ar configure:6288: found /usr/bin/i686-uhu-linux-ar configure:6299: result: i686-uhu-linux-ar configure:6380: checking for archiver @FILE support configure:6397: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6397: $? = 0 configure:6400: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 configure:6403: $? = 0 configure:6408: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 i686-uhu-linux-ar: conftest.o: No such file or directory configure:6411: $? = 1 configure:6423: result: @ configure:6441: checking for i686-uhu-linux-strip configure:6471: result: no configure:6481: checking for strip configure:6497: found /usr/bin/strip configure:6508: result: strip configure:6540: checking for i686-uhu-linux-ranlib configure:6570: result: no configure:6580: checking for ranlib configure:6596: found /usr/bin/ranlib configure:6607: result: ranlib configure:6709: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:6829: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6832: $? = 0 configure:6836: /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:6839: $? = 0 configure:6905: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:6908: $? = 0 configure:6946: result: ok configure:6983: checking for sysroot configure:7013: result: no configure:7229: checking for i686-uhu-linux-mt configure:7259: result: no configure:7269: checking for mt configure:7299: result: no configure:7319: checking if : is a manifest tool configure:7325: : '-?' configure:7333: result: no configure:7971: checking for ANSI C header files configure:7991: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7991: $? = 0 configure:8064: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8064: $? = 0 configure:8064: ./conftest configure:8064: $? = 0 configure:8075: result: yes configure:8088: checking for sys/types.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8088: checking for sys/stat.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8088: checking for stdlib.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8088: checking for string.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8088: checking for memory.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8088: checking for strings.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8088: checking for inttypes.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8088: checking for stdint.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8088: checking for unistd.h configure:8088: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8102: checking for dlfcn.h configure:8102: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8102: $? = 0 configure:8102: result: yes configure:8308: checking for objdir configure:8323: result: .libs configure:8594: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8612: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:8616: $? = 0 configure:8629: result: no configure:8956: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:8963: result: -fPIC -DPIC configure:8971: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:8989: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:8993: $? = 0 configure:9006: result: yes configure:9035: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:9063: result: yes configure:9078: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9099: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:9103: $? = 0 configure:9125: result: yes configure:9133: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9180: result: yes configure:9213: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:10366: result: yes configure:10403: checking whether -lc should be explicitly linked in configure:10411: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10414: $? = 0 configure:10429: i686-uhu-linux-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:10432: $? = 0 configure:10446: result: no configure:10606: checking dynamic linker characteristics configure:11117: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11117: $? = 0 configure:11361: result: GNU/Linux ld.so configure:11468: checking how to hardcode library paths into programs configure:11493: result: immediate configure:12033: checking whether stripping libraries is possible configure:12038: result: yes configure:12073: checking if libtool supports shared libraries configure:12075: result: yes configure:12078: checking whether to build shared libraries configure:12099: result: yes configure:12102: checking whether to build static libraries configure:12106: result: no configure:12145: checking for an ANSI C-conforming const configure:12211: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12211: $? = 0 configure:12218: result: yes configure:12226: checking for size_t configure:12226: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12226: $? = 0 configure:12226: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:59:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:12226: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | #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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:12226: result: yes configure:12242: checking for snprintf configure:12242: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:46:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] char snprintf (); ^ configure:12242: $? = 0 configure:12242: result: yes configure:12242: checking for vsnprintf configure:12242: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:47:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] char vsnprintf (); ^ configure:12242: $? = 0 configure:12242: result: yes configure:12254: checking for memrchr configure:12254: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12254: $? = 0 configure:12254: result: yes configure:12254: checking for strtoull configure:12254: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12254: $? = 0 configure:12254: result: yes configure:12254: checking for atoll configure:12254: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12254: $? = 0 configure:12254: result: yes configure:12266: checking for glib-genmarshal configure:12284: found /usr/bin/glib-genmarshal configure:12296: result: /usr/bin/glib-genmarshal configure:12316: checking for i686-uhu-linux-pkg-config configure:12349: result: no configure:12359: checking for pkg-config configure:12377: found /usr/bin/pkg-config configure:12389: result: /usr/bin/pkg-config configure:12414: checking pkg-config is at least version 0.9.0 configure:12417: result: yes configure:12435: checking gnome-doc-utils >= 0.3.2 configure:12438: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required" configure:12441: $? = 0 configure:12449: result: yes configure:12525: checking for DEPENDENCIES configure:12538: $PKG_CONFIG --exists --print-errors "\ glib-2.0 >= $GLIB_REQUIRED \ gio-2.0 >= $GLIB_REQUIRED \ gtk+-2.0 >= $GTK_REQUIRED \ gconf-2.0 >= $GCONF_REQUIRED \ libsexy >= $LIBSEXY_REQUIRED \ " configure:12547: $? = 0 configure:12573: $PKG_CONFIG --exists --print-errors "\ glib-2.0 >= $GLIB_REQUIRED \ gio-2.0 >= $GLIB_REQUIRED \ gtk+-2.0 >= $GTK_REQUIRED \ gconf-2.0 >= $GCONF_REQUIRED \ libsexy >= $LIBSEXY_REQUIRED \ " configure:12582: $? = 0 configure:12664: result: yes configure:12672: checking for EGG_SMCLIENT configure:12683: $PKG_CONFIG --exists --print-errors "\ gtk+-2.0 >= $GTK_REQUIRED \ sm >= $SM_REQUIRED \ ice \ " configure:12690: $? = 0 configure:12712: $PKG_CONFIG --exists --print-errors "\ gtk+-2.0 >= $GTK_REQUIRED \ sm >= $SM_REQUIRED \ ice \ " configure:12719: $? = 0 configure:12793: result: yes configure:12799: checking whether D-Bus support is requested configure:12808: result: autodetect configure:12815: checking for DBUS configure:12826: $PKG_CONFIG --exists --print-errors "\ dbus-1 >= $DBUS_REQUIRED \ dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ gthread-2.0 \ " configure:12833: $? = 0 configure:12855: $PKG_CONFIG --exists --print-errors "\ dbus-1 >= $DBUS_REQUIRED \ dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ gthread-2.0 \ " configure:12862: $? = 0 configure:12912: result: yes configure:12922: checking for dbus-binding-tool configure:12940: found /usr/bin/dbus-binding-tool configure:12953: result: /usr/bin/dbus-binding-tool configure:13025: checking whether to notification sounds using libnotify configure:13034: result: yes configure:13040: checking for LIBNOTIFY configure:13047: $PKG_CONFIG --exists --print-errors "libnotify >= $LIBNOTIFY_REQUIRED" configure:13050: $? = 0 configure:13064: $PKG_CONFIG --exists --print-errors "libnotify >= $LIBNOTIFY_REQUIRED" configure:13067: $? = 0 configure:13125: result: yes configure:13141: checking whether to enable notification sounds using libcanberra configure:13150: result: yes configure:13156: checking for LIBCANBERRAGTK configure:13163: $PKG_CONFIG --exists --print-errors "libcanberra-gtk >= $LIBCANBERRAGTK_REQUIRED" configure:13166: $? = 0 configure:13180: $PKG_CONFIG --exists --print-errors "libcanberra-gtk >= $LIBCANBERRAGTK_REQUIRED" configure:13183: $? = 0 configure:13241: result: yes configure:13272: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation configure:13287: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files configure:13309: checking for gconftool-2 configure:13327: found /usr/bin/gconftool-2 configure:13340: result: /usr/bin/gconftool-2 configure:13350: checking for SOCKSconnect in -lsocks5 configure:13375: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lsocks5 >&5 /usr/bin/ld: cannot find -lsocks5 collect2: error: ld returned 1 exit status configure:13375: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOLL 1 | #define USE_DBUS 1 | #define DBUS_SERVICES_DIR "${prefix}/share/dbus-1/services" | /* 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 SOCKSconnect (); | int | main () | { | return SOCKSconnect (); | ; | return 0; | } configure:13384: result: no configure:13394: checking socks.h usability configure:13394: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:63:19: fatal error: socks.h: No such file or directory #include ^ compilation terminated. configure:13394: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOLL 1 | #define USE_DBUS 1 | #define DBUS_SERVICES_DIR "${prefix}/share/dbus-1/services" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13394: result: no configure:13394: checking socks.h presence configure:13394: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:30:19: fatal error: socks.h: No such file or directory #include ^ compilation terminated. configure:13394: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOLL 1 | #define USE_DBUS 1 | #define DBUS_SERVICES_DIR "${prefix}/share/dbus-1/services" | /* end confdefs.h. */ | #include configure:13394: result: no configure:13394: checking for socks.h configure:13394: result: no configure:13414: checking whether Perl support is requested configure:13423: result: autodetect configure:13429: checking for perl configure:13447: found /usr/bin/perl configure:13459: result: /usr/bin/perl configure:13475: checking for Perl header files configure:13481: result: found configure:13491: checking for Perl library configure:13497: result: found configure:13515: checking whether Python support is requested configure:13524: result: autodetect configure:13563: checking for a Python interpreter with version >= 2.3 configure:13580: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:13583: $? = 0 configure:13589: result: python configure:13597: checking for python configure:13615: found /usr/bin/python configure:13627: result: /usr/bin/python configure:13645: checking for python version configure:13652: result: 2.7 configure:13664: checking for python platform configure:13671: result: linux2 configure:13697: checking for python script directory configure:13732: result: ${prefix}/lib/python2.7/site-packages configure:13741: checking for python extension module directory configure:13776: result: ${exec_prefix}/lib/python2.7/site-packages configure:13797: checking for headers required to compile python extensions configure:13812: i686-uhu-linux-gcc -std=gnu99 -E -I/usr/include/python2.7 conftest.c configure:13812: $? = 0 configure:13813: result: found configure:13859: checking whether TCL support is requested configure:13868: result: autodetect configure:13873: checking for tclConfig.sh configure:13884: result: /usr/lib/tclConfig.sh configure:13904: checking for OPENSSL configure:13911: $PKG_CONFIG --exists --print-errors "openssl" configure:13914: $? = 0 configure:13928: $PKG_CONFIG --exists --print-errors "openssl" configure:13931: $? = 0 configure:13969: result: yes configure:13992: checking whether NLS is requested configure:14001: result: yes configure:14019: checking for intltool >= 0.40.0 configure:14021: result: 0.50.2 found configure:14029: checking for intltool-update configure:14047: found /usr/bin/intltool-update configure:14059: result: /usr/bin/intltool-update configure:14069: checking for intltool-merge configure:14087: found /usr/bin/intltool-merge configure:14099: result: /usr/bin/intltool-merge configure:14109: checking for intltool-extract configure:14127: found /usr/bin/intltool-extract configure:14139: result: /usr/bin/intltool-extract configure:14293: checking for xgettext configure:14311: found /usr/bin/xgettext configure:14323: result: /usr/bin/xgettext configure:14333: checking for msgmerge configure:14351: found /usr/bin/msgmerge configure:14363: result: /usr/bin/msgmerge configure:14373: checking for msgfmt configure:14391: found /usr/bin/msgfmt configure:14403: result: /usr/bin/msgfmt configure:14413: checking for gmsgfmt configure:14444: result: /usr/bin/msgfmt configure:14464: checking for perl configure:14482: found /usr/bin/perl configure:14494: result: /usr/bin/perl configure:14505: checking for perl >= 5.8.1 configure:14512: result: 5.18.2 configure:14516: checking for XML::Parser configure:14519: result: ok configure:14544: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14544: $? = 0 configure:14616: checking for msgfmt configure:14648: result: /usr/bin/msgfmt configure:14657: checking for gmsgfmt configure:14688: result: /usr/bin/msgfmt configure:14739: checking for xgettext configure:14771: result: /usr/bin/xgettext configure:14817: checking for msgmerge configure:14848: result: /usr/bin/msgmerge configure:14905: checking for ld used by GCC configure:14969: result: /usr/bin/ld configure:14976: checking if the linker (/usr/bin/ld) is GNU ld configure:14989: result: yes configure:14996: checking for shared library run path origin configure:15009: result: done configure:15510: checking for CFPreferencesCopyAppValue configure:15528: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:33:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^ compilation terminated. configure:15528: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOLL 1 | #define USE_DBUS 1 | #define DBUS_SERVICES_DIR "${prefix}/share/dbus-1/services" | #define ENABLE_PERL 1 | #define ENABLE_PYTHON 1 | #define USE_OPENSSL /**/ | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:15537: result: no configure:15544: checking for CFLocaleCopyCurrent configure:15562: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:33:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^ compilation terminated. configure:15562: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOLL 1 | #define USE_DBUS 1 | #define DBUS_SERVICES_DIR "${prefix}/share/dbus-1/services" | #define ENABLE_PERL 1 | #define ENABLE_PYTHON 1 | #define USE_OPENSSL /**/ | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:15571: result: no configure:15620: checking for GNU gettext in libc configure:15640: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15640: $? = 0 configure:15649: result: yes configure:16395: checking whether to use NLS configure:16397: result: yes configure:16400: checking where the gettext function comes from configure:16411: result: libc configure:16478: checking for select in -lsocket configure:16503: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lsocket >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:16503: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XChat-GNOME IRC Chat" | #define PACKAGE_TARNAME "xchat-gnome" | #define PACKAGE_VERSION "0.3.0" | #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" | #define PACKAGE_URL "" | #define PACKAGE "xchat-gnome" | #define VERSION "0.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATOLL 1 | #define USE_DBUS 1 | #define DBUS_SERVICES_DIR "${prefix}/share/dbus-1/services" | #define ENABLE_PERL 1 | #define ENABLE_PYTHON 1 | #define USE_OPENSSL /**/ | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define GETTEXT_PACKAGE "xchat-gnome" | /* 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 select (); | int | main () | { | return select (); | ; | return 0; | } configure:16512: result: no configure:16526: checking for getaddrinfo configure:16526: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16526: $? = 0 configure:16526: result: yes configure:16535: checking whether to enable IPv6 support configure:16538: result: yes configure:16549: checking for XOpenDisplay in -lX11 configure:16574: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lX11 >&5 configure:16574: $? = 0 configure:16583: result: yes configure:16701: checking which plugins to build configure:16729: result: autoaway notification url_scraper sound-notification net-monitor notify-osd perl python tcl configure:16865: checking that generated files are newer than configure configure:16871: result: done configure:16938: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by XChat-GNOME IRC Chat config.status 0.3.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp07 config.status:1301: creating data/icons/hicolor/128x128/apps/Makefile config.status:1301: creating data/icons/hicolor/128x128/Makefile config.status:1301: creating data/icons/hicolor/16x16/apps/Makefile config.status:1301: creating data/icons/hicolor/16x16/Makefile config.status:1301: creating data/icons/hicolor/22x22/apps/Makefile config.status:1301: creating data/icons/hicolor/22x22/Makefile config.status:1301: creating data/icons/hicolor/48x48/apps/Makefile config.status:1301: creating data/icons/hicolor/48x48/Makefile config.status:1301: creating data/icons/hicolor/Makefile config.status:1301: creating data/icons/hicolor/scalable/apps/Makefile config.status:1301: creating data/icons/hicolor/scalable/Makefile config.status:1301: creating data/icons/Makefile config.status:1301: creating data/Makefile config.status:1301: creating data/xchat-gnome.desktop.in config.status:1301: creating help/Makefile config.status:1301: creating Makefile config.status:1301: creating plugins/autoaway/Makefile config.status:1301: creating plugins/Makefile config.status:1301: creating plugins/net-monitor/Makefile config.status:1301: creating plugins/notification/Makefile config.status:1301: creating plugins/notify-osd/Makefile config.status:1301: creating plugins/perl/Makefile config.status:1301: creating plugins/python/Makefile config.status:1301: creating plugins/sound-notification/Makefile config.status:1301: creating plugins/tcl/Makefile config.status:1301: creating plugins/url_scraper/Makefile config.status:1301: creating po/Makefile.in config.status:1301: creating src/common/dbus/Makefile config.status:1301: creating src/common/Makefile config.status:1301: creating src/fe-gnome/Makefile config.status:1301: creating src/libcontrast/Makefile config.status:1301: creating src/libeggsmclient/Makefile config.status:1301: creating src/Makefile config.status:1301: creating config.h config.status:1530: executing depfiles commands config.status:1530: executing libtool commands config.status:1530: executing po-directories commands config.status:1530: executing po/stamp-it commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DBUS_CFLAGS_set= ac_cv_env_DBUS_CFLAGS_value= ac_cv_env_DBUS_LIBS_set= ac_cv_env_DBUS_LIBS_value= ac_cv_env_DEPENDENCIES_CFLAGS_set= ac_cv_env_DEPENDENCIES_CFLAGS_value= ac_cv_env_DEPENDENCIES_LIBS_set= ac_cv_env_DEPENDENCIES_LIBS_value= ac_cv_env_EGG_SMCLIENT_CFLAGS_set= ac_cv_env_EGG_SMCLIENT_CFLAGS_value= ac_cv_env_EGG_SMCLIENT_LIBS_set= ac_cv_env_EGG_SMCLIENT_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBCANBERRAGTK_CFLAGS_set= ac_cv_env_LIBCANBERRAGTK_CFLAGS_value= ac_cv_env_LIBCANBERRAGTK_LIBS_set= ac_cv_env_LIBCANBERRAGTK_LIBS_value= ac_cv_env_LIBNOTIFY_CFLAGS_set= ac_cv_env_LIBNOTIFY_CFLAGS_value= ac_cv_env_LIBNOTIFY_LIBS_set= ac_cv_env_LIBNOTIFY_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_OPENSSL_CFLAGS_set= ac_cv_env_OPENSSL_CFLAGS_value= ac_cv_env_OPENSSL_LIBS_set= ac_cv_env_OPENSSL_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_atoll=yes ac_cv_func_getaddrinfo=yes ac_cv_func_memrchr=yes ac_cv_func_snprintf=yes ac_cv_func_strtoull=yes ac_cv_func_vsnprintf=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_socks_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_socket_select=no ac_cv_lib_socks5_SOCKSconnect=no ac_cv_objext=o ac_cv_path_DBUS_BINDING_TOOL=/usr/bin/dbus-binding-tool ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2 ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PERL=/usr/bin/perl ac_cv_path_PYTHON=/usr/bin/python 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='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu99 -E' 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_make_make_set=yes ac_cv_type_size_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_pathless_PYTHON=python am_cv_prog_cc_c_o=yes am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' am_cv_python_version=2.7 gdu_cv_have_gdu=yes gdu_cv_version_required=0.3.2 gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=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_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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_DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_DBUS_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 ' pkg_cv_DEPENDENCIES_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 ' pkg_cv_DEPENDENCIES_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgconf-2 -lglib-2.0 -lsexy -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lxml2 ' pkg_cv_EGG_SMCLIENT_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' pkg_cv_EGG_SMCLIENT_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE ' pkg_cv_LIBCANBERRAGTK_CFLAGS='-D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' pkg_cv_LIBCANBERRAGTK_LIBS='-lcanberra-gtk -lX11 -lcanberra -lgdk-x11-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' pkg_cv_LIBNOTIFY_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_LIBNOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' pkg_cv_OPENSSL_CFLAGS= pkg_cv_OPENSSL_LIBS='-lssl -lcrypto ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing aclocal-1.14' ALL_LINGUAS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CFLAGS=' -fgnu89-inline' AM_CPPFLAGS=' ' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_LDFLAGS='' AM_V='$(V)' AR='i686-uhu-linux-ar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing automake-1.14' AWK='gawk' BUILD_PLUGINS='autoaway net-monitor notification notify-osd perl python sound-notification tcl url_scraper ' CC='i686-uhu-linux-gcc -std=gnu99' CCAS='i686-uhu-linux-gcc -std=gnu99' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-O2 -march=i686 -mtune=generic ' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DATADIR='${prefix}/share' DATADIRNAME='share' DBUS_BINDING_TOOL='/usr/bin/dbus-binding-tool' DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' DBUS_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 ' DBUS_SERVICES_DIR='${prefix}/share/dbus-1/services' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DEPENDENCIES_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 ' DEPENDENCIES_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgconf-2 -lglib-2.0 -lsexy -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lxml2 ' DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper ' DIST_PLUGINS='autoaway notification url_scraper sound-notification net-monitor notify-osd python perl tcl' DLLTOOL='false' DOC_USER_FORMATS='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGG_SMCLIENT_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' EGG_SMCLIENT_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE ' EGREP='/bin/grep -E' ENABLE_DBUS_FALSE='#' ENABLE_DBUS_TRUE='' ENABLE_LIBCANBERRA_FALSE='#' ENABLE_LIBCANBERRA_TRUE='' ENABLE_LIBNOTIFY_FALSE='#' ENABLE_LIBNOTIFY_TRUE='' ENABLE_SK_FALSE='' ENABLE_SK_TRUE='#' EXEEXT='' FGREP='/bin/grep -F' GCONFTOOL='/usr/bin/gconftool-2' GCONF_SCHEMAS_INSTALL_FALSE='' GCONF_SCHEMAS_INSTALL_TRUE='#' GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults' GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' GETTEXT_MACRO_VERSION='0.17' GETTEXT_PACKAGE='xchat-gnome' GLIB_GENMARSHAL='/usr/bin/glib-genmarshal' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GREP='/bin/grep' HAVE_GNOME_DOC_UTILS_FALSE='#' HAVE_GNOME_DOC_UTILS_TRUE='' HELP_DIR='${datadir}/gnome/help' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_EXTRACT='/usr/bin/intltool-extract' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_MERGE='/usr/bin/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='/usr/bin/intltool-update' INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' INTL_MACOSX_LIBS='' LD='/usr/bin/ld' LDFLAGS='' LIBCANBERRAGTK_CFLAGS='-D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' LIBCANBERRAGTK_LIBS='-lcanberra-gtk -lX11 -lcanberra -lgdk-x11-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' LIBICONV='-liconv' LIBINTL='' LIBNOTIFY_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' LIBNOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OMF_DIR='${datadir}/omf' OPENSSL_CFLAGS='' OPENSSL_LIBS='-lssl -lcrypto ' OTOOL64='' OTOOL='' PACKAGE='xchat-gnome' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome' PACKAGE_NAME='XChat-GNOME IRC Chat' PACKAGE_STRING='XChat-GNOME IRC Chat 0.3.0' PACKAGE_TARNAME='xchat-gnome' PACKAGE_URL='' PACKAGE_VERSION='0.3.0' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PERL_CFLAGS=' -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/i386-linux-thread-multi-64int-ld/CORE ' PERL_LDFLAGS='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.18.2/i386-linux-thread-multi-64int-ld/CORE -fstack-protector -L/usr/local/lib -L/usr/lib/perl5/5.18.2/i386-linux-thread-multi-64int-ld/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POSUB='po' PYTHON='/usr/bin/python' PYTHON_CFLAGS='-I/usr/include/python2.7' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_EXTRA_LIBS=' -lpthread -ldl -lutil' PYTHON_INCLUDES='-I/usr/include/python2.7' PYTHON_LIBS='-lpython2.7' PYTHON_LIB_LOC='-L/usr/lib/python2.7/config' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TCL_CFLAGS='-I/usr/include -I/usr/include' TCL_LIBS='-L/usr/lib -ltcl8.6 -ldl -lz -lpthread -lieee -lm' USE_MMX_FALSE='#' USE_MMX_TRUE='' USE_NLS='yes' USE_OPENSSL_FALSE='#' USE_OPENSSL_TRUE='' VERSION='0.3.0' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/install-sh' intltool__v_merge_options_0='-q' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/xchat-gnome' pkgpythondir='${pythondir}/xchat-gnome' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.7/site-packages' pythondir='${prefix}/lib/python2.7/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "XChat-GNOME IRC Chat" #define PACKAGE_TARNAME "xchat-gnome" #define PACKAGE_VERSION "0.3.0" #define PACKAGE_STRING "XChat-GNOME IRC Chat 0.3.0" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome" #define PACKAGE_URL "" #define PACKAGE "xchat-gnome" #define VERSION "0.3.0" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_MEMRCHR 1 #define HAVE_STRTOULL 1 #define HAVE_ATOLL 1 #define USE_DBUS 1 #define DBUS_SERVICES_DIR "${prefix}/share/dbus-1/services" #define ENABLE_PERL 1 #define ENABLE_PYTHON 1 #define USE_OPENSSL /**/ #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define GETTEXT_PACKAGE "xchat-gnome" #define HAVE_GETADDRINFO 1 #define USE_IPV6 /**/ #define USE_XLIB 1 #define USE_MMX 1 #define USE_PLUGIN /**/ #define USE_GMODULE /**/ #define _GNU_SOURCE /**/ configure: exit 0