[Zlib-devel] TR: zlib 1.2.4 released
Gilles Vollant
info at winimage.com
Fri Mar 12 17:56:42 EST 2010
the problem can be the same for my VS2008 and VS2010 projet, thank you for letting me known
so I updated
http://gvollant.free.fr/newprj_i64.zip
I just added these preprocessor define
_LARGEFILE64_SOURCE
off64_t=__int64
lseek64=_lseeki64
for Makefile.msc, instead remove define in .def, we can also change
*** win32\Makefile.mscold Fri Mar 12 23:53:27 2010
--- win32\Makefile.msc Fri Mar 12 23:55:12 2010
***************
*** 22,28 ****
AR = lib
RC = rc
CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC)
! WFLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
ASFLAGS = -coff -Zi
LDFLAGS = -nologo -debug -incremental:no -opt:ref
ARFLAGS = -nologo
--- 22,28 ----
AR = lib
RC = rc
CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC)
! WFLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -D_LARGEFILE64_SOURCE -Doff64_t=__int64 -Dlseek64=_lseeki64
ASFLAGS = -coff -Zi
LDFLAGS = -nologo -debug -incremental:no -opt:ref
ARFLAGS = -nologo
-----Message d'origine-----
De : William A. Rowe Jr. [mailto:wrowe at rowe-clan.net]
Envoyé : vendredi 12 mars 2010 22:47
À : Mark Adler
Cc : Gilles Vollant
Objet : Re: TR: [Zlib-devel] zlib 1.2.4 released
On 3/12/2010 3:31 PM, Mark Adler wrote:
> On Mar 12, 2010, at 1:22 PM, William A. Rowe Jr. wrote:
>> It really seems worth doing this right rather than rushing a 1.2.4 out, but this is entirely Mark's call.
>
> My call is to fix this for 1.2.5.
And by dropping foo64 entry points where foo64 isn't implemented, this
is entirely sensible to introduce them, belatedly, in 1.2.5.
Thanks for all your efforts on 1.2.4, Mark - it has ended up being quite
a herd of issues to wrangle.
More information about the Zlib-devel
mailing list