Re: Balsa




> processing .
> Running libtoolize...
> You should add the contents of `/usr/share/aclocal/libtool.m4' to
> `aclocal.m4'.
> Running aclocal  -I macros ...
> aclocal: configure.in: 33: macro `AM_PATH_GTK' not found in library
> aclocal: configure.in: 33: macro `AM_PATH_GTK' not found in library

This probably means that you have installed gtk+ with a prefix other than /usr.

Try setting the environment variable ACLOCAL_FLAGS to '-I <prefix>/share/aclocal/'.

If you're using csh or alike (tcsh) type at the command-line:

setenv ACLOCAL_FLAGS '-I <prefix>/share/aclocal/'

or if you're using sh/bash etc:

ACLOCAL_FLAGS='-I <prefix>/share/aclocal/'

and then ./autogen.sh --prefix=<prefix>

<prefix> is the directory where you've installed gtk+/gnome. For example, I use /opt/gnome. Some use /usr/local or /gnome.

Hope it helps
Richard



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