On Mar 3, 2009, at 10:01 AM, Hyrum K. Wright wrote:
> On Mar 3, 2009, at 9:49 AM, Magnus Torfason wrote:
>
>> Hyrum K. Wright wrote:
>>> On Mar 2, 2009, at 7:47 PM, Magnus Torfason wrote:
>>>> I just built rc3 using the deps tar, and noticed that by default
>>>> ./configure does not find sqlite. It looks for it in
>>>>
>>>> .../src/subversion-1.6.0-rc3/sqlite-amalgamation/
>>>>
>>>> But the deps tar contains sqlite in
>>>>
>>>> .../src/subversion-1.6.0-rc3/sqlite-amalgamation/
>>> Sorry to be dense, but aren't those two paths the same? IOW, isn't
>>> the path in the deps tarball what configure is looking for?
>>
>> It is me that's dense. The subversion-deps-1.6.0-rc3.tar.gz contains
>> sqlite in the "sqlite" directory, while configure looks in
>> "sqlite-amalgamation". That is:
>>
>> $tar xvfz subversion-deps-1.6.0-rc3.tar.gz > /dev/null
>> $ls -1 subversion-1.6.0-rc3
>> apr
>> apr-util
>> neon
>> serf
>> sqlite
>> zlib
>>
>> I'll build rc4 in the same way assuming it gets rolled, and let you
>> know how it goes.
>
> Alright. Thanks for the heads up. I'll modify and double check my
> scripts.
r36323.
-Hyrum
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1268356
Received on 2009-03-04 21:05:09 CET