On Thu, 20 Sep 2001, Aditya Gilra wrote:
> I upgraded to autoconf-2.52, automake-1.5 and
> libtool-1.4.2. But I still have this problem in
> ./autogen.sh below -
>
> ( i'm using RHL7.1 and I rpm -e 'd the older 3
> packages and configure, make, & make installed the new
> ones as above.)
Look at the messages printed during autogen.sh. In particular, this one:
> /usr/local/share/aclocal, but...
> no file /usr/local/share/aclocal/glib-2.0.m4
> You may see fatal macro warnings below.
> If these files are installed in /some/dir, set the ACLOCAL_FLAGS
> environment variable to "-I /some/dir", or install
> /usr/local/share/aclocal/glib-2.0.m4.
What prefix did you install glib,pango,atk and gtk+ in? If it was
something like /opt/gtk2, run autogen.sh as:
export ACLOCAL_FLAGS='-I /opt/gtk2/share/aclocal'
./autogen.sh arguments
James.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk