[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Windows and zlib 1.2.2

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-04-19 02:47:19 CEST

D.J. Heap wrote:

> Is zlib 1.2.2 a new requirement now?

1.2.x, but yes.

> I upgraded it and can build Subversion fine, but can't build Apache
> -- mod_deflate is directly using .c files that are no longer in zlib
> 1.2.2, it appears.
>
> If I downgrade to zlib 1.1.4 then Apache builds but Subversion doesn't
> because it is depending on a makefile that comes with 1.2.2.
>
> How are others building? Separate installs of zlib? 1.1.4 for Apache
> and 1.2.2 for Subversion?

Actually, I fix up the the Apache build scripts for mod_deflate. I plan
to submit a patch to Apache to use zlib-1.2.x on Windows. 1.1.x is very
old. and several security bugs have been fixed since then.

> Also, if I try to gen-make.py without zlib at all I still get a zlib
> project that fails to build.

Yes, you'll always get a zlib project, but if you don't tell gen_make.py
--with-zlib, that project won't build by default (it won't be a
dependency of neon).

> I have no problem moving requirements up to zlib 1.2.2, I'm just
> trying to get a handle on new dependencies, etc.

Yah, sorry about the Apache weirdness... but as a bonus, you don't have
to build by hand zlib any more (*and* you can create a _real_ debug
build without warnings about CRT mismatches :)

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 19 02:56:16 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.