Hello, I have problems compiling a CVS version. After calling autogen.sh I make: ralf@linux:~/gimp > make make all-recursive make[1]: Entering directory `/home/ralf/gimp' Making all in tools make[2]: Entering directory `/home/ralf/gimp/tools' make[3]: Entering directory `/home/ralf/gimp/tools' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/ralf/gimp/tools' make[2]: Leaving directory `/home/ralf/gimp/tools' Making all in intl make[2]: Entering directory `/home/ralf/gimp/intl' make[2]: *** No rule to make target `all-@USE_INCLUDED_LIBINTL@', needed by `all'. Stop. make[2]: Leaving directory `/home/ralf/gimp/intl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ralf/gimp' make: *** [all-recursive-am] Error 2 Ok, probably automake should replace this @USE_INCLUDED... Does it appear somwhere? Search with grep: ralf@linux:~/gimp > find -type f -exec grep LIBINTL "{}" \; /* Yes, we're discarding `const' here if !HAVE_LIBINTL. */ #undef HAVE_LIBINTL_H # ifdef HAVE_LIBINTL_H /* Yes, we're discarding `const' here if !HAVE_LIBINTL. */ all: all-@USE_INCLUDED_LIBINTL@ all-no: all-no-@BUILD_INCLUDED_LIBINTL@ if test '@USE_INCLUDED_LIBINTL@' = yes; then \ if test '@USE_INCLUDED_LIBINTL@' = yes; then \ #ifndef _LIBINTL_H #define _LIBINTL_H 1 all: all-@USE_INCLUDED_LIBINTL@ all-no: all-no-@BUILD_INCLUDED_LIBINTL@ if test '@USE_INCLUDED_LIBINTL@' = yes; then \ if test '@USE_INCLUDED_LIBINTL@' = yes; then \ ralf@linux:~/gimp > Oho, it appears nowhere. This should be an error. My CVS version is from 26 Juni (not so old) What is the error here? Ralf