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

Re: Not finding my SQLite

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 19 Jan 2009 08:25:18 +0000

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

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.