This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:568: checking for a BSD compatible install configure:621: checking whether build environment is sane configure:678: checking whether make sets ${MAKE} configure:724: checking for working aclocal configure:737: checking for working autoconf configure:750: checking for working automake configure:763: checking for working autoheader configure:776: checking for working makeinfo configure:795: checking for gcc configure:908: checking whether the C compiler (cc -fno-common ) works configure:924: cc -o conftest -fno-common conftest.c 1>&5 configure:950: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:955: checking whether we are using GNU C configure:964: cc -E conftest.c configure:983: checking whether cc accepts -g configure:1064: checking for gtk-config configure:1099: checking for GTK - version >= 1.2.0 configure:1200: cc -o conftest -fno-common -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm 1>&5 configure:1323: checking for imlib-config configure:1358: checking for IMLIB - version >= 1.9.8 configure:1420: cc -o conftest -fno-common conftest.c 1>&5 configure:1384:23: gdk_imlib.h: No such file or directory configure: In function `main': configure:1394: warning: assignment makes pointer from integer without a cast configure:1400: error: parse error before '>' token configure:1401: error: parse error before '==' token configure:1401: error: parse error before '>=' token configure:1407: error: parse error before ',' token configure: failed program was: #line 1380 "configure" #include "confdefs.h" #include #include #include int main () { int major, minor; char *tmp_version; system ("touch conf.gdkimlibtest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("1.9.8"); if (sscanf(tmp_version, "%d.%d", &major, &minor) != 2) { printf("%s, bad version string\n", "1.9.8"); exit(1); } if (( > major) || (( == major) && ( >= minor))) { return 0; } else { printf("\n*** 'imlib-config --version' returned %d.%d, but the minimum version\n", , ); printf("*** of IMLIB required is %d.%d. If imlib-config is correct, then it is\n", major, minor); printf("*** best to upgrade to the required version.\n"); printf("*** If imlib-config was wrong, set the environment variable IMLIB_CONFIG\n"); printf("*** to point to the correct copy of imlib-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } } configure:1464: cc -o conftest -fno-common conftest.c 1>&5 configure:1457:23: gdk_imlib.h: No such file or directory configure: failed program was: #line 1454 "configure" #include "confdefs.h" #include #include int main() { return 0; ; return 0; }