Re: [Anjuta-list] Cvs compile problem
- From: Stéphane Démurget <demurgets free fr>
- To: Eduardo Rocha Costa <eduacosta osite com br>
- Cc: anjuta-list lists sourceforge net
- Subject: Re: [Anjuta-list] Cvs compile problem
- Date: Thu Nov 22 04:07:01 2001
Quoting Eduardo Rocha Costa <eduacosta osite com br>:
> >Running aclocal -I macros ...
> >aclocal: configure.in: 11: macro `AM_PROG_XML_I' not found in library
> >aclocal: configure.in: 25: macro `AM_PATH_GTK' not found in library
> >aclocal: configure.in: 25: macro `AM_PATH_GTK' not found in library
Check that you've got the gtk.m4 and *xml.m4 files in
$gnome_prefix/share/aclocal. If you've haven't got them, gtk+ isn't installed
correctly (huh ?) or/and libxml1 too. If you've got them, you need to
set the variable has said in the error : set ACLOCAL_FLAGS="-I
/usr/share/aclocal" or easier you can directly type :
aclocal -I /usr/share/aclocal
autoheader
autoconf
automake
./configure <options> && make && make install, like usual
Good luck,
--
Stef
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]