gdk-pixmap patch
- From: Kevin Holbrook <kholbroo swbell net>
- To: Gnome Development <gnome-devel-list gnome org>
- Subject: gdk-pixmap patch
- Date: Wed, 22 Dec 1999 15:53:33 -0600
Error:
panel: error in loading shared libraries
/usr/local/lib/gdk-pixbuf/loaders/libpixbuf-tiff.so: undefined symbol:
TIFFFdOpen
Cause:
The current gdk-pixmap tiff loader is not linked properly.
Here is the patch.
RCS file: /cvs/gnome/gdk-pixbuf/gdk-pixbuf/Makefile.am,v
retrieving revision 1.52
diff -u -w -r1.52 Makefile.am
--- Makefile.am 1999/12/17 21:42:47 1.52
+++ Makefile.am 1999/12/22 13:30:34
@@ -154,7 +154,7 @@
#
libpixbuf_tiff_la_SOURCES = io-tiff.c
libpixbuf_tiff_la_LDFLAGS = -avoid-version -module
-libpixbuf_tiff_la_LIBADD =
+libpixbuf_tiff_la_LIBADD = $(LIBTIFF)
#
# The PNM loader
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]