[gcompris-devel] build problem with gcompris-0.7.2
Mike Castle
dalgoda at ix.netcom.com
Tue Nov 6 20:49:02 UTC 2001
Recent versions of gdk-pixbuf puts the header file in
gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h rather than just
gdk-pixbuf/gdk-pixbuf.h.
Now, configure finds this; config.status has a good value for
GDK_PIXBUF_CFLAGS, but src/gcompris/Makefile* doesn't have any place for
it.
So, I'm getting the following:
Making all in gcompris
make[3]: Entering directory `/usr/src/gcompris/gcompris-0.7.2/src/gcompris'
gcc -DHAVE_CONFIG_H -I. -I../../../gcompris-0.7.2/src/gcompris -I../.. -I../../../gcompris-0.7.2/intl -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -Wall -Wunused -c pixbuf_util.c
In file included from pixbuf_util.c:13:
pixbuf_util.h:16: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
I don't know enough about auto{conf,make} to know if simply adding
$(GDK_PIXBUF_CFLAGS) to INCLUDES in Makefile.am is sufficient or not.
mrc
--
Mike Castle dalgoda at ix.netcom.com www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
More information about the Gcompris-devel
mailing list