[Gdal-dev] Internal libpng update ?

Eric Dönges Eric.Doenges at nadie.lpr.e-technik.tu-muenchen.de
Tue Jun 15 02:02:04 EDT 2004


Frank,

I've had some problems with the (rather old) version of libpng included 
with
GDAL not being able to read PNGs created by newer programs, so I've 
updated my
local copy of GDAL with the current release version of libpng (1.2.5). 
Could you
update the GDAL CVS version as well ? I've prepared a tar file with the 
relevant
sources, tested on MacOS X 10.3.4, but since it is kind of large for a 
mailing list
I thought it would be better to send it to you directly, if you are 
interested
in the update.

On a somewhat related note, the internal libgeotiff stopped compiling 
on my system
a week or so ago; the following patch corrects the problem.

Regards,
Eric


Index: xtiffio.h
===================================================================
RCS file: /cvsroot/osrs/gdal/frmts/gtiff/libgeotiff/xtiffio.h,v
retrieving revision 1.4
diff -c -r1.4 xtiffio.h
*** xtiffio.h   7 Jun 2004 13:01:11 -0000       1.4
--- xtiffio.h   15 Jun 2004 05:47:12 -0000
***************
*** 7,12 ****
--- 7,13 ----
   #ifndef __xtiffio_h
   #define __xtiffio_h

+ #include "cpl_serv.h"
   #include "tiffio.h"

   /**




More information about the Gdal-dev mailing list