Re: [Gimp-developer] Troubles with Make

2006-10-29 Thread Sven Neumann
Hi,

On Fri, 2006-10-27 at 12:16 -0600, Scott wrote:

 aclocal:configure.in:416: warning: macro `AM_PATH_GTK_2_0' not found in 
 library
 WARNING: You have disabled gtk-doc.
  As a result, you will not be able to generate the API
  documentation and 'make dist' will not work.
 
 configure.in:426: error: possibly undefined macro: AM_PATH_GTK_2_0
   If this token and others are legitimate, please use m4_pattern_allow.
   See the Autoconf documentation.

aclocal is unable to resolve the macro AM_PATH_GTK_2_0 which is
defined in the file gtk-2.0.m4 that should have been installed with
GTK+.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Troubles with Make

2006-10-27 Thread Kevin Cozens

Scott wrote:

Thanks if anyone can point me in the proper direction, bearing in mind
that I am not a wizard at make or any of these tools. I did look at
the info '(automake1.8)...' which was suggested, and it was entirely
over my head.

[snip]

aclocal:configure.in:416: warning: macro `AM_PATH_GTK_2_0' not found in library
WARNING: You have disabled gtk-doc.
 As a result, you will not be able to generate the API
 documentation and 'make dist' will not work.

configure.in:426: error: possibly undefined macro: AM_PATH_GTK_2_0


There is some helpful information at http://developer.gimp.org/ about building 
GIMP from CVS. Click on HACKING. It lists the dependencies (other packages) 
that need to be installed on your machine in order to build GIMP. The message 
above indicates you are missing the development files from the gtk+ library.


You need the development portion of a number of libraries. Depending on how 
your system packages software you typically need to install the -devel (ie. 
glib-devel) packages in order to compile GIMP.


There are additional optional libraries you may want to install which support 
various graphic image file formats but they are not needed to do a basic 
compile and installation of GIMP.


--
Cheers!

Kevin.

http://www.interlog.com/~kcozens/ |What are we going to do today, Borg?
Owner of Elecraft K2 #2172|Same thing we always do, Pinkutus:
  |  Try to assimilate the world!
#include disclaimer/favourite   |  -Pinkutus  the Borg
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer