On 24 Mar 2009, at 20:35, Mark Phippard wrote:
> On Tue, Mar 24, 2009 at 4:21 PM, Barry Scott <barry_at_barrys-
> emacs.org> wrote:
>> I'm hitting problems compiling svn 1.6.0 on windows.
>>
>> The APR UTIL is configure with"/D APU_HAVE_SQLITE2=1"
>> and "/D APU_HAVE_SQLITE3=1".
>>
>> sqlite2 is clearly wrong as you want sqlite3.
>>
>> Also no /I is used to find the sqlite3.h file.
>>
>> Have I missed show instructions or is this broken?
>
> On Windows, I've only built using the SQLite amalgamation. This links
> it privately to libsvn_subr and works nicely. You can just stick the
> folder from the dependencies in your source tree and it will be used
> automatically, or you can pass --with-sqlite=..\sqlite-amagamation (or
> whatever path you like).
I'll try that.
>
>
> I thought SVN stopped configuring or building APR on Windows a long
> time ago. I always build those by building httpd and then just
> pointing the SVN build at the folders.
I never build httpd. Only svn with svn-deps. For a client kit I do not
need the server side at all.
Barry
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1498576
Received on 2009-03-31 20:51:43 CEST