Compiling the CVS head

Christian Stimming stimming@tuhh.de
Wed, 19 Jun 2002 15:04:51 +0200


Eildert Groeneveld wrote:

> Running aclocal  -I macros ...
> aclocal: configure.in: 586: macro `AM_PATH_LIBGLADE' not found in library
> 
> **Error**: aclocal failed. This may mean that you have not
> installed all of the packages you need, or you may need to
> set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
> for the prefix where you installed the packages whose
> macros were not found

where is your libglade installed? On Suse this is /opt/gnome which I 
need to manually specify in the ACLOCAL_FLAGS, i.e.

$ export ACLOCAL_FLAGS="-I /opt/gnome/share/aclocal"
$ ./autogen.sh

That might help.

Christian