RSS/Atom feed Twitter
Site is read-only, email is disabled

compilig the git version

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

compilig the git version Olivier 19 Aug 16:29
  compilig the git version Martin Nordholts 19 Aug 21:34
Olivier
2010-08-19 16:29:31 UTC (over 14 years ago)

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?

Martin Nordholts
2010-08-19 21:34:53 UTC (over 14 years ago)

compilig the git version

On 08/19/2010 04:29 PM, Olivier wrote:

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?

Must be

GIMP won't recognize "--disable-gtk-doc" https://bugzilla.gnome.org/show_bug.cgi?id=625307

I'll fix it within the coming days

/ Martin