Re: Re : cvs -2-0 does not build
- From: Pawel Salek <pawsa theochem kth se>
- To: "Jean-Luc Coulon (f5ibh)" <jean-luc coulon wanadoo fr>
- Cc: balsa-list gnome org
- Subject: Re: Re : cvs -2-0 does not build
- Date: Sun, 08 Feb 2004 20:57:19 +0000
On 02/08/2004 08:43:00 PM, Jean-Luc Coulon (f5ibh) wrote:
> [snip]
> checking for automake >= 1.4...
> testing automake-1.4... not found.
> ***Error***: You must have automake >= 1.4 installed
> to build Balsa. Download the appropriate package for
> from your distribution or get the source tarball at
> http://ftp.gnu.org/pub/gnu/automake/automake-1.4.tar.gz
> [snip]
> It complains about automake but I have it:
>
> [jean-luc@tangerine] /usr/local/src/balsa-2-0-20040208.cvs $ automake
> --version
> automake (GNU automake) 1.8.2
>
I see you do have gnome-autogen.sh installed, don't you? It requires -
and says that! automake-1.4
Balsa on its own does not require it - you can give the attached
bootstrap.sh a try.
Pawel
#! /bin/sh
echo "Running gettextize... Ignore non-fatal messages."
glib-gettextize --force --copy
echo "running intltoolize..."
intltoolize --copy --force --automake
echo "Running aclocal..."
aclocal
echo "Running autoheader..."
autoheader
echo "Running libtoolize..."
libtoolize
echo "Running automake..."
automake --foreign --add-missing --copy
echo "Running autoconf..."
autoconf
echo "Running configure $* ..."
./configure "$@"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]