This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:573: checking host system type configure:597: checking for gcc configure:710: checking whether the C compiler (gcc ) works configure:726: gcc -o conftest conftest.c 1>&5 configure:752: checking whether the C compiler (gcc ) is a cross-compiler configure:757: checking whether we are using GNU C configure:766: gcc -E conftest.c configure:785: checking whether gcc accepts -g configure:817: checking how to run the C preprocessor configure:838: gcc -E conftest.c >/dev/null 2>conftest.out configure:899: checking for ranlib configure:928: checking for ANSI C header files configure:941: gcc -E conftest.c >/dev/null 2>conftest.out configure:1008: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1032: checking for sys/wait.h that is POSIX.1 compatible configure:1053: gcc -c -g -O2 conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1038: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure: failed program was: #line 1037 "configure" #include "confdefs.h" #include #include #ifndef WEXITSTATUS #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) #endif #ifndef WIFEXITED #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif int main() { int s; wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } configure:1077: checking for sys/time.h configure:1087: gcc -E conftest.c >/dev/null 2>conftest.out configure:1115: checking whether time.h and sys/time.h may both be included configure:1129: gcc -c -g -O2 conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1121: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure: failed program was: #line 1120 "configure" #include "confdefs.h" #include #include #include int main() { struct tm *tp; ; return 0; } configure:1151: checking for working const configure:1205: gcc -c -g -O2 conftest.c 1>&5 configure:1226: checking for size_t configure:1263: checking for stropts.h configure:1273: gcc -E conftest.c >/dev/null 2>conftest.out configure:1269:21: stropts.h: No such file or directory configure: failed program was: #line 1268 "configure" #include "confdefs.h" #include configure:1263: checking for sys/filio.h configure:1273: gcc -E conftest.c >/dev/null 2>conftest.out configure:1303: checking for stdint.h configure:1313: gcc -E conftest.c >/dev/null 2>conftest.out configure:1303: checking for inttypes.h configure:1313: gcc -E conftest.c >/dev/null 2>conftest.out configure:1344: checking for int8_t configure:1377: checking for int16_t configure:1410: checking for int32_t configure:1443: checking for int64_t configure:1478: checking for uint8_t in configure:1538: checking for uint16_t in configure:1598: checking for uint32_t in configure:1660: checking whether byte ordering is bigendian configure:1678: gcc -c -g -O2 conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1668: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure: failed program was: #line 1667 "configure" #include "confdefs.h" #include #include int main() { #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN bogus endian macros #endif ; return 0; } configure:1726: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1750: checking whether char is unsigned configure:1839: checking for /dev/urandom configure:1871: checking for vsnprintf configure:1899: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1883: warning: conflicting types for built-in function `vsnprintf' configure:1934: checking for inet_pton in configure:1965: checking for inet_ntop in configure:2005: checking for library containing socket configure:2023: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2067: checking for library containing inet_addr configure:2085: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2195: checking whether to enable IPv6 configure:2225: checking ipv6 stack type configure:2393: checking for getipnodebyname in configure:2424: checking for struct addrinfo in configure:2455: checking for sin6_len in struct sockaddr_in6 configure:2472: gcc -c -DINET6 -g -O2 conftest.c 1>&5 configure:2495: checking for msg_control in struct msghdr configure:2513: gcc -c -DINET6 -g -O2 conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:2502: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure: failed program was: #line 2500 "configure" #include "confdefs.h" #include #include int main() { struct msghdr msg; msg.msg_control = 0; ; return 0; } configure:2541: checking for gtkdoc-scan