Re: Jim Pick's GTK+ snapshot



>>>>> "Gleef" == Gleef  <gleef@capital.net> writes:

Gleef> $ ./autogen.sh --with-x --prefix=/usr
Gleef> aclocal: configure.in: 140: macro `AM_PATH_GLIB' not found in library

This means that aclocal couldn't find the AM_PATH_GLIB macro.

There are two common reasons for this:

1. It just isn't installed anywhere.  The fix: find and install it.

2. It is installed, but not in the same directory where aclocal
looks.  This happens if you configured glib with a different --prefix
than you used for aclocal.  The fix: make the appropriate symlinks.
(The .m4 files are installed in $prefix/share/aclocal)

Tom



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