compilig the git version
I'm installing a brand new computer with Debian testing. I want to compile
the current git version of GIMP. All things work well for babl and gegl, but
I can't manage to compile GIMP itself. Here are the last lines after
./autohen.sh :
gtk-doc.make:58: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
devel-docs/libgimpthumb/Makefile.am:54: `gtk-doc.make' included from here
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
devel-docs/libgimpwidgets/Makefile.am:66: `gtk-doc.make' included from
here
gtk-doc.make:53: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
devel-docs/libgimpwidgets/Makefile.am:66: `gtk-doc.make' included from
here
gtk-doc.make:58: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
devel-docs/libgimpwidgets/Makefile.am:66: `gtk-doc.make' included from
here
menus/Makefile.am:58: `%'-style pattern rules are a GNU make extension
plug-ins/common/Makefile.am:202: `%'-style pattern rules are a GNU make
extension
If I disable gtk-doc, the result is the same, except the message telling me
I disabled it.
What should I do?