Alright.  First of all it is probably a Good Thing to use automake 1.4
(you can probably build gnome-python with 1.3, but there are some bits of
gnome that requires the newer version).  The first error says aclocal 
can't find the AM_PATH_GDK_IMLIB macro.  When aclocal gets an error, it
bombs out without writing the rest of the macros.  This is what caused the
rest of your problems (I think).

You probably want to find where imlib.m4 is installed, and add it to
ACLOCAL_FLAGS (as "-I /directory/name").

Alternatively, since the state of the CVS code is the same as the tarball
snapshot I released, you could just use that.

James Henstridge.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Thu, 22 Apr 1999 [EMAIL PROTECTED] wrote:

> Hello, have just tried a CVS-checkout of gnome-python. I get errors
> rigth when i run autgen.sh. This is my first try to use cvs-checkouts
> from gnome, so apologize for any obvious things I'm missing.
> 
> I have aplied the patch to automake1.3. Put the files from am-changes
> at the right places. 
> 
> Thanks for any hints
> 
> __Janko
> 
> Here the output from autgen.sh:
> 
> ./autogen.sh 
> I am going to run ./configure with no arguments - if you wish 
> to pass any to it, please specify them on the ./autogen.sh command
> line.
> Processing .
> aclocal -I macros
> aclocal: configure.in: 10: macro `AM_PATH_GDK_IMLIB' not found in
> library
> automake --add-missing
> macros/Makefile.am:37: INSIDE_GNOME_COMMON does not appear in AM_CONDITIONAL
> pygnome/Makefile.am:59: invalid variable `pyexec_PROGRAMS'
> pygnome/Makefile.am:71: invalid unused variable name: `_zvtmodule__SO__LDADD'
> pygnome/Makefile.am:79: invalid unused variable name: `_appletmodule__SO__LDADD'
> pygnome/Makefile.am:70: invalid unused variable name: `_zvtmodule__SO__SOURCES'
> pygnome/Makefile.am:78: invalid unused variable name: `_appletmodule__SO__SOURCES'
> pygnome/Makefile.am:67: invalid unused variable name: `_gnomeuimodule__SO__LDADD'
> pygnome/Makefile.am:63: invalid unused variable name: `_gnomemodule__SO__LDADD'
> pygnome/Makefile.am:66: invalid unused variable name: `_gnomeuimodule__SO__SOURCES'
> pygnome/Makefile.am:75: invalid unused variable name: `_gtkxmhtmlmodule__SO__LDADD'
> pygnome/Makefile.am:62: invalid unused variable name: `_gnomemodule__SO__SOURCES'
> pygnome/Makefile.am:83: invalid unused variable name: `_cappletmodule__SO__LDADD'
> pygnome/Makefile.am:74: invalid unused variable name: `_gtkxmhtmlmodule__SO__SOURCES'
> pygnome/Makefile.am:82: invalid unused variable name: `_cappletmodule__SO__SOURCES'
> autoconf
> Processing ./pygtk
> aclocal
> aclocal: configure.in: 13: macro `AM_PATH_GDK_IMLIB' not found in library
> automake --add-missing
> Makefile.am:6: invalid variable `pyexec_PROGRAMS'
> Makefile.am:10: invalid unused variable name: `_gtkmodule__SO__LDADD'
> Makefile.am:14: invalid unused variable name: `_gdkimlibmodule__SO__SOURCES'
> Makefile.am:9: invalid unused variable name: `_gtkmodule__SO__SOURCES'
> Makefile.am:15: invalid unused variable name: `_gdkimlibmodule__SO__LDADD'
> autoconf
> ./configure
> loading cache ./config.cache
> ./configure: line 525: syntax error near unexpected token
> `AM_INIT_AUTOMAKE(gnome-python,'
> ./configure: line 525: `AM_INIT_AUTOMAKE(gnome-python, 1.0.2)'
> 
> Now type 'make' to compile gnome-python.
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to