autogen for imlib, gtk-- and gnome-libs



Good day,
	Well, glib and gtk+ are now compiled, installed & happy, but when I try to 
compile imlib, I get:

pensive ~/cvs/imlib  130 % ./autogen.sh --prefix=/opt/gnome
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: configure.in: 11: macro `AM_PROG_LIBTOOL' not found in library
utils/Makefile.am:90: variable `GTK_LIBS' not defined
utils/Makefile.am:90: variable `GTK_LIBS' not defined
creating cache ./config.cache
./configure: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)'
./configure: ./configure: line 529: `AM_CONFIG_HEADER(config.h)'

Now type 'make' to compile imlib.

(Yes, I reported that this morning to gtk-list, but thought I'd repeat it 
because) when I do the same to gtk--, I get a somewhat familiar:

pensive ~/cvs/gtk--  132 % ./autogen.sh --prefix=/opt/gnome
Found GNU Make at /usr/bin/gmake ... good.
This script runs configure and make...
You did remember necessary arguments for configure, right?
processing .
`aclocal' will also look in `macros'
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: configure.in: 445: macro `AM_PROG_LIBTOOL' not found in library
gnome--/gnome--/Makefile.am:339: variable `GNOME_LIBDIR' not defined
gnome--/gnome--/Makefile.am:339: variable `GNOMEUI_LIBS' not defined
running ./configure --enable-maintainer-mode --enable-compile-warnings 
--prefix=/opt/gnome
loading cache ./config.cache
./configure: syntax error near unexpected token `AM_INIT_AUTOMAKE($PACKAGE,'
./configure: ./configure: line 557: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION)'

Now it looks like gtk-- wants the gnome libs, so I give that a shot (with 
complete disregard to the fact that it probably wants imlib) and get:

pensive ~/cvs/gnome-libs  159 % ./autogen.sh --prefix=/opt/gnome 
--with-gtk-prefix=/opt/gnome
processing .
`aclocal' will also look in `macros'
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: /opt/gnome/share/aclocal/glib.m4: 8: duplicated macro `AM_PATH_GLIB'
aclocal: /opt/gnome/share/aclocal/gtk.m4: 7: duplicated macro `AM_PATH_GTK'
aclocal: configure.in: 19: macro `AM_PROG_LIBTOOL' not found in library
aclocal: configure.in: 219: macro `AM_PATH_GDK_IMLIB' not found in library
gtk-xmhtml/Makefile.am:122: variable `INTLLIBS' not defined
libgnome/Makefile.am:223: variable `GLIB_LIBS' not defined
libgnome/Makefile.am:231: variable `INTLLIBS' not defined
<snip, similar complaints>
support/Makefile.am:896: @LTLIBOBJS@ seen but never set in `configure.in'
autoconf: Undefined macros:
configure.in:37:  AC_MSG_WARN(GLIB not installed, or glib-config not in path)])
processing ./libgtktty
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: /opt/gnome/share/aclocal/glib.m4: 8: duplicated macro `AM_PATH_GLIB'
aclocal: /opt/gnome/share/aclocal/gtk.m4: 7: duplicated macro `AM_PATH_GTK'
aclocal: configure.in: 154: macro `AM_PROG_LIBTOOL' not found in library
running ./configure --enable-maintainer-mode --enable-compile-warnings 
--prefix=/opt/gnome --with-gtk-prefix=/opt/gnome
loading cache ./config.cache
./configure: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)'
./configure: ./configure: line 531: `AM_CONFIG_HEADER(config.h)'

So it looks like I'm missing something globally, but I've tried ACLOCAL_FLAGS 
to no avail (other than allowing aclocal to see multiple copies of the glib 
macros). Anyone have any other ideas? Could someone who got one of these three 
to work maybe send me a copy of their environment so I could check it against 
mine?

TIA!
-"Zow"




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]