Re: Balsa
- From: Richard Hult <rhult hem2 passagen se>
- To: jgauthier kamikaze whiteboard net
- Cc: Richard Hult <rhult hem2 passagen se>, gnome-list gnome org, recipientlistnotshown frenzy hemmet s-hem chalmers se
- Subject: Re: Balsa
- Date: Thu, 15 Apr 1999 14:44:54 +0200
> 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]