[Bug 102142] - stock_add_16.png": Couldn't recognize the image file format for file './stock_add_16.png'



http://bugzilla.gnome.org/show_bug.cgi?id=102142
gtk+ | gdk-pixbuf | Ver: 2.2.x





------- Additional Comments From helpdesk klub chip pl  2004-08-13 07:40 -------
I got the same problem on SPARC Solaris 8 (SUN Ultra 5 machine), 
compiling 2.4.4 version.

I've run configure with parameters:

configure --prefix=$PREFIX --enable-background-image --enable-transparency
--enable-fading --enable-menubar --enable-graphics --enable-next-scroll
--enable-half-shadow --enable-xgetdefault --with-x --with-xpm --with-jpeg --with-png

Makefile in ./gdk-pixbuf contained following entries:

(...)
HAVE_JPEG_FALSE = #
HAVE_JPEG_TRUE =
HAVE_PNG_FALSE = #
HAVE_PNG_TRUE =
HAVE_TIFF_FALSE = #
HAVE_TIFF_TRUE =
(...)
LIBJPEG = /home/loracz/tools
LIBPNG = /home/loracz/tools
LIBTIFF = /home/loracz/tools
(...)

When runing make, got error descibed here.
I don't know, what was the root cause of problem, but solution was to modify
the Makefile following way:

LIBJPEG = -L/home/loracz/tools/lib -ljpeg
LIBPNG = -L/home/loracz/tools/lib -lpng -lz
LIBTIFF = -L/home/loracz/tools/lib -ltiff



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



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