Kevin Horton wrote: > > I ran into an apparent incompatibility between > control-center-1.4.0.1-4 & gdk-pixbuf 0.16.0-3. > > Both packages are in stable. gdk-pixbuf 0.16.0-3 install OK, but > control-center-1.4.0.1-4 repeatedly failed as follows: > > "-I/sw/include/glib-1.2 -I/sw/lib/glib/include > -I/sw/include/orbit-1.0 -I/sw/include/gtk-1.2 > -I/usr/X11R6/include-1.2 -I/sw/lib/glib/include > -I/usr/X11R6/includeude e/gtk-1.2 -I/sw/include/glib-1.2
Is this really the output or is the "includeude" the result of some copy-paste operation? > -I/sw/lib/glib/include -I/usr/X11R6/include -g -O2 -Wall -Wunused > -c file-types-capplet.c > file-types-capplet.c:37: gdk-pixbuf/gdk-pixbuf.h: No such file or directory What is missing is indeed a -I/sw/include/gdk-pixbuf-1.0/. The patch file for this version of control-center patches the right Makefile.in, but in a very strange way that doesn't work for me either. But IMHO the real solution is to install control-center-1.4.0.4-2 which is presently in unstable, but compiles OK. -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
