Re: ORBit & autogen.sh



Morgan Fletcher wrote:
> 
> I'm gnew to gnome. (sorry) I followed the instructions at
> http://gnome.linuxpower.org and got myself a cvs client populated with
> glib, gtk+, imlib, ORBit, gnome-libs and gnome-core. I then tried to build
> them, and that's where I've got trouble. Running ./autogen.sh in ORBit is
> unsuccessful. The output of `./autogen.sh` and `make` is attached.
> 
> I'm running debian linux 2.1 (AKA slink). I updated my autoconf & automake
> to versions 2.13 & 1.4 respectively from debian 2.2 (potato) packages,
> because of warning output from first attempts.

Hi!

Debian has aclocal installed in /usr/share, and your glib installation
is probably in /usr/local. As a result the file glib.m4 is in
/usr/local/share/aclocal. If you are planning to put your own gnome
installation in /usr/local, then use this:
	ACLOCAL_FLAGS="-I /usr/local/share/aclocal" ./autogen.sh
instead of simple ./autogen.sh for every gnome componnent in CVS tree.
Then aclocal can find its macros for different packages.

Regards,
Tomislav



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