[Gimp-developer] compilig the git version

2010-08-19 Thread Olivier
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?
-- 
Olivier Lecarme
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] compilig the git version

2010-08-19 Thread Martin Nordholts
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



-- 

My GIMP Blog:
http://www.chromecode.com/
Automatic tab style and removed tab title bar
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer