Hello
Please help me to build GLIB/GTK+ recent version.
I done the following
- Get (at 2001-02-21) the recent PKGCONFIG version from sourceforge.
$ cvs -z3
-d:pserver:[EMAIL PROTECTED]:/cvsroot/pkgconfig co
pkgconfig
configure it, make, install.
- Get the recent GLIB, PANGO, GTK+ versions
$ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs/gnome co glib
pango gtk+
- Configure, make, install GLIB
$ ./autogen.sh
$ make
$ make install # as root
- Try to configure PANGO
$ ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command
line.
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
configure.in: 15: required file `./ltconfig' not found
automake: Makefile.am: installing `./INSTALL'
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_DISABLE_FAST_INSTALL
./configure: line 4331: syntax error: unexpected end of file
Now type 'make' to compile Pango.
$
What I'm doing wrong ? Can I fix the situation ?
Would you mind to explain me the sequence of actions
if I want to install GLIB/GTK/PANGO stuff in /some/dir
(not /usr/local) ? At first I should specified
--prefix=/some/dir also LD_LIBRARY_PATH=/some/dir/lib.
But compile flags remain unchanged, e.g.
-I/usr/local/include... /etc. How I can change them in
conventional way ?
Thanks in advance.
--
Vladimir Zolotych [EMAIL PROTECTED]
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list