Re: gtk+ cvs build broken?



At 15:24 12.08.01 -0400, Owen Taylor wrote:
>
>Hans Breuer <hans breuer org> writes:
>
>> while trying to build recent gtk from cvs I run into the following
>> trouble
>> 
>> aclocal: configure.in: 0 macro `AM_PATH_PROG_WITH_TEST´ not found in
library
>> [...]
>> aclocal: configure.in: 0 macro `AM_LC_MESSAGES´ not found in library
>> 
>> ./configure: line 640: syntax error near unexpected token
>> `AM_INIT_AUTOMAKE($PACKAGE,´ 
>> ./configure: line 640: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)´
>> 
>> It appears to me that the autobreakage takes place by generating an invalid
>> configure script ...
>> 
>> Glib, Pango and Atk build just fine after updating my tool-chain
>> 
>> Automake 1.4-p5, Autoconf 2.13, Libtool 1.4 (1.920 2001/04/24 23:26:18)
>> 
>> What do I need to update next ?
>
>Looks like you need the gettext package installed for a couple of .m4
>files it installsm when building from CVS.
>
Yeah, thanks. Below you'll find my installation hints. Maybe some of
the information should be merged to INSTALL ?

	Hans


get pkg-config from http://www.freedesktop.org/software/pkgconfig

tar xvfz pgk-config-0.8.0.tar.gz
cd pkg-config-0.8.0
./configure
make
[ Become root if necessary ]
make install


get automake 1.4-p5.tar.gz at ftp://ftp.gnu.org/pub/gnu/automake
get libtool 1.4 ftp://ftp.gnu.org/pub/gnu/libtool
[2.13 works] get autoconf 2.52 ftp://ftp.gnu.org/pub/gnu/autoconf

[
	Very nice error messages if the previous versions were
	installed in /usr instead the (new?) default /usr/local
	or is it just a Suse 6.3 problem ?

	Fixed by :
		 ./configure --prefix=/usr & make & make install & make uninstall.
	Start from the beginning ...
]

get gettext 0.10.39 ftp://ftp.gnu.org/pub/gnu/gettext

[update your cvs tree for glib, pango, atk, gtk+ ]
export CVSROOT=':pserver:hans cvs gnome org:/gnome'
or : export CVSROOT=':pserver:anonymous anoncvs gnome org:/gnome'

cvs login
cvs -z3 get atk
or : cvs update -dRA

cd ../glib

.
.
.

cd ../gtk+
./autogen.sh
make
[make install not needed for tests]
cd tests
./testgtk
 

-------- Hans "at" Breuer "dot" Org -----------
Tell me what you need, and I'll tell you how to 
get along without it.                -- Dilbert




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