problem building glib on linux



Steve Kelem said the following on 07/11/2005 10:30 PM:

I'm trying to compile the latest cvs version of glib on SuSE linux 9.3
with pango 1.9.0
with cairo & libpixman from the latest cvs.

1. There's no "configure".
2. If I run autogen.sh, it complains:

You must have automake 1.7.x installed to compile GLib.
Install the appropriate package for your distribution,
or get the source tarball at http://ftp.gnu.org/gnu/automake/

% automake --version
automake (GNU automake) 1.9.5
Written by Tom Tromey <tromey redhat com>.

Copyright 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%


I edited autogen.sh to use automake-1.9, and get the following messages:


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.
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
 run info '(automake)Extending aclocal'
 or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:10: warning: file `acglib.m4' included several times
configure.in:11: warning: file `glib/libcharset/codeset.m4' included several times configure.in:12: warning: file `glib/libcharset/glibc21.m4' included several times
configure.in:10: warning: file `acglib.m4' included several times
configure.in:11: warning: file `glib/libcharset/codeset.m4' included several times configure.in:12: warning: file `glib/libcharset/glibc21.m4' included several times
.
.
.
Now type 'make' to compile GLib.
% make
make  all-recursive
make[1]: Entering directory `/usr/local/src/glib/glib'
Making all in .
make[2]: Entering directory `/usr/local/src/glib/glib'
make[2]: *** No rule to make target `mkinstalldirs', needed by `all-am'. Stop.
make[2]: Leaving directory `/usr/local/src/glib/glib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/glib/glib'
make: *** [all] Error 2
% pkg-config --version
0.15.0
%

I ran configure as:
% ./configure --with-libiconv=gnu

Thanks for any help you can give,
Steve



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