Hi all,
Afer ./configure, with success exit, I have this at compilation :
make[3]: Entering directory `/home/bruno/tmp/bombermaze-0.6.6/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/include/gnome-1.0 -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 -DG_LOG_DOMAIN=\"bombermaze\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -DPACKAGE_DATADIR=\"/usr/local/share/bombermaze\" -I../intl -I../intl -Wall -g -O2 -c ui.cc
ui.cc:24:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
In fact, there is no gdk-pixbuf.h in /usr/include/glib-1.2
# dpkg -S gdk-pixbuf.h
libgtk2.0-dev: /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h
libgdk-pixbuf-dev: /usr/include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h
I find a such problem in control-center project :
http://www.mail-archive.com/fink-users@lists.sourceforge.net/msg01630.html
Maybe should I add libgdk-pixbuf to automake dependencies, I don't know.
I give up for today.
Bruno Duyé