[Zlib-devel] zlib version 1.2.3.8 available for testing
Mark Adler
madler at alumni.caltech.edu
Mon Feb 15 01:43:20 EST 2010
On Feb 14, 2010, at 8:33 PM, Philip Lowman wrote:
> The build fails on MSVC due to snprintf() usage. Here's a patch.
Philip,
Thanks for the report. There is something wrong here. STDC should be defined, and so configure should try to use vsnprintf(), not snprintf(). MSVC has that function, so that should succeed, and the build should work using vsnprintf(). Can you check to see why that isn't happening?
Mark
More information about the Zlib-devel
mailing list