On Fri, May 07, 1999 at 07:09:17PM -0000, Nolan Darilek wrote:
> I recently grabbed GNOME from CVS, since I want to try some alpha
> GNOME packages which require bleeding-edge GNOME stuff. When trying to
> run autogen.sh to build gnome-core and gnome-libs, I receive errors
> like the following:
>
> atlantis:~/src/gnome/ORBit> aclocal
> aclocal: configure.in: 110: macro `AM_PATH_GLIB' not found in library
> Exit 1
Do you have an aclocal directory somewhere in /usr/local/?
Probably something like /usr/local/share/aclocal/ or
/usr/local/lib/aclocal/? And this directory has m4 macro files
in it, like glib.m4 and gtk.m4? If so, you might be able to fix
the problem by creating sym links to these files in the directory
where your aclocal is actually looking for them (probably
/usr/share/aclocal/ or /usr/lib/aclocal/ -- this directory should
already have a bunch of xyz.m4 files in it).
Alternatively, aclocal may actually be looking in
/usr/local/share/aclocal/, but your glib.m4 and gtk.m4 files are
located elsewhere.
If this works, I think that the next couple of errors you showed
would be fixed, too.
- rick
--
Richard Kilgore | [EMAIL PROTECTED]
Electrical & Computer Engineering | http://lore.ece.utexas.edu/~rkilgore/
The University of Texas at Austin | (512) 471-8011
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]