Daniel Berlin wrote:
> David Mahakian wrote:
>> Daniel Berlin wrote:
>>> Madan U Sreenivasan wrote:
>>>> On Wed, 14 Jun 2006 10:55:40 +0530, David Mahakian <tmoli42@gmx.net> wrote:
>>>>
>>>>> Since subversion 1.4+ now depends on zlib, shouldn't it be checked by
>>>>> 'configure'? I was able to successfully run ./configure, but then get a
>>>>> compile error due to missing zlib.h. This behavior happens both on 1.4.x
>>>>> branch and on trunk.
>>>> I just went over my config.log and find that the zlib.h availability is in
>>>> fact already checked... also configure.in has code to check for the zlib.h
>>>> header and check for the usability of the library...
>>>>
>>> Right.
>>> In fact, configure will error out if zlib isn't there.
>>>
>>> So, i'm not sure what the problem is.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
>>> For additional commands, e-mail: dev-help@subversion.tigris.org
>>>
>>>
>> I uploaded a copy of my generated configure scripts and logs from
>> building 1.4.x into a tarball. I also attached a copy of the output of
>> make called Make-console.log. If anything else would be helpful I'd be
>> glad to upload it as well.
>>
>> http://www.csupomona.edu/~drmahakian/svn/subversion-1.4.x-logs.tar.gz
>
> Does the attached fix it?
Yes.
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
configure: error: subversion requires zlib
- David Mahakian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 15 05:58:37 2006