On Sat, 2009-01-17 at 12:57 -0800, Justin Erenkrantz wrote:
> On Sat, Jan 17, 2009 at 11:18 AM, Julian Foad
> <julianfoad_at_btopenworld.com> wrote:
> > If I configure with "sqlite3.c" amalgamation in "build/", configure says
> > "error: Subversion requires SQLite":
>
> The default location for the amalgamated build is:
> $abs_srcdir/sqlite-amalgamation/sqlite3.c. (See
> build/ac-macros/sqlite.m4.) If you want it someplace else, use
> --with-sqlite=/path/to/sqlite3.c
Thanks to Arfrever for correcting this instruction in the INSTALL file
in r35308.
Excellent - it's found it.
> As for your SQLite install (when you passed --with-sqlite) - is
> /home/julianfoad/include/sqlite3.h present?
Yes, it is.
[[[
$ ls -d ~/*/sqlite*
-rwxr-xr-x 1 julianfoad 66265 2008-10-09 18:31 /home/julianfoad/bin/sqlite3
-rw-r--r-- 1 julianfoad 20608 2008-10-09 18:31 /home/julianfoad/include/sqlite3ext.h
-rw-r--r-- 1 julianfoad 294402 2008-10-09 18:31 /home/julianfoad/include/sqlite3.h
drwxr-xr-x 4 julianfoad 4096 2009-01-17 19:02 /home/julianfoad/src/sqlite-3.6.3/
]]]
- Julian
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1033987
Received on 2009-01-19 09:25:49 CET