Re: png problem compiling imlib



Todd Graham Lewis wrote:
> 
> On Wed, 2 Dec 1998, Jeff Garzik wrote:
> 
> > Looks like it can't find the standard png headers.  Those symbols are in
> > my copy of libpng, which has been installed for at least a couple
> > months.
> 
> reflections% rpm -qa|grep png
> libpng-1.0.2-1
> reflections% nm /usr/lib/libpng.so.2.1.0.2|grep PNG_INTERLACE_NONE
> reflections%
> 
> So that am I missing?  What version of libpng do you have?

1.0.1, on both Linux and Solaris.  :)

$ grep PNG_INTERLACE_NONE /usr/include/png*.h
/usr/include/png.h:   png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
/usr/include/png.h:#define PNG_INTERLACE_NONE        0 /* Non-interlaced image */
/usr/include/png.h:   png_byte interlaced;       /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */

	Jeff






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