[Zlib-devel] zlib 1.2.4.4 -- a 1.2.5 release candidate

Török Edwin edwintorok at gmail.com
Sun Apr 18 05:26:29 EDT 2010


On 04/18/2010 11:36 AM, Mark Adler wrote:
> Faithful testers,
>
> You can find zlib 1.2.4.4 here:
>
>      http://zlib.net/current/beta/zlib-1.2.4.4.tar.gz
>
> It is candidate for the 1.2.5 version.  Due to bugs in 1.2.4, I would like to get 1.2.5 out within a few days, so I will only be making essential changes to get to 1.2.5.
>
> Please test this aggressively and reply to this list with results.  Thank you for your support.

Also zconf.h breaks on MSVC++ 2008, because nothing defines NO_VIZ.

So probably a patch like this would be needed:
--- orig/zconf.h        2010-04-18 10:51:32.000000000 +0300
+++ new/zconf.h     2010-04-18 12:23:04.000000000 +0300
@@ -315,6 +315,10 @@
  #  endif
  #endif

+#ifdef _MSC_VER
+#define NO_VIZ
+#endif
+
  #ifndef NO_VIZ
  #  define ZEXTERN __attribute__((visibility ("default"))) extern
  #endif

Best regards,
--Edwin




More information about the Zlib-devel mailing list