On Wed, Jun 15, 2011 at 10:02:09PM +0200, Emanuel Rumpf wrote:
Ok. Than likely it's 1.5.0 that introduces
changes.
From the website:
"""The libpng 1.5.x series continues the evolution of the libpng API,
finally hiding the contents of the venerable and hoary png_struct and
png_info data structures inside private (i.e., non-installed) header
files. Instead of direct struct-access, applications should be using
the various png_get_xxx() and png_set_xxx() accessor functions, """
Maybe problems are related to that message.
Using png_get_xxx() and png_set_xxx() instead of directly
accessing structure members is exactly what png2img.cc
has been doing for at least a year now.
Could you report the line numbers where compiling that file
fails ? Or do you still have apps using mkimage.cc instead
of png2img.cc ?
--
FA