aclocal version for cvs build?
Hi, I've just checked out the current CVS tree, and running aclocal, (from the autogen.sh script), gives the error: aclocal: configure.in: 36: macro `AM_PATH_GTK' not found in library Has the current procedure for building from CVS changed? John.
Hi John, on Mon, 3 Feb 2003 14:43:24 +0000 (GMT) John Bradford <john@grabjohn.com> wrote:
Hi,
I've just checked out the current CVS tree, and running aclocal, (from the autogen.sh script), gives the error:
aclocal: configure.in: 36: macro `AM_PATH_GTK' not found in library
You need to install the devel packages of Gtk (the 1.2.x version) (this will install the gtk.m4 file in the aclocal system directory. This gtk.m4 contains the macro AM_PATH_GTK.)
Has the current procedure for building from CVS changed?
Yes. Now automatically generated files are not in the CVS anymore. So you need to create the configure script by running autogen.sh. Sa moce (Fijian: Goodbye) -- Melvin Hadasht
I've just checked out the current CVS tree, and running aclocal, (from the autogen.sh script), gives the error:
aclocal: configure.in: 36: macro `AM_PATH_GTK' not found in library
You need to install the devel packages of Gtk (the 1.2.x version) (this will install the gtk.m4 file in the aclocal system directory. This gtk.m4 contains the macro AM_PATH_GTK.)
Ah, for some reason gtk.m4 was not in the default search path for aclocal, and it wasn't finding it. Using -I on the command line fixed it. Thanks. The current CVS tree has built fine and seems to be working here, using gcc 2.95.3, on Linux-2.4.20. By the way, has anybody tried running Dillo with Valgrind to find memory allocation bugs? http://developer.kde.org/~sewardj/ John.
participants (2)
-
John Bradford
-
Melvin Hadasht