This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:583: checking for a BSD compatible install configure:636: checking whether build environment is sane configure:693: checking whether make sets ${MAKE} configure:739: checking for working aclocal configure:752: checking for working autoconf configure:765: checking for working automake configure:778: checking for working autoheader configure:791: checking for working makeinfo configure:826: checking for gcc configure:939: checking whether the C compiler (cc -fno-common -L/usr/local/lib) works configure:955: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c 1>&5 configure:981: checking whether the C compiler (cc -fno-common -L/usr/local/lib) is a cross-compiler configure:986: checking whether we are using GNU C configure:995: cc -E conftest.c configure:1014: checking whether cc accepts -g configure:1046: checking for POSIXized ISC configure:1076: checking for python configure:1115: checking python version is at least 1.5.2 configure:1164: checking python devel configure:1238: checking for /usr/local/bin/glib12-config configure:1273: checking for GLIB - version >= 1.2.0 configure:1372: cc -o conftest -fno-common -I/usr/local/include/glib12 -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -lglib-12 1>&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:1300: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure: failed program was: #line 1296 "configure" #include "confdefs.h" #include #include #include int main () { int major, minor, micro; char *tmp_version; system ("touch conf.glibtest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("1.2.0"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "1.2.0"); exit(1); } if ((glib_major_version != 1) || (glib_minor_version != 2) || (glib_micro_version != 10)) { printf("\n*** '/usr/local/bin/glib12-config --version' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", 1, 2, 10, glib_major_version, glib_minor_version, glib_micro_version); printf ("*** was found! If /usr/local/bin/glib12-config was correct, then it is best\n"); printf ("*** to remove the old version of GLIB. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If /usr/local/bin/glib12-config was wrong, set the environment variable GLIB_CONFIG\n"); printf("*** to point to the correct copy of /usr/local/bin/glib12-config, and remove the file config.cache\n"); printf("*** before re-running configure\n"); } else if ((glib_major_version != GLIB_MAJOR_VERSION) || (glib_minor_version != GLIB_MINOR_VERSION) || (glib_micro_version != GLIB_MICRO_VERSION)) { printf("*** GLIB header files (version %d.%d.%d) do not match\n", GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", glib_major_version, glib_minor_version, glib_micro_version); } else { if ((glib_major_version > major) || ((glib_major_version == major) && (glib_minor_version > minor)) || ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n", glib_major_version, glib_minor_version, glib_micro_version); printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the /usr/local/bin/glib12-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GLIB, but you can also set the GLIB_CONFIG environment to point to the\n"); printf("*** correct copy of /usr/local/bin/glib12-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } configure:1416: cc -o conftest -fno-common -I/usr/local/include/glib12 -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -lglib-12 1>&5