Re: gnome-print build problem (stable branch)



Darin Adler <darin bentspoon com> writes:
> With the move of gnome-print headers from $prefix/include to a subdir,
> there's now a problem where gnome-print doesn't find the gdk-pixbuf headers
> any more. There's no GDK_PIXBUF_CFLAGS or equivalent in the
> libgnomeprint/Makefile.am file.
> 
> Have you seen this problem yet? I think the problem might be in the
> gnome-print 0.30 release too.

Oh, I have a patch for this.

--- gnome-print-0.30/configure.in.pixbufflags   Mon Oct  8 15:13:27 2001
+++ gnome-print-0.30/configure.in       Mon Oct  8 15:13:30 2001
@@ -260,7 +260,7 @@
 PRINT_LIBS="$PRINT_LIBS -lgnomeprint $GNOMEPRINT_LIBS"
 
 PRINT_INCLUDEDIR='-I${includedir}/gnome-1.0'
-PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui`"
+PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui gdk_pixbuf`" PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `xml-config --cflags`"
 PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR $LIBGPA_INCLUDEDIR"

Havoc

_______________________________________________
gnome-hackers mailing list
gnome-hackers gnome org
http://mail.gnome.org/mailman/listinfo/gnome-hackers




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