This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:577: checking for a BSD compatible install configure:630: checking whether build environment is sane configure:687: checking whether make sets ${MAKE} configure:733: checking for working aclocal configure:746: checking for working autoconf configure:759: checking for working automake configure:772: checking for working autoheader configure:785: checking for working makeinfo configure:803: checking for c++ configure:835: checking whether the C++ compiler (c++ -fno-common ) works configure:851: c++ -o conftest -fno-common conftest.C 1>&5 configure:877: checking whether the C++ compiler (c++ -fno-common ) is a cross-compiler configure:882: checking whether we are using GNU C++ configure:891: c++ -E conftest.C configure:910: checking whether c++ accepts -g configure:984: checking for xml2-config configure:1019: checking for libxml - version >= 2.4.0 configure:1121: cc -o conftest -fno-common -I/usr/local/include/libxml2 -I/usr/local/include conftest.c -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm 1>&5 configure:1242: checking for gdk-pixbuf-config configure:1277: checking for GDK_PIXBUF - version >= 0.9.0 configure:1359: cc -o conftest -fno-common conftest.c -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm 1>&5 configure:1306:35: gdk-pixbuf/gdk-pixbuf.h: No such file or directory configure: In function `main': configure:1338: error: parse error before '>' token configure:1339: error: parse error before '==' token configure:1339: error: parse error before '>' token configure:1340: error: parse error before '==' token configure:1340: error: parse error before '==' token configure:1340: error: parse error before '>=' token configure:1346: error: parse error before ',' token configure: failed program was: #line 1301 "configure" #include "confdefs.h" #include #include #include #include char* my_strdup (char *str) { char *new_str; if (str) { new_str = malloc ((strlen (str) + 1) * sizeof(char)); strcpy (new_str, str); } else new_str = NULL; return new_str; } int main () { int major, minor, micro; char *tmp_version; system ("touch conf.gdk_pixbuftest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = my_strdup("0.9.0"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "0.9.0"); exit(1); } if (( > major) || (( == major) && ( > minor)) || (( == major) && ( == minor) && ( >= micro))) { return 0; } else { printf("\n*** 'gdk-pixbuf-config --version' returned %d.%d.%d, but the minimum version\n", , , ); printf("*** of GDK_PIXBUF required is %d.%d.%d. If gdk-pixbuf-config is correct, then it is\n", major, minor, micro); printf("*** best to upgrade to the required version.\n"); printf("*** If gdk-pixbuf-config was wrong, set the environment variable GDK_PIXBUF_CONFIG\n"); printf("*** to point to the correct copy of gdk-pixbuf-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } } configure:1403: cc -o conftest -fno-common conftest.c -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm 1>&5 configure:1396:35: gdk-pixbuf/gdk-pixbuf.h: No such file or directory configure: failed program was: #line 1393 "configure" #include "confdefs.h" #include #include int main() { return 0; ; return 0; }