[Zlib-devel] zlib 1.2.3.6 available for testing
Vincent Torri
vtorri at univ-evry.fr
Mon Jan 18 05:16:18 EST 2010
> zlibbers,
>
> You can find the latest beta here:
>
> http://zlib.net/current/beta/zlib-1.2.3.6.tar.gz
>
> The changes are listed in ChangeLog. Most notably, the new gz* functions no longer depends on void * arithmetic, and the WINCE error message code is properly integrated.
>
> Mark Brown determined that the problem he saw with libxml was due to it depending on zlib internals not specified in the zlib interface (zlib.h). E.g. assumptions about the internal structure of gzFile and the internal operations of the gz* functions, which of course have changed in the new gz* implementation. This version of zlib, or more accurately, libxml, still has these problems.
just a note: it compiles flawlessly with cegcc (mingw32ce) with the
command:
make -f win32/Makefile.gcc CC="arm-mingw32ce-gcc" AR="arm-mingw32ce-ar" RANLIB="arm-mingw32ce-ranlib" RC="arm-mingw32ce-windres" STRIP="arm-mingw32ce-strip" CFLAGS="-DNO_ERRNO_H -g3 -O0 -DNO_FSEEKO"
so without passing -DOLD_GZIO
thank you !
Vincent Torri
More information about the Zlib-devel
mailing list