This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Emacs configure 24.4.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = user-ThinkPad-X200 uname -m = x86_64 uname -r = 4.5.0-gnu uname -s = Linux uname -v = #1 SMP Tue Mar 15 02:38:42 UTC 2016 /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: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin PATH: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/sbin PATH: /home/user/.guix-profile/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3741: checking for xcrun configure:3771: result: no configure:3838: checking for GNU Make configure:3888: result: make configure:3913: checking for a BSD-compatible install configure:3981: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/install -c configure:3992: checking whether build environment is sane configure:4047: result: yes configure:4198: checking for a thread-safe mkdir -p configure:4237: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/mkdir -p configure:4244: checking for gawk configure:4260: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/gawk configure:4271: result: gawk configure:4304: checking whether make supports nested variables configure:4321: result: yes configure:4452: checking build system type configure:4466: result: x86_64-unknown-linux-gnu configure:4486: checking host system type configure:4499: result: x86_64-unknown-linux-gnu configure:5305: checking for gcc configure:5321: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/gcc configure:5332: result: gcc configure:5363: checking for C compiler version configure:5372: gcc --version >&5 gcc (GCC) 4.9.3 Copyright (C) 2015 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:5383: $? = 0 configure:5372: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/gnu/store/sjvcirri2bg7q5hlrkaywhmxllik0cfx-gcc-4.9.3/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: Thread model: posix gcc version 4.9.3 (GCC) configure:5383: $? = 0 configure:5372: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:5383: $? = 1 configure:5372: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:5383: $? = 1 configure:5403: checking whether the C compiler works configure:5425: gcc conftest.c >&5 configure:5429: $? = 0 configure:5477: result: yes configure:5480: checking for C compiler default output file name configure:5482: result: a.out configure:5488: checking for suffix of executables configure:5495: gcc -o conftest conftest.c >&5 configure:5499: $? = 0 configure:5521: result: configure:5543: checking whether we are cross compiling configure:5551: gcc -o conftest conftest.c >&5 configure:5555: $? = 0 configure:5562: ./conftest configure:5566: $? = 0 configure:5581: result: no configure:5586: checking for suffix of object files configure:5608: gcc -c conftest.c >&5 configure:5612: $? = 0 configure:5633: result: o configure:5637: checking whether we are using the GNU C compiler configure:5656: gcc -c conftest.c >&5 configure:5656: $? = 0 configure:5665: result: yes configure:5674: checking whether gcc accepts -g configure:5694: gcc -c -g conftest.c >&5 configure:5694: $? = 0 configure:5735: result: yes configure:5764: checking whether gcc understands -c and -o together configure:5786: gcc -c conftest.c -o conftest2.o configure:5789: $? = 0 configure:5786: gcc -c conftest.c -o conftest2.o configure:5789: $? = 0 configure:5801: result: yes configure:5829: checking for style of include used by make configure:5857: result: GNU configure:5883: checking dependency style of gcc configure:5994: result: gcc3 configure:6059: checking for gcc option to accept ISO C99 configure:6208: gcc -c -g -O2 conftest.c >&5 conftest.c:62:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:116:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:116:18: error: 'newvar' undeclared (first use in this function) conftest.c:116:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:126:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:126:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code configure:6208: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | /* 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:6208: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6208: $? = 0 configure:6228: result: -std=gnu99 configure:6238: checking for gcc -std=gnu99 option to accept ISO Standard C configure:6252: result: -std=gnu99 configure:6290: checking how to run the C preprocessor configure:6321: gcc -std=gnu99 -E conftest.c configure:6321: $? = 0 configure:6335: gcc -std=gnu99 -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6335: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | /* end confdefs.h. */ | #include configure:6360: result: gcc -std=gnu99 -E configure:6380: gcc -std=gnu99 -E conftest.c configure:6380: $? = 0 configure:6394: gcc -std=gnu99 -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6394: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | /* end confdefs.h. */ | #include configure:6423: checking for grep that handles long lines and -e configure:6481: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/grep configure:6486: checking for egrep configure:6548: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/grep -E configure:6555: checking for Minix Amsterdam compiler configure:6579: result: no configure:6631: checking for ar configure:6647: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/ar configure:6658: result: ar configure:6738: checking for ranlib configure:6754: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/ranlib configure:6765: result: ranlib configure:6791: checking for ANSI C header files configure:6811: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6811: $? = 0 configure:6884: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6884: $? = 0 configure:6884: ./conftest configure:6884: $? = 0 configure:6895: result: yes configure:6908: checking for sys/types.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6908: checking for sys/stat.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6908: checking for stdlib.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6908: checking for string.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6908: checking for memory.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6908: checking for strings.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6908: checking for inttypes.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6908: checking for stdint.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6908: checking for unistd.h configure:6908: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6908: $? = 0 configure:6908: result: yes configure:6921: checking minix/config.h usability configure:6921: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:55:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:6921: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* 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:6921: result: no configure:6921: checking minix/config.h presence configure:6921: gcc -std=gnu99 -E conftest.c conftest.c:22:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:6921: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:6921: result: no configure:6921: checking for minix/config.h configure:6921: result: no configure:6945: checking whether it is safe to define __EXTENSIONS__ configure:6963: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6963: $? = 0 configure:6970: result: yes configure:6985: checking whether _XOPEN_SOURCE should be defined configure:7004: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7004: $? = 0 configure:7028: result: no configure:7047: checking for special C compiler options needed for large files configure:7092: result: no configure:7098: checking for _FILE_OFFSET_BITS value needed for large files configure:7123: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7123: $? = 0 configure:7155: result: no configure:7372: checking whether gcc -std=gnu99 accepts -g3 -O2 configure:7388: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c >&5 configure:7388: $? = 0 configure:7396: result: yes configure:7460: checking whether the compiler is clang configure:7480: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:31:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant error "not clang"; ^ configure:7480: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | #ifndef __clang__ | error "not clang"; | #endif | | int | main () | { | | ; | return 0; | } configure:7487: result: no configure:8624: checking whether ln -s works for files in the same directory configure:8649: result: yes configure:8666: checking for install-info configure:8684: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/install-info configure:8697: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/install-info configure:8707: checking for gzip configure:8725: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/gzip configure:8737: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/gzip configure:8752: checking for paxctl configure:8785: result: no configure:8815: checking for setfattr configure:8827: result: no configure:8842: checking for makeinfo configure:8860: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/makeinfo configure:8873: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/makeinfo configure:8940: checking for -znocombreloc configure:8953: gcc -std=gnu99 -o conftest -g3 -O2 -Wl,-znocombreloc conftest.c >&5 configure:8953: $? = 0 configure:8954: result: yes configure:8966: checking whether addresses are sanitized configure:8989: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:34:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant error "Addresses are not sanitized."; ^ configure:8989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #ifndef __has_feature | #define __has_feature(f) 0 | #endif | #if defined __SANITIZE_ADDRESS__ || __has_feature (address_sanitizer) | #else | error "Addresses are not sanitized."; | #endif | | int | main () | { | | ; | return 0; | } configure:8996: result: no configure:9165: checking for library containing sqrt configure:9196: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c >&5 conftest.c:37:6: warning: conflicting types for built-in function 'sqrt' char sqrt (); ^ /tmp/ccOFm4aV.o: In function `main': /home/user/source/emacs/conftest.c:41: undefined reference to `sqrt' collect2: error: ld returned 1 exit status configure:9196: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 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 sqrt (); | int | main () | { | return sqrt (); | ; | return 0; | } configure:9196: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lm >&5 conftest.c:37:6: warning: conflicting types for built-in function 'sqrt' char sqrt (); ^ configure:9196: $? = 0 configure:9213: result: -lm configure:9324: checking for pkg-config configure:9342: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/pkg-config configure:9354: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/pkg-config configure:9379: checking pkg-config is at least version 0.9.0 configure:9382: result: yes configure:9395: checking for GUILE configure:9402: $PKG_CONFIG --exists --print-errors "guile-2.2" configure:9405: $? = 0 configure:9419: $PKG_CONFIG --exists --print-errors "guile-2.2" configure:9422: $? = 0 configure:9480: result: yes configure:9489: checking for guile-snarf configure:9507: found /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/guile-snarf configure:9520: result: /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/guile-snarf configure:9539: checking for machine/soundcard.h configure:9539: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:38:31: fatal error: machine/soundcard.h: No such file or directory #include ^ compilation terminated. configure:9539: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | /* end confdefs.h. */ | | #ifdef __MINGW32__ | #define WIN32_LEAN_AND_MEAN | #include | #endif | | | #include configure:9539: result: no configure:9539: checking for sys/soundcard.h configure:9539: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9539: $? = 0 configure:9539: result: yes configure:9539: checking for soundcard.h configure:9539: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:39:23: fatal error: soundcard.h: No such file or directory #include ^ compilation terminated. configure:9539: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | | #ifdef __MINGW32__ | #define WIN32_LEAN_AND_MEAN | #include | #endif | | | #include configure:9539: result: no configure:9560: checking for _oss_ioctl in -lossaudio configure:9585: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lossaudio >&5 ld: cannot find -lossaudio collect2: error: ld returned 1 exit status configure:9585: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 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 _oss_ioctl (); | int | main () | { | return _oss_ioctl (); | ; | return 0; | } configure:9594: result: no configure:9612: checking for ALSA configure:9619: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" configure:9622: $? = 0 configure:9636: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" configure:9639: $? = 0 configure:9677: result: yes configure:9698: gcc -std=gnu99 -c -I/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/include -I/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/include/alsa -g3 -O2 conftest.c >&5 configure:9698: $? = 0 configure:9759: checking for sys/systeminfo.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:68:28: fatal error: sys/systeminfo.h: No such file or directory #include ^ compilation terminated. configure:9759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:9759: result: no configure:9759: checking for coff.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:68:18: fatal error: coff.h: No such file or directory #include ^ compilation terminated. configure:9759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:9759: result: no configure:9759: checking for pty.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for sys/resource.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for sys/utsname.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for pwd.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for utmp.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for util.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:73:18: fatal error: util.h: No such file or directory #include ^ compilation terminated. configure:9759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:9759: result: no configure:9759: checking for sys/socket.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for stdlib.h configure:9759: result: yes configure:9759: checking for unistd.h configure:9759: result: yes configure:9759: checking for sys/param.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for pthread.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for malloc/malloc.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:78:27: fatal error: malloc/malloc.h: No such file or directory #include ^ compilation terminated. configure:9759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:9759: result: no configure:9759: checking for maillock.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:78:22: fatal error: maillock.h: No such file or directory #include ^ compilation terminated. configure:9759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:9759: result: no configure:9759: checking for sys/un.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for dirent.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for execinfo.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for stdio_ext.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for getopt.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for sys/time.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for wchar.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for stdint.h configure:9759: result: yes configure:9759: checking for inttypes.h configure:9759: result: yes configure:9759: checking for sys/select.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9759: checking for sys/stat.h configure:9759: result: yes configure:9759: checking for utime.h configure:9759: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9759: $? = 0 configure:9759: result: yes configure:9788: checking if personality LINUX32 can be set configure:9801: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9801: $? = 0 configure:9807: result: yes configure:9818: checking for term.h configure:9818: gcc -std=gnu99 -E conftest.c configure:9818: $? = 0 configure:9818: result: yes configure:9828: checking whether time.h and sys/time.h may both be included configure:9848: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9848: $? = 0 configure:9855: result: yes configure:9863: checking whether sys_siglist is declared configure:9863: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9863: $? = 0 configure:9863: result: yes configure:9892: checking for sys/wait.h that is POSIX.1 compatible configure:9918: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9918: $? = 0 configure:9925: result: yes configure:9939: checking for net/if.h configure:9939: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9939: $? = 0 configure:9939: result: yes configure:9955: checking for ifaddrs.h configure:9955: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9955: $? = 0 configure:9955: result: yes configure:9971: checking for net/if_dl.h configure:9971: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c:100:23: fatal error: net/if_dl.h: No such file or directory #include ^ compilation terminated. configure:9971: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | | #include configure:9971: result: no configure:9986: checking for struct ifreq.ifr_flags configure:9986: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:9986: $? = 0 configure:9986: result: yes configure:10002: checking for struct ifreq.ifr_hwaddr configure:10002: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:108:5: error: used struct type value where scalar is required if (ac_aggr.ifr_hwaddr) ^ configure:10002: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main () | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_hwaddr) | return 0; | ; | return 0; | } configure:10002: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:10002: $? = 0 configure:10002: result: yes configure:10018: checking for struct ifreq.ifr_netmask configure:10018: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:109:5: error: used struct type value where scalar is required if (ac_aggr.ifr_netmask) ^ configure:10018: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main () | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_netmask) | return 0; | ; | return 0; | } configure:10018: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:10018: $? = 0 configure:10018: result: yes configure:10034: checking for struct ifreq.ifr_broadaddr configure:10034: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:110:5: error: used struct type value where scalar is required if (ac_aggr.ifr_broadaddr) ^ configure:10034: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main () | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_broadaddr) | return 0; | ; | return 0; | } configure:10034: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:10034: $? = 0 configure:10034: result: yes configure:10050: checking for struct ifreq.ifr_addr configure:10050: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:111:5: error: used struct type value where scalar is required if (ac_aggr.ifr_addr) ^ configure:10050: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main () | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_addr) | return 0; | ; | return 0; | } configure:10050: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:10050: $? = 0 configure:10050: result: yes configure:10066: checking for struct ifreq.ifr_addr.sa_len configure:10066: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:112:21: error: 'struct sockaddr' has no member named 'sa_len' if (ac_aggr.ifr_addr.sa_len) ^ configure:10066: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main () | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_addr.sa_len) | return 0; | ; | return 0; | } configure:10066: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:112:28: error: 'struct sockaddr' has no member named 'sa_len' if (sizeof ac_aggr.ifr_addr.sa_len) ^ configure:10066: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main () | { | static struct ifreq ac_aggr; | if (sizeof ac_aggr.ifr_addr.sa_len) | return 0; | ; | return 0; | } configure:10066: result: no configure:10090: checking whether gcc understands -MMD -MF configure:10105: gcc -std=gnu99 -c -g3 -O2 -MMD -MF deps.d -MP conftest.c >&5 configure:10105: $? = 0 configure:10114: result: yes configure:10136: checking for long file names configure:10168: result: yes configure:10185: checking for X configure:10293: gcc -std=gnu99 -E conftest.c configure:10293: $? = 0 configure:10324: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:10324: $? = 0 configure:10374: result: libraries , headers configure:11088: checking whether malloc is Doug Lea style configure:11109: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:76:6: warning: '__malloc_initialize_hook' is deprecated (declared at /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/include/malloc.h:147) [-Wdeprecated-declarations] __malloc_initialize_hook = hook; ^ configure:11109: $? = 0 configure:11115: result: yes configure:11141: checking sys/vlimit.h usability configure:11141: gcc -std=gnu99 -c -g3 -O2 conftest.c >&5 configure:11141: $? = 0 configure:11141: result: yes configure:11141: checking sys/vlimit.h presence configure:11141: gcc -std=gnu99 -E conftest.c configure:11141: $? = 0 configure:11141: result: yes configure:11141: checking for sys/vlimit.h configure:11141: result: yes configure:11151: checking for data_start configure:11167: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c >&5 configure:11167: $? = 0 configure:11175: result: yes configure:11222: checking for getpagesize configure:11222: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c >&5 configure:11222: $? = 0 configure:11222: result: yes configure:11231: checking for working mmap configure:11378: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c >&5 configure:11378: $? = 0 configure:11378: ./conftest configure:11378: $? = 0 configure:11388: result: yes configure:11406: checking for main in -lXbsd configure:11425: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lXbsd >&5 ld: cannot find -lXbsd collect2: error: ld returned 1 exit status configure:11425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_DATA_START 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:11434: result: no configure:11454: checking for library containing pthread_kill configure:11485: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c >&5 /tmp/ccfaIAux.o: In function `main': /home/user/source/emacs/conftest.c:85: undefined reference to `pthread_kill' collect2: error: ld returned 1 exit status configure:11485: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_DATA_START 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 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 pthread_kill (); | int | main () | { | return pthread_kill (); | ; | return 0; | } configure:11485: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lpthread >&5 configure:11485: $? = 0 configure:11503: result: -lpthread configure:11598: checking whether X on GNU/Linux needs -b to link configure:11611: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lX11 >&5 conftest.c: In function 'main': conftest.c:79:1: warning: implicit declaration of function 'XOpenDisplay' [-Wimplicit-function-declaration] XOpenDisplay ("foo"); ^ configure:11611: $? = 0 configure:11655: result: no configure:11662: checking for Xkb configure:11676: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:11676: $? = 0 configure:11683: result: yes configure:11695: checking for XrmSetDatabase configure:11695: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:11695: $? = 0 configure:11695: result: yes configure:11695: checking for XScreenResourceString configure:11695: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:11695: $? = 0 configure:11695: result: yes configure:11695: checking for XScreenNumberOfScreen configure:11695: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:11695: $? = 0 configure:11695: result: yes configure:11707: checking X11 version 6 configure:11726: gcc -std=gnu99 -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:11726: $? = 0 configure:11736: result: 6 or newer configure:11769: checking for RSVG configure:11776: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE" configure:11779: $? = 0 configure:11793: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE" configure:11796: $? = 0 configure:11834: result: yes configure:11863: checking for IMAGEMAGICK configure:11870: $PKG_CONFIG --exists --print-errors "$IMAGEMAGICK_MODULE" Package Wand was not found in the pkg-config search path. Perhaps you should add the directory containing `Wand.pc' to the PKG_CONFIG_PATH environment variable No package 'Wand' found Package Wand was not found in the pkg-config search path. Perhaps you should add the directory containing `Wand.pc' to the PKG_CONFIG_PATH environment variable No package 'Wand' found configure:11873: $? = 1 configure:11887: $PKG_CONFIG --exists --print-errors "$IMAGEMAGICK_MODULE" Package Wand was not found in the pkg-config search path. Perhaps you should add the directory containing `Wand.pc' to the PKG_CONFIG_PATH environment variable No package 'Wand' found Package Wand was not found in the pkg-config search path. Perhaps you should add the directory containing `Wand.pc' to the PKG_CONFIG_PATH environment variable No package 'Wand' found configure:11890: $? = 1 configure:11904: result: no No package 'Wand' found No package 'Wand' found configure:11976: checking for GTK configure:11983: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" configure:11986: $? = 0 configure:12000: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" configure:12003: $? = 0 configure:12041: result: yes configure:12164: checking whether GTK compiles configure:12192: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12192: $? = 0 configure:12197: result: yes configure:12219: WARNING: Your version of Gtk+ will have problems with closing open displays. This is no problem if you just use one display, but if you use more than one and close one of them Emacs may crash. configure:12239: checking whether GTK_TYPE_FILE_SELECTION is declared configure:12239: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c >&5 conftest.c: In function 'main': conftest.c:129:10: error: 'GTK_TYPE_FILE_SELECTION' undeclared (first use in this function) (void) GTK_TYPE_FILE_SELECTION; ^ conftest.c:129:10: note: each undeclared identifier is reported only once for each function it appears in configure:12239: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_DATA_START 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define HAVE_XKB 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | int | main () | { | #ifndef GTK_TYPE_FILE_SELECTION | #ifdef __cplusplus | (void) GTK_TYPE_FILE_SELECTION; | #else | (void) GTK_TYPE_FILE_SELECTION; | #endif | #endif | | ; | return 0; | } configure:12239: result: no configure:12263: checking whether GTK_TYPE_HANDLE_BOX is declared configure:12263: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c >&5 configure:12263: $? = 0 configure:12263: result: yes configure:12275: checking for gtk_handle_box_new configure:12275: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12275: $? = 0 configure:12275: result: yes configure:12287: checking whether GTK_TYPE_TEAROFF_MENU_ITEM is declared configure:12287: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c >&5 configure:12287: $? = 0 configure:12287: result: yes configure:12299: checking for gtk_tearoff_menu_item_new configure:12299: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12299: $? = 0 configure:12299: result: yes configure:12317: checking for gtk_widget_get_window configure:12317: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12317: $? = 0 configure:12317: result: yes configure:12317: checking for gtk_widget_set_has_window configure:12317: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12317: $? = 0 configure:12317: result: yes configure:12317: checking for gtk_dialog_get_action_area configure:12317: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12317: $? = 0 configure:12317: result: yes configure:12317: checking for gtk_widget_get_sensitive configure:12317: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12317: $? = 0 configure:12317: result: yes configure:12317: checking for gtk_widget_get_mapped configure:12317: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12317: $? = 0 configure:12317: result: yes configure:12317: checking for gtk_adjustment_get_page_size configure:12317: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12317: $? = 0 configure:12317: result: yes configure:12317: checking for gtk_orientable_set_orientation configure:12317: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12317: $? = 0 configure:12317: result: yes configure:12317: checking for gtk_window_set_has_resize_grip configure:12317: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lX11 >&5 configure:12317: $? = 0 configure:12317: result: yes configure:12338: checking for DBUS configure:12345: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0" configure:12348: $? = 0 configure:12362: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0" configure:12365: $? = 0 configure:12403: result: yes configure:12422: checking for dbus_watch_get_unix_fd configure:12422: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lX11 -L/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib -ldbus-1 >&5 configure:12422: $? = 0 configure:12422: result: yes configure:12422: checking for dbus_type_is_valid configure:12422: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lX11 -L/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib -ldbus-1 >&5 configure:12422: $? = 0 configure:12422: result: yes configure:12422: checking for dbus_validate_bus_name configure:12422: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lX11 -L/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib -ldbus-1 >&5 configure:12422: $? = 0 configure:12422: result: yes configure:12422: checking for dbus_validate_path configure:12422: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lX11 -L/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib -ldbus-1 >&5 configure:12422: $? = 0 configure:12422: result: yes configure:12422: checking for dbus_validate_interface configure:12422: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lX11 -L/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib -ldbus-1 >&5 configure:12422: $? = 0 configure:12422: result: yes configure:12422: checking for dbus_validate_member configure:12422: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lX11 -L/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib -ldbus-1 >&5 configure:12422: $? = 0 configure:12422: result: yes configure:12443: checking for GSETTINGS configure:12450: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26" configure:12453: $? = 0 configure:12467: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26" configure:12470: $? = 0 configure:12508: result: yes configure:12518: checking whether GSettings is in gio configure:12537: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -pthread -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include conftest.c -lX11 -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 >&5 configure:12537: $? = 0 configure:12544: result: yes configure:12563: checking for GCONF configure:12570: $PKG_CONFIG --exists --print-errors "gconf-2.0 >= 2.13" Package gconf-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gconf-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gconf-2.0' found configure:12573: $? = 1 configure:12587: $PKG_CONFIG --exists --print-errors "gconf-2.0 >= 2.13" Package gconf-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gconf-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gconf-2.0' found configure:12590: $? = 1 configure:12604: result: no No package 'gconf-2.0' found configure:12645: checking for GOBJECT configure:12652: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0" configure:12655: $? = 0 configure:12669: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0" configure:12672: $? = 0 configure:12710: result: yes configure:12733: checking for lgetfilecon in -lselinux configure:12758: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lselinux -lX11 >&5 ld: cannot find -lselinux collect2: error: ld returned 1 exit status configure:12758: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_DATA_START 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define HAVE_XKB 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_GTK_HANDLE_BOX_NEW 1 | #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1 | #define HAVE_GTK_WIDGET_GET_WINDOW 1 | #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1 | #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1 | #define HAVE_GTK_WIDGET_GET_SENSITIVE 1 | #define HAVE_GTK_WIDGET_GET_MAPPED 1 | #define HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE 1 | #define HAVE_GTK_ORIENTABLE_SET_ORIENTATION 1 | #define HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 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 lgetfilecon (); | int | main () | { | return lgetfilecon (); | ; | return 0; | } configure:12767: result: no configure:12789: checking for LIBGNUTLS configure:12796: $PKG_CONFIG --exists --print-errors "gnutls >= 3.0.0" configure:12799: $? = 0 configure:12813: $PKG_CONFIG --exists --print-errors "gnutls >= 3.0.0" configure:12816: $? = 0 configure:12854: result: yes configure:12981: checking for GFILENOTIFY configure:12988: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.24" configure:12991: $? = 0 configure:13005: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.24" configure:13008: $? = 0 configure:13046: result: yes configure:13538: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c >&5 configure:13538: $? = 0 configure:13587: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include --pedantic-errors conftest.c >&5 In file included from /gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include/X11/Xlib.h:47:0, from conftest.c:113: /gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include/X11/Xfuncproto.h:160:24: error: ISO C does not permit named variadic macros [-Wvariadic-macros] #define _X_NONNULL(args...) __attribute__((nonnull(args))) ^ conftest.c: In function 'main': conftest.c:130:72: error: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback, ^ In file included from conftest.c:113:0: /gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include/X11/Xlib.h:3931:13: note: expected 'XIDProc' but argument is of type 'XIMProc' extern Bool XRegisterIMInstantiateCallback( ^ conftest.c:131:4: error: passing argument 6 of 'XRegisterIMInstantiateCallback' from incompatible pointer type client_data); ^ In file included from conftest.c:113:0: /gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include/X11/Xlib.h:3931:13: note: expected 'XPointer' but argument is of type 'char **' extern Bool XRegisterIMInstantiateCallback( ^ configure:13587: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_DATA_START 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define HAVE_XKB 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_GTK_HANDLE_BOX_NEW 1 | #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1 | #define HAVE_GTK_WIDGET_GET_WINDOW 1 | #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1 | #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1 | #define HAVE_GTK_WIDGET_GET_SENSITIVE 1 | #define HAVE_GTK_WIDGET_GET_MAPPED 1 | #define HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE 1 | #define HAVE_GTK_ORIENTABLE_SET_ORIENTATION 1 | #define HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_GNUTLS3 1 | #define HAVE_GNUTLS 1 | #define HAVE_GFILENOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | /* end confdefs.h. */ | | #include | #include | int | main () | { | Display *display; | XrmDatabase db; | char *res_name; | char *res_class; | XIMProc callback; | XPointer *client_data; | #ifndef __GNUC__ | /* If we're not using GCC, it's probably not XFree86, and this is | probably right, but we can't use something like --pedantic-errors. */ | extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*, | char*, XIMProc, XPointer*); | #endif | (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback, | client_data); | ; | return 0; | } configure:13616: checking for FONTCONFIG configure:13623: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" configure:13626: $? = 0 configure:13640: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" configure:13643: $? = 0 configure:13681: result: yes configure:13693: checking for XFT configure:13700: $PKG_CONFIG --exists --print-errors "xft >= 0.13.0" configure:13703: $? = 0 configure:13717: $PKG_CONFIG --exists --print-errors "xft >= 0.13.0" configure:13720: $? = 0 configure:13758: result: yes configure:13766: checking for XRenderQueryExtension in -lXrender configure:13791: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lXrender -lX11 >&5 configure:13791: $? = 0 configure:13800: result: yes configure:13814: checking for X11/Xft/Xft.h configure:13814: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include conftest.c >&5 configure:13814: $? = 0 configure:13814: result: yes configure:13817: checking for XftFontOpen in -lXft configure:13842: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include conftest.c -lXft -lXrender -L/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/lib -lXft -lXrender -L/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/lib -lXft -lX11 >&5 configure:13842: $? = 0 configure:13851: result: yes configure:13882: checking for FREETYPE configure:13889: $PKG_CONFIG --exists --print-errors "freetype2" configure:13892: $? = 0 configure:13906: $PKG_CONFIG --exists --print-errors "freetype2" configure:13909: $? = 0 configure:13947: result: yes configure:13964: checking for LIBOTF configure:13971: $PKG_CONFIG --exists --print-errors "libotf" Package libotf was not found in the pkg-config search path. Perhaps you should add the directory containing `libotf.pc' to the PKG_CONFIG_PATH environment variable No package 'libotf' found configure:13974: $? = 1 configure:13988: $PKG_CONFIG --exists --print-errors "libotf" Package libotf was not found in the pkg-config search path. Perhaps you should add the directory containing `libotf.pc' to the PKG_CONFIG_PATH environment variable No package 'libotf' found configure:13991: $? = 1 configure:14005: result: no No package 'libotf' found configure:14289: checking X11/xpm.h usability configure:14289: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c >&5 configure:14289: $? = 0 configure:14289: result: yes configure:14289: checking X11/xpm.h presence configure:14289: gcc -std=gnu99 -E conftest.c configure:14289: $? = 0 configure:14289: result: yes configure:14289: checking for X11/xpm.h configure:14289: result: yes configure:14291: checking for XpmReadFileToPixmap in -lXpm configure:14316: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lXpm -lX11 -lX11 >&5 configure:14316: $? = 0 configure:14325: result: yes configure:14335: checking for XpmReturnAllocPixels preprocessor define configure:14355: result: yes configure:14439: checking jerror.h usability configure:14439: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c >&5 configure:14439: $? = 0 configure:14439: result: yes configure:14439: checking jerror.h presence configure:14439: gcc -std=gnu99 -E conftest.c configure:14439: $? = 0 configure:14439: result: yes configure:14439: checking for jerror.h configure:14439: result: yes configure:14441: checking for jpeg_destroy_compress in -ljpeg configure:14466: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -ljpeg -lX11 >&5 configure:14466: $? = 0 configure:14475: result: yes configure:14517: checking for library containing inflateEnd configure:14548: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lX11 >&5 /tmp/cc2iUnzD.o: In function `main': /home/user/source/emacs/conftest.c:129: undefined reference to `inflateEnd' collect2: error: ld returned 1 exit status configure:14548: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_DATA_START 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define HAVE_XKB 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_GTK_HANDLE_BOX_NEW 1 | #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1 | #define HAVE_GTK_WIDGET_GET_WINDOW 1 | #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1 | #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1 | #define HAVE_GTK_WIDGET_GET_SENSITIVE 1 | #define HAVE_GTK_WIDGET_GET_MAPPED 1 | #define HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE 1 | #define HAVE_GTK_ORIENTABLE_SET_ORIENTATION 1 | #define HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_GNUTLS3 1 | #define HAVE_GNUTLS 1 | #define HAVE_GFILENOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define XRegisterIMInstantiateCallback_arg6 XPointer | #define HAVE_XFT 1 | #define HAVE_FREETYPE 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 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 inflateEnd (); | int | main () | { | return inflateEnd (); | ; | return 0; | } configure:14548: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -lz -lX11 >&5 configure:14548: $? = 0 configure:14565: result: -lz configure:14605: checking for png configure:14635: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 conftest.c -lpng15 -lz -lm -lX11 >&5 configure:14635: $? = 0 configure:14650: result: yes configure:14661: checking whether png_longjmp is declared configure:14661: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 conftest.c >&5 configure:14661: $? = 0 configure:14661: result: yes configure:14699: checking tiffio.h usability configure:14699: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c >&5 configure:14699: $? = 0 configure:14699: result: yes configure:14699: checking tiffio.h presence configure:14699: gcc -std=gnu99 -E conftest.c configure:14699: $? = 0 configure:14699: result: yes configure:14699: checking for tiffio.h configure:14699: result: yes configure:14704: checking for TIFFGetVersion in -ltiff configure:14729: gcc -std=gnu99 -o conftest -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c -ltiff -ljpeg -lz -lm -lX11 >&5 ld: warning: libjpeg.so.9, needed by /gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/lib/libtiff.so, may conflict with libjpeg.so.8 configure:14729: $? = 0 configure:14738: result: yes configure:14780: checking gif_lib.h usability configure:14780: gcc -std=gnu99 -c -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include conftest.c >&5 conftest.c:154:21: fatal error: gif_lib.h: No such file or directory #include ^ compilation terminated. configure:14780: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_DATA_START 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define HAVE_XKB 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_GTK_HANDLE_BOX_NEW 1 | #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1 | #define HAVE_GTK_WIDGET_GET_WINDOW 1 | #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1 | #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1 | #define HAVE_GTK_WIDGET_GET_SENSITIVE 1 | #define HAVE_GTK_WIDGET_GET_MAPPED 1 | #define HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE 1 | #define HAVE_GTK_ORIENTABLE_SET_ORIENTATION 1 | #define HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_GNUTLS3 1 | #define HAVE_GNUTLS 1 | #define HAVE_GFILENOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define XRegisterIMInstantiateCallback_arg6 XPointer | #define HAVE_XFT 1 | #define HAVE_FREETYPE 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_ZLIB 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14780: result: no configure:14780: checking gif_lib.h presence configure:14780: gcc -std=gnu99 -E conftest.c conftest.c:121:21: fatal error: gif_lib.h: No such file or directory #include ^ compilation terminated. configure:14780: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.4.50" | #define PACKAGE_STRING "GNU Emacs 24.4.50" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/emacs/" | #define PACKAGE "emacs" | #define VERSION "24.4.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define CANNOT_DUMP 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PERSONALITY_LINUX32 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_DATA_START 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define HAVE_XKB 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_GTK_HANDLE_BOX_NEW 1 | #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1 | #define HAVE_GTK_WIDGET_GET_WINDOW 1 | #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1 | #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1 | #define HAVE_GTK_WIDGET_GET_SENSITIVE 1 | #define HAVE_GTK_WIDGET_GET_MAPPED 1 | #define HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE 1 | #define HAVE_GTK_ORIENTABLE_SET_ORIENTATION 1 | #define HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_GNUTLS3 1 | #define HAVE_GNUTLS 1 | #define HAVE_GFILENOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define XRegisterIMInstantiateCallback_arg6 XPointer | #define HAVE_XFT 1 | #define HAVE_FREETYPE 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_ZLIB 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | /* end confdefs.h. */ | #include configure:14780: result: no configure:14780: checking for gif_lib.h configure:14780: result: no configure:14943: error: The following required libraries were not found: libgif/libungif Maybe some development libraries/packages are missing? If you don't want to link with them give --with-gif=no as options to configure ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_ALSA_CFLAGS_set= ac_cv_env_ALSA_CFLAGS_value= ac_cv_env_ALSA_LIBS_set= ac_cv_env_ALSA_LIBS_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= 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_FONTCONFIG_CFLAGS_set= ac_cv_env_FONTCONFIG_CFLAGS_value= ac_cv_env_FONTCONFIG_LIBS_set= ac_cv_env_FONTCONFIG_LIBS_value= ac_cv_env_FREETYPE_CFLAGS_set= ac_cv_env_FREETYPE_CFLAGS_value= ac_cv_env_FREETYPE_LIBS_set= ac_cv_env_FREETYPE_LIBS_value= ac_cv_env_GCONF_CFLAGS_set= ac_cv_env_GCONF_CFLAGS_value= ac_cv_env_GCONF_LIBS_set= ac_cv_env_GCONF_LIBS_value= ac_cv_env_GFILENOTIFY_CFLAGS_set= ac_cv_env_GFILENOTIFY_CFLAGS_value= ac_cv_env_GFILENOTIFY_LIBS_set= ac_cv_env_GFILENOTIFY_LIBS_value= ac_cv_env_GOBJECT_CFLAGS_set= ac_cv_env_GOBJECT_CFLAGS_value= ac_cv_env_GOBJECT_LIBS_set= ac_cv_env_GOBJECT_LIBS_value= ac_cv_env_GSETTINGS_CFLAGS_set= ac_cv_env_GSETTINGS_CFLAGS_value= ac_cv_env_GSETTINGS_LIBS_set= ac_cv_env_GSETTINGS_LIBS_value= ac_cv_env_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_LIBS_value= ac_cv_env_GUILE_CFLAGS_set= ac_cv_env_GUILE_CFLAGS_value= ac_cv_env_GUILE_LIBS_set= ac_cv_env_GUILE_LIBS_value= ac_cv_env_IMAGEMAGICK_CFLAGS_set= ac_cv_env_IMAGEMAGICK_CFLAGS_value= ac_cv_env_IMAGEMAGICK_LIBS_set= ac_cv_env_IMAGEMAGICK_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBGNUTLS_CFLAGS_set= ac_cv_env_LIBGNUTLS_CFLAGS_value= ac_cv_env_LIBGNUTLS_LIBS_set= ac_cv_env_LIBGNUTLS_LIBS_value= ac_cv_env_LIBOTF_CFLAGS_set= ac_cv_env_LIBOTF_CFLAGS_value= ac_cv_env_LIBOTF_LIBS_set= ac_cv_env_LIBOTF_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBXML2_CFLAGS_set= ac_cv_env_LIBXML2_CFLAGS_value= ac_cv_env_LIBXML2_LIBS_set= ac_cv_env_LIBXML2_LIBS_value= ac_cv_env_M17N_FLT_CFLAGS_set= ac_cv_env_M17N_FLT_CFLAGS_value= ac_cv_env_M17N_FLT_LIBS_set= ac_cv_env_M17N_FLT_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=/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/lib/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_RSVG_CFLAGS_set= ac_cv_env_RSVG_CFLAGS_value= ac_cv_env_RSVG_LIBS_set= ac_cv_env_RSVG_LIBS_value= ac_cv_env_XFIXES_CFLAGS_set= ac_cv_env_XFIXES_CFLAGS_value= ac_cv_env_XFIXES_LIBS_set= ac_cv_env_XFIXES_LIBS_value= ac_cv_env_XFT_CFLAGS_set= ac_cv_env_XFT_CFLAGS_value= ac_cv_env_XFT_LIBS_set= ac_cv_env_XFT_LIBS_value= ac_cv_env_XINERAMA_CFLAGS_set= ac_cv_env_XINERAMA_CFLAGS_value= ac_cv_env_XINERAMA_LIBS_set= ac_cv_env_XINERAMA_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_XRANDR_CFLAGS_set= ac_cv_env_XRANDR_CFLAGS_value= ac_cv_env_XRANDR_LIBS_set= ac_cv_env_XRANDR_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_XScreenNumberOfScreen=yes ac_cv_func_XScreenResourceString=yes ac_cv_func_XrmSetDatabase=yes ac_cv_func_dbus_type_is_valid=yes ac_cv_func_dbus_validate_bus_name=yes ac_cv_func_dbus_validate_interface=yes ac_cv_func_dbus_validate_member=yes ac_cv_func_dbus_validate_path=yes ac_cv_func_dbus_watch_get_unix_fd=yes ac_cv_func_getpagesize=yes ac_cv_func_gtk_adjustment_get_page_size=yes ac_cv_func_gtk_dialog_get_action_area=yes ac_cv_func_gtk_handle_box_new=yes ac_cv_func_gtk_orientable_set_orientation=yes ac_cv_func_gtk_tearoff_menu_item_new=yes ac_cv_func_gtk_widget_get_mapped=yes ac_cv_func_gtk_widget_get_sensitive=yes ac_cv_func_gtk_widget_get_window=yes ac_cv_func_gtk_widget_set_has_window=yes ac_cv_func_gtk_window_set_has_resize_grip=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_have_decl_GTK_TYPE_FILE_SELECTION=no ac_cv_have_decl_GTK_TYPE_HANDLE_BOX=yes ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM=yes ac_cv_have_decl_png_longjmp=yes ac_cv_have_decl_sys_siglist=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_X11_Xft_Xft_h=yes ac_cv_header_X11_xpm_h=yes ac_cv_header_coff_h=no ac_cv_header_dirent_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_getopt_h=yes ac_cv_header_gif_lib_h=no ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jerror_h=yes ac_cv_header_machine_soundcard_h=no ac_cv_header_maillock_h=no ac_cv_header_malloc_malloc_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_net_if_dl_h=no ac_cv_header_net_if_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pty_h=yes ac_cv_header_pwd_h=yes ac_cv_header_soundcard_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_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_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_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_sys_un_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_vlimit_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_term_h=yes ac_cv_header_tiffio_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_util_h=no ac_cv_header_utime_h=yes ac_cv_header_utmp_h=yes ac_cv_header_wchar_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_Xbsd_main=no ac_cv_lib_Xft_XftFontOpen=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes ac_cv_lib_Xrender_XRenderQueryExtension=yes ac_cv_lib_jpeg_jpeg_destroy_compress=yes ac_cv_lib_ossaudio__oss_ioctl=no ac_cv_lib_selinux_lgetfilecon=no ac_cv_lib_tiff_TIFFGetVersion=yes ac_cv_member_struct_ifreq_ifr_addr=yes ac_cv_member_struct_ifreq_ifr_addr_sa_len=no ac_cv_member_struct_ifreq_ifr_broadaddr=yes ac_cv_member_struct_ifreq_ifr_flags=yes ac_cv_member_struct_ifreq_ifr_hwaddr=yes ac_cv_member_struct_ifreq_ifr_netmask=yes ac_cv_objext=o ac_cv_path_EGREP='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/grep -E' ac_cv_path_GREP=/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/grep ac_cv_path_GUILE_SNARF=/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/guile-snarf ac_cv_path_GZIP_PROG=/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/gzip ac_cv_path_INSTALL_INFO=/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/install-info ac_cv_path_MAKE=make ac_cv_path_MAKEINFO=/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/makeinfo ac_cv_path_ac_pt_PKG_CONFIG=/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/pkg-config ac_cv_path_install='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/install -c' ac_cv_path_mkdir=/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -std=gnu99 -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_safe_to_define___extensions__=yes ac_cv_search_inflateEnd=-lz ac_cv_search_pthread_kill=-lpthread ac_cv_search_sqrt=-lm ac_cv_should_define__xopen_source=no ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_long_file_names=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes emacs_cv_clang=no emacs_cv_data_start=yes emacs_cv_personality_linux32=yes emacs_cv_prog_cc_g3=yes emacs_cv_prog_setfattr=no emacs_cv_sanitize_address=no emacs_cv_var_doug_lea_malloc=yes emacs_cv_x11_version_6=yes gl_cv_c_amsterdam_compiler=no pkg_cv_ALSA_CFLAGS='-I/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/include -I/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/include/alsa' pkg_cv_ALSA_LIBS='-L/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/lib -lasound' pkg_cv_DBUS_CFLAGS='-I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include' pkg_cv_DBUS_LIBS='-L/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib -ldbus-1' pkg_cv_FONTCONFIG_CFLAGS='-I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2' pkg_cv_FONTCONFIG_LIBS='-L/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/lib -L/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/lib -lfontconfig -lfreetype' pkg_cv_FREETYPE_CFLAGS=-I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 pkg_cv_FREETYPE_LIBS='-L/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/lib -lfreetype' pkg_cv_GFILENOTIFY_CFLAGS='-pthread -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' pkg_cv_GFILENOTIFY_LIBS='-L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0' pkg_cv_GOBJECT_CFLAGS='-I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' pkg_cv_GOBJECT_LIBS='-L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgobject-2.0 -lglib-2.0' pkg_cv_GSETTINGS_CFLAGS='-pthread -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' pkg_cv_GSETTINGS_LIBS='-L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0' pkg_cv_GTK_CFLAGS='-pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' pkg_cv_GTK_LIBS='-L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0' pkg_cv_GUILE_CFLAGS='-pthread -I/gnu/store/78l1pw95yim26l0qwynihnprdcpp874v-guile-for-guile-emacs-20150510.d8d9a8d/include/guile/2.2' pkg_cv_GUILE_LIBS='-L/gnu/store/78l1pw95yim26l0qwynihnprdcpp874v-guile-for-guile-emacs-20150510.d8d9a8d/lib -L/gnu/store/my4az71gz8iqd4w8kb34kq7vlk3fcvhm-libgc-7.4.2/lib -lguile-2.2 -lgc' pkg_cv_LIBGNUTLS_CFLAGS='-I/gnu/store/k1bihwrvcrhjwpxg74d93w9dwsldrvap-gnutls-3.4.7/include -I/gnu/store/9b413hb811li9wim9advgcwllclhbgjg-nettle-3.2/include -I/gnu/store/l4938hj3j6d63firvfr95snj8ns6wg34-libtasn1-4.7/include -I/gnu/store/pnax3d98xn5j7phj577v6sk9p9kfcs6m-libidn-1.32/include -I/gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/include' pkg_cv_LIBGNUTLS_LIBS='-L/gnu/store/k1bihwrvcrhjwpxg74d93w9dwsldrvap-gnutls-3.4.7/lib -lgnutls' pkg_cv_RSVG_CFLAGS='-pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include' pkg_cv_RSVG_LIBS='-L/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo' pkg_cv_XFT_CFLAGS='-I/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include' pkg_cv_XFT_LIBS='-L/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/lib -lXft' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/user/source/emacs/build-aux/missing aclocal-1.15' ACLOCAL_PATH='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/share/aclocal' ALLOCA='' ALLOCA_H='' ALSA_CFLAGS='-I/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/include -I/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/include/alsa' ALSA_LIBS='-L/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/lib -lasound' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' APPLE_UNIVERSAL_BUILD='' AR='ar' ARFLAGS='cru' AUTOCONF='${SHELL} /home/user/source/emacs/build-aux/missing autoconf' AUTOHEADER='${SHELL} /home/user/source/emacs/build-aux/missing autoheader' AUTOMAKE='${SHELL} /home/user/source/emacs/build-aux/missing automake-1.15' AWK='gawk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' BLESSMAIL_TARGET='' BUILDING_FOR_WINDOWSNT_FALSE='' BUILDING_FOR_WINDOWSNT_TRUE='#' BYTESWAP_H='' CANNOT_DUMP='yes' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS=' -g3 -O2 -pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include' CFLAGS_SOUND=' -I/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/include -I/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/include/alsa' CLIENTRES='' CLIENTW='' CM_OBJ='cm.o' COM_ERRLIB='' CPP='gcc -std=gnu99 -E' CPPFLAGS=' ' CRYPTOLIB='' CYGPATH_W='echo' CYGWIN_OBJ='' C_SWITCH_MACHINE='' C_SWITCH_SYSTEM='' C_SWITCH_X_SITE=' -pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include' DBUS_CFLAGS='-I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include' DBUS_LIBS='-L/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib -ldbus-1' DBUS_OBJ='dbusbind.o' DEFS=' ' DEPDIR='.deps' DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP' DESLIB='' DOCMISC_W32='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/grep -E' EMACSRES='' EMACS_MANIFEST='' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXECINFO_H='' EXEEXT='' FIRSTFILE_OBJ='' FONTCONFIG_CFLAGS='-I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2' FONTCONFIG_LIBS='-L/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/lib -L/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/lib -lfontconfig -lfreetype' FONT_OBJ='' FREETYPE_CFLAGS='-I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2' FREETYPE_LIBS='-L/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/lib -lfreetype' GCONF_CFLAGS='' GCONF_LIBS='' GETLOADAVG_LIBS='' GETOPT_H='' GFILENOTIFY_CFLAGS='-pthread -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' GFILENOTIFY_LIBS='-L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='' GL_GENERATE_ALLOCA_H_FALSE='' GL_GENERATE_ALLOCA_H_TRUE='' GL_GENERATE_BYTESWAP_H_FALSE='' GL_GENERATE_BYTESWAP_H_TRUE='' GL_GENERATE_ERRNO_H_FALSE='' GL_GENERATE_ERRNO_H_TRUE='' GL_GENERATE_EXECINFO_H_FALSE='' GL_GENERATE_EXECINFO_H_TRUE='' GL_GENERATE_STDALIGN_H_FALSE='' GL_GENERATE_STDALIGN_H_TRUE='' GL_GENERATE_STDDEF_H_FALSE='' GL_GENERATE_STDDEF_H_TRUE='' GL_GENERATE_STDINT_H_FALSE='' GL_GENERATE_STDINT_H_TRUE='' GMALLOC_OBJ='' GNULIB_ALPHASORT='' GNULIB_ATOLL='' GNULIB_CALLOC_POSIX='' GNULIB_CANONICALIZE_FILE_NAME='' GNULIB_CHDIR='' GNULIB_CHOWN='' GNULIB_CLOSE='' GNULIB_CLOSEDIR='' GNULIB_DIRFD='' GNULIB_DPRINTF='' GNULIB_DUP2='' GNULIB_DUP3='' GNULIB_DUP='' GNULIB_ENVIRON='' GNULIB_EUIDACCESS='' GNULIB_FACCESSAT='' GNULIB_FCHDIR='' GNULIB_FCHMODAT='' GNULIB_FCHOWNAT='' GNULIB_FCLOSE='' GNULIB_FCNTL='' GNULIB_FDATASYNC='' GNULIB_FDOPEN='' GNULIB_FDOPENDIR='' GNULIB_FFLUSH='' GNULIB_FFSL='' GNULIB_FFSLL='' GNULIB_FGETC='' GNULIB_FGETS='' GNULIB_FOPEN='' GNULIB_FPRINTF='' GNULIB_FPRINTF_POSIX='' GNULIB_FPURGE='' GNULIB_FPUTC='' GNULIB_FPUTS='' GNULIB_FREAD='' GNULIB_FREOPEN='' GNULIB_FSCANF='' GNULIB_FSEEK='' GNULIB_FSEEKO='' GNULIB_FSTAT='' GNULIB_FSTATAT='' GNULIB_FSYNC='' GNULIB_FTELL='' GNULIB_FTELLO='' GNULIB_FTRUNCATE='' GNULIB_FUTIMENS='' GNULIB_FWRITE='' GNULIB_GETC='' GNULIB_GETCHAR='' GNULIB_GETCWD='' GNULIB_GETDELIM='' GNULIB_GETDOMAINNAME='' GNULIB_GETDTABLESIZE='' GNULIB_GETGROUPS='' GNULIB_GETHOSTNAME='' GNULIB_GETLINE='' GNULIB_GETLOADAVG='' GNULIB_GETLOGIN='' GNULIB_GETLOGIN_R='' GNULIB_GETPAGESIZE='' GNULIB_GETSUBOPT='' GNULIB_GETTIMEOFDAY='' GNULIB_GETUSERSHELL='' GNULIB_GL_UNISTD_H_GETOPT='' GNULIB_GRANTPT='' GNULIB_GROUP_MEMBER='' GNULIB_IMAXABS='' GNULIB_IMAXDIV='' GNULIB_ISATTY='' GNULIB_LCHMOD='' GNULIB_LCHOWN='' GNULIB_LINK='' GNULIB_LINKAT='' GNULIB_LSEEK='' GNULIB_LSTAT='' GNULIB_MALLOC_POSIX='' GNULIB_MBSCASECMP='' GNULIB_MBSCASESTR='' GNULIB_MBSCHR='' GNULIB_MBSCSPN='' GNULIB_MBSLEN='' GNULIB_MBSNCASECMP='' GNULIB_MBSNLEN='' GNULIB_MBSPBRK='' GNULIB_MBSPCASECMP='' GNULIB_MBSRCHR='' GNULIB_MBSSEP='' GNULIB_MBSSPN='' GNULIB_MBSSTR='' GNULIB_MBSTOK_R='' GNULIB_MBTOWC='' GNULIB_MEMCHR='' GNULIB_MEMMEM='' GNULIB_MEMPCPY='' GNULIB_MEMRCHR='' GNULIB_MKDIRAT='' GNULIB_MKDTEMP='' GNULIB_MKFIFO='' GNULIB_MKFIFOAT='' GNULIB_MKNOD='' GNULIB_MKNODAT='' GNULIB_MKOSTEMP='' GNULIB_MKOSTEMPS='' GNULIB_MKSTEMP='' GNULIB_MKSTEMPS='' GNULIB_MKTIME='' GNULIB_NANOSLEEP='' GNULIB_NONBLOCKING='' GNULIB_OBSTACK_PRINTF='' GNULIB_OBSTACK_PRINTF_POSIX='' GNULIB_OPEN='' GNULIB_OPENAT='' GNULIB_OPENDIR='' GNULIB_PCLOSE='' GNULIB_PERROR='' GNULIB_PIPE2='' GNULIB_PIPE='' GNULIB_POPEN='' GNULIB_POSIX_OPENPT='' GNULIB_PREAD='' GNULIB_PRINTF='' GNULIB_PRINTF_POSIX='' GNULIB_PSELECT='' GNULIB_PTHREAD_SIGMASK='' GNULIB_PTSNAME='' GNULIB_PTSNAME_R='' GNULIB_PUTC='' GNULIB_PUTCHAR='' GNULIB_PUTENV='' GNULIB_PUTS='' GNULIB_PWRITE='' GNULIB_RAISE='' GNULIB_RANDOM='' GNULIB_RANDOM_R='' GNULIB_RAWMEMCHR='' GNULIB_READ='' GNULIB_READDIR='' GNULIB_READLINK='' GNULIB_READLINKAT='' GNULIB_REALLOC_POSIX='' GNULIB_REALPATH='' GNULIB_REMOVE='' GNULIB_RENAME='' GNULIB_RENAMEAT='' GNULIB_REWINDDIR='' GNULIB_RMDIR='' GNULIB_RPMATCH='' GNULIB_SCANDIR='' GNULIB_SCANF='' GNULIB_SECURE_GETENV='' GNULIB_SELECT='' GNULIB_SETENV='' GNULIB_SETHOSTNAME='' GNULIB_SIGACTION='' GNULIB_SIGNAL_H_SIGPIPE='' GNULIB_SIGPROCMASK='' GNULIB_SLEEP='' GNULIB_SNPRINTF='' GNULIB_SPRINTF_POSIX='' GNULIB_STAT='' GNULIB_STDIO_H_NONBLOCKING='' GNULIB_STDIO_H_SIGPIPE='' GNULIB_STPCPY='' GNULIB_STPNCPY='' GNULIB_STRCASESTR='' GNULIB_STRCHRNUL='' GNULIB_STRDUP='' GNULIB_STRERROR='' GNULIB_STRERROR_R='' GNULIB_STRNCAT='' GNULIB_STRNDUP='' GNULIB_STRNLEN='' GNULIB_STRPBRK='' GNULIB_STRPTIME='' GNULIB_STRSEP='' GNULIB_STRSIGNAL='' GNULIB_STRSTR='' GNULIB_STRTOD='' GNULIB_STRTOIMAX='' GNULIB_STRTOK_R='' GNULIB_STRTOLL='' GNULIB_STRTOULL='' GNULIB_STRTOUMAX='' GNULIB_STRVERSCMP='' GNULIB_SYMLINK='' GNULIB_SYMLINKAT='' GNULIB_SYSTEM_POSIX='' GNULIB_TIMEGM='' GNULIB_TIME_R='' GNULIB_TMPFILE='' GNULIB_TTYNAME_R='' GNULIB_UNISTD_H_NONBLOCKING='' GNULIB_UNISTD_H_SIGPIPE='' GNULIB_UNLINK='' GNULIB_UNLINKAT='' GNULIB_UNLOCKPT='' GNULIB_UNSETENV='' GNULIB_USLEEP='' GNULIB_UTIMENSAT='' GNULIB_VASPRINTF='' GNULIB_VDPRINTF='' GNULIB_VFPRINTF='' GNULIB_VFPRINTF_POSIX='' GNULIB_VFSCANF='' GNULIB_VPRINTF='' GNULIB_VPRINTF_POSIX='' GNULIB_VSCANF='' GNULIB_VSNPRINTF='' GNULIB_VSPRINTF_POSIX='' GNULIB_WARN_CFLAGS='' GNULIB_WCTOMB='' GNULIB_WRITE='' GNULIB__EXIT='' GNUSTEP_CFLAGS='' GNU_OBJC_CFLAGS='' GOBJECT_CFLAGS='-I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' GOBJECT_LIBS='-L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgobject-2.0 -lglib-2.0' GREP='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/grep' GSETTINGS_CFLAGS='-pthread -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' GSETTINGS_LIBS='-L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0' GTK_CFLAGS='-pthread -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/wfx15qby96sxn9g3zmjkfcm4chgaa94s-at-spi2-atk-2.18.1/include/at-spi2-atk/2.0 -I/gnu/store/mfdgb0i95bf4j89zc4mnnbd6hp3v08yx-at-spi2-core-2.18.1/include/at-spi-2.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/include/dbus-1.0 -I/gnu/store/dafbdv4drmyc40gia6hhin9n1s4aj0m6-dbus-1.10.0/lib/dbus-1.0/include -I/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/include/gtk-3.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/gio-unix-2.0/ -I/gnu/store/022v9br9wk7li4xq7b2gwlg52gkbd1gb-libxinerama-1.1.3/include -I/gnu/store/ccbcbcaalnifw6zkyli8cp9p80iica79-xineramaproto-1.2.1/include -I/gnu/store/knmkphav8nwb9a3ca2njlybd1kzqwklb-libxi-1.7.6/include -I/gnu/store/fpqy3hlx6543hmb4z8cq0ag0b2zl526m-inputproto-2.3.1/include -I/gnu/store/ld6jmvv5hlvw623qihhkbj14b26dr1vj-libxcursor-1.1.14/include -I/gnu/store/10nc4lbgwiamyzxbmf7cwbmd22i8szfc-libxdamage-1.1.4/include -I/gnu/store/ah9af78w4q1h4by01yc559qdd8a7a73q-damageproto-1.2.1/include -I/gnu/store/1f4scnx8k150fyx8ann14xm8g1adqddh-libxfixes-5.0.1/include -I/gnu/store/7pb1f8qv3mdjd90ns0ycjd96xdz90fh1-fixesproto-5.0/include -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/clyf185k73pzx1nj3vi04hsn0rgpbxrz-libepoxy-1.2/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/zvi3k12q95i992gnvhddqs0iildyz4lp-harfbuzz-1.0.6/include/harfbuzz -I/gnu/store/w5nrkvpa3kmq7b86rah76hx3d5cg3rpx-graphite2-1.3.6/include -I/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/include/pango-1.0 -I/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/include/atk-1.0 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' GTK_LIBS='-L/gnu/store/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2/lib -L/gnu/store/pc9w7sz63d0mims6hbxnzc47g3jy55id-pango-1.38.1/lib -L/gnu/store/38ir3s81qxhbpa8v8rwf8cbjdcmsr2q0-atk-2.18.0/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0' GTK_OBJ='gtkutil.o emacsgtkfixed.o' GUILE_CFLAGS='-pthread -I/gnu/store/78l1pw95yim26l0qwynihnprdcpp874v-guile-for-guile-emacs-20150510.d8d9a8d/include/guile/2.2' GUILE_LIBS='-L/gnu/store/78l1pw95yim26l0qwynihnprdcpp874v-guile-for-guile-emacs-20150510.d8d9a8d/lib -L/gnu/store/my4az71gz8iqd4w8kb34kq7vlk3fcvhm-libgc-7.4.2/lib -lguile-2.2 -lgc' GUILE_SNARF='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/guile-snarf' GZIP_PROG='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/gzip' HAVE_ALPHASORT='' HAVE_ATOLL='' HAVE_CANONICALIZE_FILE_NAME='' HAVE_CHOWN='' HAVE_CLOSEDIR='' HAVE_DECL_DIRFD='' HAVE_DECL_ENVIRON='' HAVE_DECL_FCHDIR='' HAVE_DECL_FDATASYNC='' HAVE_DECL_FDOPENDIR='' HAVE_DECL_FPURGE='' HAVE_DECL_FSEEKO='' HAVE_DECL_FTELLO='' HAVE_DECL_GETDELIM='' HAVE_DECL_GETDOMAINNAME='' HAVE_DECL_GETLINE='' HAVE_DECL_GETLOADAVG='' HAVE_DECL_GETLOGIN_R='' HAVE_DECL_GETPAGESIZE='' HAVE_DECL_GETUSERSHELL='' HAVE_DECL_IMAXABS='' HAVE_DECL_IMAXDIV='' HAVE_DECL_LOCALTIME_R='' HAVE_DECL_MEMMEM='' HAVE_DECL_MEMRCHR='' HAVE_DECL_OBSTACK_PRINTF='' HAVE_DECL_SETENV='' HAVE_DECL_SETHOSTNAME='' HAVE_DECL_SNPRINTF='' HAVE_DECL_STRDUP='' HAVE_DECL_STRERROR_R='' HAVE_DECL_STRNDUP='' HAVE_DECL_STRNLEN='' HAVE_DECL_STRSIGNAL='' HAVE_DECL_STRTOIMAX='' HAVE_DECL_STRTOK_R='' HAVE_DECL_STRTOUMAX='' HAVE_DECL_TTYNAME_R='' HAVE_DECL_UNSETENV='' HAVE_DECL_VSNPRINTF='' HAVE_DIRENT_H='' HAVE_DPRINTF='' HAVE_DUP2='' HAVE_DUP3='' HAVE_EUIDACCESS='' HAVE_FACCESSAT='' HAVE_FCHDIR='' HAVE_FCHMODAT='' HAVE_FCHOWNAT='' HAVE_FCNTL='' HAVE_FDATASYNC='' HAVE_FDOPENDIR='' HAVE_FFSL='' HAVE_FFSLL='' HAVE_FSEEKO='' HAVE_FSTATAT='' HAVE_FSYNC='' HAVE_FTELLO='' HAVE_FTRUNCATE='' HAVE_FUTIMENS='' HAVE_GETDTABLESIZE='' HAVE_GETGROUPS='' HAVE_GETHOSTNAME='' HAVE_GETLOGIN='' HAVE_GETOPT_H='' HAVE_GETPAGESIZE='' HAVE_GETSUBOPT='' HAVE_GETTIMEOFDAY='' HAVE_GRANTPT='' HAVE_GROUP_MEMBER='' HAVE_INTTYPES_H='' HAVE_LCHMOD='' HAVE_LCHOWN='' HAVE_LINK='' HAVE_LINKAT='' HAVE_LONG_LONG_INT='' HAVE_LSTAT='' HAVE_MAKEINFO='yes' HAVE_MBSLEN='' HAVE_MEMCHR='' HAVE_MEMPCPY='' HAVE_MKDIRAT='' HAVE_MKDTEMP='' HAVE_MKFIFO='' HAVE_MKFIFOAT='' HAVE_MKNOD='' HAVE_MKNODAT='' HAVE_MKOSTEMP='' HAVE_MKOSTEMPS='' HAVE_MKSTEMP='' HAVE_MKSTEMPS='' HAVE_NANOSLEEP='' HAVE_OPENAT='' HAVE_OPENDIR='' HAVE_OS_H='' HAVE_PCLOSE='' HAVE_PIPE2='' HAVE_PIPE='' HAVE_POPEN='' HAVE_POSIX_OPENPT='' HAVE_POSIX_SIGNALBLOCKING='' HAVE_PREAD='' HAVE_PSELECT='' HAVE_PTHREAD_SIGMASK='' HAVE_PTSNAME='' HAVE_PTSNAME_R='' HAVE_PWRITE='' HAVE_RAISE='' HAVE_RANDOM='' HAVE_RANDOM_H='' HAVE_RANDOM_R='' HAVE_RAWMEMCHR='' HAVE_READDIR='' HAVE_READLINK='' HAVE_READLINKAT='' HAVE_REALPATH='' HAVE_RENAMEAT='' HAVE_REWINDDIR='' HAVE_RPMATCH='' HAVE_SCANDIR='' HAVE_SECURE_GETENV='' HAVE_SETENV='' HAVE_SETHOSTNAME='' HAVE_SIGACTION='' HAVE_SIGHANDLER_T='' HAVE_SIGINFO_T='' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SIGSET_T='' HAVE_SLEEP='' HAVE_STDINT_H='' HAVE_STPCPY='' HAVE_STPNCPY='' HAVE_STRCASESTR='' HAVE_STRCHRNUL='' HAVE_STRPBRK='' HAVE_STRPTIME='' HAVE_STRSEP='' HAVE_STRTOD='' HAVE_STRTOLL='' HAVE_STRTOULL='' HAVE_STRUCT_RANDOM_DATA='' HAVE_STRUCT_SIGACTION_SA_SIGACTION='' HAVE_STRUCT_TIMEVAL='' HAVE_STRVERSCMP='' HAVE_SYMLINK='' HAVE_SYMLINKAT='' HAVE_SYS_BITYPES_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_LOADAVG_H='' HAVE_SYS_PARAM_H='' HAVE_SYS_SELECT_H='' HAVE_SYS_TIME_H='' HAVE_SYS_TYPES_H='' HAVE_TIMEGM='' HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='' HAVE_UNISTD_H='' HAVE_UNLINKAT='' HAVE_UNLOCKPT='' HAVE_UNSIGNED_LONG_LONG_INT='' HAVE_USLEEP='' HAVE_UTIMENSAT='' HAVE_VASPRINTF='' HAVE_VDPRINTF='' HAVE_WCHAR_H='' HAVE_WCHAR_T='' HAVE_WINSOCK2_H='' HAVE_XSERVER='' HAVE__EXIT='' IMAGEMAGICK_CFLAGS='' IMAGEMAGICK_LIBS='' INCLUDE_NEXT='' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' INSTALL_ARCH_INDEP_EXTRA='install-etc' INSTALL_DATA='${INSTALL} -m 644' INSTALL_INFO='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/install-info' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INT32_MAX_LT_INTMAX_MAX='' INT64_MAX_EQ_LONG_MAX='' KRB4LIB='' KRB5LIB='' LDFLAGS=' ' LD_SWITCH_SYSTEM='' LD_SWITCH_SYSTEM_TEMACS='' LD_SWITCH_X_SITE='' LD_SWITCH_X_SITE_RPATH='' LIBGIF='' LIBGNUTLS_CFLAGS='-I/gnu/store/k1bihwrvcrhjwpxg74d93w9dwsldrvap-gnutls-3.4.7/include -I/gnu/store/9b413hb811li9wim9advgcwllclhbgjg-nettle-3.2/include -I/gnu/store/l4938hj3j6d63firvfr95snj8ns6wg34-libtasn1-4.7/include -I/gnu/store/pnax3d98xn5j7phj577v6sk9p9kfcs6m-libidn-1.32/include -I/gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/include' LIBGNUTLS_LIBS='-L/gnu/store/k1bihwrvcrhjwpxg74d93w9dwsldrvap-gnutls-3.4.7/lib -lgnutls' LIBGNU_LIBDEPS='' LIBGNU_LTLIBDEPS='' LIBGPM='' LIBHESIOD='' LIBINTL='' LIBJPEG='-ljpeg' LIBOBJS='' LIBOTF_CFLAGS='' LIBOTF_LIBS='' LIBPNG='-lpng15' LIBRESOLV='' LIBS='-lX11 ' LIBSELINUX_LIBS='' LIBSOUND=' -L/gnu/store/pv2xg14lgghxfpl7jhirc7dp0m3172js-alsa-lib-1.0.27.1/lib -lasound' LIBS_ECLIENT='' LIBS_GNUSTEP='' LIBS_MAIL='' LIBS_SYSTEM='' LIBS_TERMCAP='' LIBTIFF='-ltiff' LIBXMENU='' LIBXML2_CFLAGS='' LIBXML2_LIBS='' LIBXMU='' LIBXPM='-lXpm' LIBXSM='' LIBXTR6='' LIBXT_OTHER='' LIBX_OTHER='' LIBZ='-lz' LIB_ACL='' LIB_CLOCK_GETTIME='' LIB_EACCESS='' LIB_EXECINFO='' LIB_FDATASYNC='' LIB_MATH='-lm' LIB_PTHREAD='-lpthread' LIB_PTHREAD_SIGMASK='' LIB_TIMER_TIME='' LIB_WSOCK32='' LN_S_FILEONLY='ln -s' LTLIBINTL='' LTLIBOBJS='' M17N_FLT_CFLAGS='' M17N_FLT_LIBS='' MAKEINFO='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/makeinfo' MAKE_PROG='' MKDEPDIR='${MKDIR_P} ${DEPDIR}' MKDIR_P='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/mkdir -p' NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_DIRENT_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_GETOPT_H='' NEXT_INTTYPES_H='' NEXT_SIGNAL_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRING_H='' NEXT_SYS_SELECT_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TIME_H='' NEXT_SYS_TYPES_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NOTIFY_OBJ='gfilenotify.o' NS_OBJ='' NS_OBJC_OBJ='' NTDIR='' NTLIB='' OBJEXT='o' OTHER_FILES='' PACKAGE='emacs' PACKAGE_BUGREPORT='address@hidden' PACKAGE_NAME='GNU Emacs' PACKAGE_STRING='GNU Emacs 24.4.50' PACKAGE_TARNAME='emacs' PACKAGE_URL='http://www.gnu.org/software/emacs/' PACKAGE_VERSION='24.4.50' PATH_SEPARATOR=':' PAXCTL='' PKG_CONFIG='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/gnu/store/kiglzxz70mhsk4kknqmkzagikjw6g9l2-profile/lib/pkgconfig' PNG_CFLAGS='-I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15' POST_ALLOC_OBJ='' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='' PRE_ALLOC_OBJ='' PRIPTR_PREFIX='' PRI_MACROS_BROKEN='' PROFILING_CFLAGS='' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='' PTRDIFF_T_SUFFIX='' RALLOC_OBJ='' RANLIB='ranlib' REPLACE_CALLOC='' REPLACE_CANONICALIZE_FILE_NAME='' REPLACE_CHOWN='' REPLACE_CLOSE='' REPLACE_CLOSEDIR='' REPLACE_DIRFD='' REPLACE_DPRINTF='' REPLACE_DUP2='' REPLACE_DUP='' REPLACE_FCHOWNAT='' REPLACE_FCLOSE='' REPLACE_FCNTL='' REPLACE_FDOPEN='' REPLACE_FDOPENDIR='' REPLACE_FFLUSH='' REPLACE_FOPEN='' REPLACE_FPRINTF='' REPLACE_FPURGE='' REPLACE_FREOPEN='' REPLACE_FSEEK='' REPLACE_FSEEKO='' REPLACE_FSTAT='' REPLACE_FSTATAT='' REPLACE_FTELL='' REPLACE_FTELLO='' REPLACE_FTRUNCATE='' REPLACE_FUTIMENS='' REPLACE_GETCWD='' REPLACE_GETDELIM='' REPLACE_GETDOMAINNAME='' REPLACE_GETDTABLESIZE='' REPLACE_GETGROUPS='' REPLACE_GETLINE='' REPLACE_GETLOGIN_R='' REPLACE_GETPAGESIZE='' REPLACE_GETTIMEOFDAY='' REPLACE_GMTIME='' REPLACE_ISATTY='' REPLACE_LCHOWN='' REPLACE_LINK='' REPLACE_LINKAT='' REPLACE_LOCALTIME='' REPLACE_LOCALTIME_R='' REPLACE_LSEEK='' REPLACE_LSTAT='' REPLACE_MALLOC='' REPLACE_MBTOWC='' REPLACE_MEMCHR='' REPLACE_MEMMEM='' REPLACE_MKDIR='' REPLACE_MKFIFO='' REPLACE_MKNOD='' REPLACE_MKSTEMP='' REPLACE_MKTIME='' REPLACE_NANOSLEEP='' REPLACE_NULL='' REPLACE_OBSTACK_PRINTF='' REPLACE_OPEN='' REPLACE_OPENAT='' REPLACE_OPENDIR='' REPLACE_PERROR='' REPLACE_POPEN='' REPLACE_PREAD='' REPLACE_PRINTF='' REPLACE_PSELECT='' REPLACE_PTHREAD_SIGMASK='' REPLACE_PTSNAME='' REPLACE_PTSNAME_R='' REPLACE_PUTENV='' REPLACE_PWRITE='' REPLACE_RAISE='' REPLACE_RANDOM_R='' REPLACE_READ='' REPLACE_READLINK='' REPLACE_REALLOC='' REPLACE_REALPATH='' REPLACE_REMOVE='' REPLACE_RENAME='' REPLACE_RENAMEAT='' REPLACE_RMDIR='' REPLACE_SELECT='' REPLACE_SETENV='' REPLACE_SLEEP='' REPLACE_SNPRINTF='' REPLACE_SPRINTF='' REPLACE_STAT='' REPLACE_STDIO_READ_FUNCS='' REPLACE_STDIO_WRITE_FUNCS='' REPLACE_STPNCPY='' REPLACE_STRCASESTR='' REPLACE_STRCHRNUL='' REPLACE_STRDUP='' REPLACE_STRERROR='' REPLACE_STRERROR_R='' REPLACE_STRNCAT='' REPLACE_STRNDUP='' REPLACE_STRNLEN='' REPLACE_STRSIGNAL='' REPLACE_STRSTR='' REPLACE_STRTOD='' REPLACE_STRTOIMAX='' REPLACE_STRTOK_R='' REPLACE_STRTOUMAX='' REPLACE_STRUCT_TIMEVAL='' REPLACE_SYMLINK='' REPLACE_TIMEGM='' REPLACE_TMPFILE='' REPLACE_TTYNAME_R='' REPLACE_UNLINK='' REPLACE_UNLINKAT='' REPLACE_UNSETENV='' REPLACE_USLEEP='' REPLACE_UTIMENSAT='' REPLACE_VASPRINTF='' REPLACE_VDPRINTF='' REPLACE_VFPRINTF='' REPLACE_VPRINTF='' REPLACE_VSNPRINTF='' REPLACE_VSPRINTF='' REPLACE_WCTOMB='' REPLACE_WRITE='' RSVG_CFLAGS='-pthread -I/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/include/librsvg-2.0 -I/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/include/gdk-pixbuf-2.0 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/include/cairo -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/33k5qi80z87hbiiy1x5c0gx9rm84cw1n-pixman-0.32.8/include/pixman-1 -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/pmqssiwi3sdpgyxfiyv9g5w1dmhzg662-libpng-1.5.26/include/libpng15 -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/krnzsddzfbk1kdv0al2q7g7rnpw4k85j-libxext-1.3.3/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/a68vgqdixwgxfbxr9pzjilwpq6pamq2b-xextproto-7.3.0/include' RSVG_LIBS='-L/gnu/store/vz7iwdvhcyv0pnpkjd4v25zqvkvwlc64-librsvg-2.40.13/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -L/gnu/store/l2qcfja7vspdki8birvm80xs82acm2va-gdk-pixbuf-2.32.3/lib -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -L/gnu/store/p0vdrx97ck39rv0ajd48fa7ln8zhwjh1-cairo-1.14.2/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo' SEPCHAR='' SETFATTR='' SETTINGS_CFLAGS='-pthread -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/include/glib-2.0 -I/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib/glib-2.0/include' SETTINGS_LIBS='-L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -L/gnu/store/lbkdykh3aa1469li01rwyya02q50r3b9-glib-2.46.1/lib -lgobject-2.0 -lglib-2.0' SET_MAKE='' SHELL='/bin/bash' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' STDALIGN_H='' STDDEF_H='' STDINT_H='' STRIP='' SUBDIR_MAKEFILES_IN='' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='' TERMCAP_OBJ='' TIME_H_DEFINES_STRUCT_TIMESPEC='' TOOLKIT_LIBW='' UINT32_MAX_LT_UINTMAX_MAX='' UINT64_MAX_EQ_ULONG_MAX='' UNDEFINE_STRTOK_R='' UNEXEC_OBJ='unexelf.o' UNISTD_H_HAVE_WINSOCK2_H='' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' UPDATE_MANIFEST='' USE_ACL='' VERSION='24.4.50' VMLIMIT_OBJ='vm-limit.o' W32_LIBS='' W32_OBJ='' W32_RES_LINK='' WARN_CFLAGS='' WCHAR_T_SUFFIX='' WERROR_CFLAGS='' WIDGET_OBJ='' WINDOWS_64_BIT_OFF_T='' WINDOWS_64_BIT_ST_SIZE='' WINDOW_SYSTEM_OBJ='' WINDRES='' WINT_T_SUFFIX='' XARGS_LIMIT='' XCRUN='' XFIXES_CFLAGS='' XFIXES_LIBS='' XFT_CFLAGS='-I/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/include -I/gnu/store/i3zpc6rhc6mdn0wwf4sw8x1apdj1vlcf-libxrender-0.9.9/include -I/gnu/store/4d33f6cznsqa9mdwcm9r73hvnn9yb390-renderproto-0.11.1/include -I/gnu/store/xqzmjw2b2j5i9pmkjmnjp3dm7hdiqln0-libx11-1.6.3/include -I/gnu/store/jsy847sch7lnxjppkn1s1as22dbx74fx-libxcb-1.11/include -I/gnu/store/c56bqxg9clybrmsgj0nk1z5n425cgfas-libxau-1.0.8/include -I/gnu/store/zhrhrs1myalxjppwjyn2971l6gld22rp-libxdmcp-1.1.2/include -I/gnu/store/s8k2drkiy5m8kik2jhz7ss7bh3nvapk0-kbproto-1.0.7/include -I/gnu/store/7p4kg3vvqlljr62jvwybrpqfvk0qvw1x-fontconfig-2.11.94/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/w7vb2skc8q5wjcfbya0qba7nj83pl6z4-expat-2.1.0/include -I/gnu/store/m5900g5lawpgf4k9dgji1h30r7pw6qak-freetype-2.6/include/freetype2 -I/gnu/store/rh7l3s9y5kcxw7l11q92acdbd8q40j2a-xproto-7.0.28/include' XFT_LIBS='-lXrender -L/gnu/store/5mvvb03yi30ghq5yi17pc787ywja7d2x-libxft-2.3.2/lib -lXft' XGSELOBJ='' XINERAMA_CFLAGS='' XINERAMA_LIBS='' XMENU_OBJ='' XMKMF='' XOBJ='' XRANDR_CFLAGS='' XRANDR_LIBS='' X_TOOLKIT_TYPE='none' ac_ct_CC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_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 -' archlibdir='${libexecdir}/emacs/${version}/${configuration}' bindir='${exec_prefix}/bin' bitmapdir='/usr/include/X11/bitmaps' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' cache_file='/dev/null' canonical='x86_64-unknown-linux-gnu' configuration='x86_64-unknown-linux-gnu' copyright='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' etcdir='${datadir}/emacs/${version}/etc' etcdocdir='${datadir}/emacs/${version}/etc' exec_prefix='NONE' gamedir='${localstatedir}/games/emacs' gameuser='games' gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_FALSE='' gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_TRUE='' gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_FALSE='' gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_TRUE='' gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_FALSE='' gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_TRUE='' gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_FALSE='' gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_TRUE='' gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_FALSE='' gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_TRUE='' gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE='' gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE='' gl_GNULIB_ENABLED_dosname_FALSE='' gl_GNULIB_ENABLED_dosname_TRUE='' gl_GNULIB_ENABLED_euidaccess_FALSE='' gl_GNULIB_ENABLED_euidaccess_TRUE='' gl_GNULIB_ENABLED_getdtablesize_FALSE='' gl_GNULIB_ENABLED_getdtablesize_TRUE='' gl_GNULIB_ENABLED_getgroups_FALSE='' gl_GNULIB_ENABLED_getgroups_TRUE='' gl_GNULIB_ENABLED_pathmax_FALSE='' gl_GNULIB_ENABLED_pathmax_TRUE='' gl_GNULIB_ENABLED_secure_getenv_FALSE='' gl_GNULIB_ENABLED_secure_getenv_TRUE='' gl_GNULIB_ENABLED_stat_FALSE='' gl_GNULIB_ENABLED_stat_TRUE='' gl_GNULIB_ENABLED_strtoll_FALSE='' gl_GNULIB_ENABLED_strtoll_TRUE='' gl_GNULIB_ENABLED_strtoull_FALSE='' gl_GNULIB_ENABLED_strtoull_TRUE='' gl_GNULIB_ENABLED_tempname_FALSE='' gl_GNULIB_ENABLED_tempname_TRUE='' gl_LIBOBJS='' gl_LTLIBOBJS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/user/source/emacs/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' liblockfile='' lispdir='${datadir}/emacs/${version}/lisp' lisppath='${locallisppath}:${standardlisppath}' localedir='${datarootdir}/locale' locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' ns_appbindir='' ns_appdir='' ns_appresdir='' ns_appsrc='' ns_check_file='' ns_self_contained='no' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' srcdir='.' standardlisppath='${lispdir}' sysconfdir='${prefix}/etc' target_alias='' version='' x_default_search_path='/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S' ## ------------------- ## ## File substitutions. ## ## ------------------- ## deps_frag='./src/autodeps.mk' lisp_frag='./src/lisp.mk' lwlib_deps_frag='./lwlib/autodeps.mk' oldxmenu_deps_frag='./oldXMenu/autodeps.mk' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Emacs" #define PACKAGE_TARNAME "emacs" #define PACKAGE_VERSION "24.4.50" #define PACKAGE_STRING "GNU Emacs 24.4.50" #define PACKAGE_BUGREPORT "address@hidden" #define PACKAGE_URL "http://www.gnu.org/software/emacs/" #define PACKAGE "emacs" #define VERSION "24.4.50" #define MAIL_USE_POP 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define _DARWIN_USE_64_BIT_INODE 1 #define CANNOT_DUMP 1 #define SYSTEM_TYPE "gnu/linux" #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_ALSA 1 #define HAVE_SOUND 1 #define HAVE_PTY_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_PWD_H 1 #define HAVE_UTMP_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_DIRENT_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_WCHAR_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_UTIME_H 1 #define HAVE_PERSONALITY_LINUX32 1 #define HAVE_TERM_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_DECL_SYS_SIGLIST 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_NET_IF_H 1 #define HAVE_IFADDRS_H 1 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 #define HAVE_LONG_FILE_NAMES 1 #define HAVE_SYS_VLIMIT_H 1 #define HAVE_DATA_START 1 #define DOUG_LEA_MALLOC 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_PTHREAD 1 #define HAVE_XKB 1 #define HAVE_XRMSETDATABASE 1 #define HAVE_XSCREENRESOURCESTRING 1 #define HAVE_XSCREENNUMBEROFSCREEN 1 #define HAVE_X11R6 1 #define HAVE_X_I18N 1 #define HAVE_X11R6_XIM 1 #define HAVE_RSVG 1 #define HAVE_GTK3 1 #define GDK_DISABLE_DEPRECATION_WARNINGS 1 #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 #define USE_GTK 1 #define HAVE_GTK_HANDLE_BOX_NEW 1 #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1 #define HAVE_GTK_WIDGET_GET_WINDOW 1 #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1 #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1 #define HAVE_GTK_WIDGET_GET_SENSITIVE 1 #define HAVE_GTK_WIDGET_GET_MAPPED 1 #define HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE 1 #define HAVE_GTK_ORIENTABLE_SET_ORIENTATION 1 #define HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP 1 #define HAVE_DBUS 1 #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 #define HAVE_DBUS_TYPE_IS_VALID 1 #define HAVE_DBUS_VALIDATE_BUS_NAME 1 #define HAVE_DBUS_VALIDATE_PATH 1 #define HAVE_DBUS_VALIDATE_INTERFACE 1 #define HAVE_DBUS_VALIDATE_MEMBER 1 #define HAVE_GSETTINGS 1 #define HAVE_GNUTLS3 1 #define HAVE_GNUTLS 1 #define HAVE_GFILENOTIFY 1 #define USE_FILE_NOTIFY 1 #define USE_TOOLKIT_SCROLL_BARS 1 #define HAVE_XIM 1 #define USE_XIM 1 #define XRegisterIMInstantiateCallback_arg6 XPointer #define HAVE_XFT 1 #define HAVE_FREETYPE 1 #define HAVE_XPM 1 #define HAVE_JPEG 1 #define HAVE_JPEG 1 #define HAVE_ZLIB 1 #define HAVE_PNG 1 #define HAVE_TIFF 1 configure: exit 1