[gcompris-devel] Re: gcompris autoconf
Bruno Coudoin
bruno.coudoin at free.fr
Wed Jul 17 10:33:05 UTC 2002
Here you are:
grep AM_PATH_GDK_PIXBUF /usr/share/aclocal/*
/usr/share/aclocal/gdk-pixbuf.m4:dnl
AM_PATH_GDK_PIXBUF([MINIMUM-VERSION, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND]]])
/usr/share/aclocal/gdk-pixbuf.m4:AC_DEFUN(AM_PATH_GDK_PIXBUF,
[bcoudoin at arnaud ipricot]$ rpm -qf <file containing AM_PATH_GDK_PIXBUF>
bash: syntax error near unexpected token `AM_PATH_GDK_PIXBUF>'
[bcoudoin at arnaud ipricot]$ rpm -qf /usr/share/aclocal/gdk-pixbuf.m4
libgdk-pixbuf2-devel-0.16.0-1mdk
Can you find this file ?
Bruno.
Le mer 17/07/2002 à 19:56, Håvard Bjåstad a écrit :
> Yes, I am certainly getting closer :-)
>
> intltool, I already had (remember previous emails...), but I needed
> glib-gettextize to get rid of the second error.
>
> libxml2-devel fixed the third error.
>
> So, there's just one left, AM_PATH_GDK_PIXBUF. I couldn't find
> libgdk-pixbuf-devel, so could you please do the following to make sure
> that's the package I need:
>
> grep AM_PATH_GDK_PIXBUF /usr/share/aclocal/gnome-macros/*
> /usr/share/aclocal/*
> rpm -qf <file containing AM_PATH_GDK_PIXBUF>
>
> If you still end up with libgdk-pixbuf-devel, hopefully you can send me
> the RPM file (I use Mandrake 8.2).
>
> HB.
>
> On Wed, 2002-07-17 at 15:39, Bruno Coudoin wrote:
> OK, this means you need gdk-pixbuf-devel, intltool, libxml2-devel
> installed.
>
> Sory for the complexity, I will wrap all these comments and write an faq
> out of our exchanges.
>
> You are getting closer :/
>
> Bruno.
>
> Le mer 17/07/2002 à 15:52, Håvard Bjåstad a écrit :
> > After installing gnome-common and getting the latest CVS version I got a
> > bit further:
> >
> > ----------------------------------------------------------
> > [root at tank gcompris]# sh autogen.sh
> > /usr/bin/gnome-autogen.sh
> > **Warning**: 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.
> >
> > processing .
> > deletefiles is
> > Running intltoolize...
> > no need for patching file 'Makefile.in.in'
> > Running libtoolize...
> > You should add the contents of `/usr/share/aclocal/libtool.m4' to
> > `aclocal.m4'.
> > Running aclocal -I /usr/share/aclocal/gnome-macros ...
> > aclocal: configure.in: 24: macro `AM_PATH_GDK_PIXBUF' not found in
> > library
> > aclocal: configure.in: 25: macro `AM_PATH_XML2' not found in library
> > aclocal: configure.in: 35: macro `AM_GLIB_GNU_GETTEXT' not found in
> > library
> >
> > **Error**: aclocal failed. This may mean that you have not
> > installed all of the packages you need, or you may need to
> > set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
> > for the prefix where you installed the packages whose
> > macros were not found
> > ----------------------------------------------------------
> >
> > Seems like I'm missing more packages, do you know which?
> >
> > HB.
> >
>
>
>
>
>
>
More information about the Gcompris-devel
mailing list