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

Re: somebody please write the INSTALL section for SQLite

From: David Glasser <glasser_at_davidglasser.net>
Date: Mon, 1 Dec 2008 09:46:18 -0800

On Mon, Dec 1, 2008 at 9:28 AM, David Glasser <glasser_at_davidglasser.net> wrote:
> On Mon, Dec 1, 2008 at 9:20 AM, David Glasser <glasser_at_davidglasser.net> wrote:
>> On Mon, Dec 1, 2008 at 9:08 AM, David Glasser <glasser_at_davidglasser.net> wrote:
>>> On Mon, Dec 1, 2008 at 9:05 AM, David Glasser <glasser_at_davidglasser.net> wrote:
>>>> On Mon, Dec 1, 2008 at 9:04 AM, David Glasser <glasser_at_davidglasser.net> wrote:
>>>>> especially if you're talking about getting close to releasing 1.6. I
>>>>> still am finding it a pain to build trunk on my (old-ish) Linux box
>>>>> which has 3.2.8 on it.
>>>>
>>>> ... specifically, is there a way to drop the one-file amalgamation
>>>> into my Subversion checkout and get it to build?
>>>
>>> Also, seriously, you should make ./configure fail if the SQLite
>>> version is too old, instead of getting obscure linker errors later.
>>> (Or just go back to supporting 3.2 like we used to...)
>>
>> Perhaps also fix the part where it says that only libsvn_ra_local
>> can't be built if there's no sqlite (see sqlite.m4), since doesn't the
>> wc need it too?
>
>
> And let's not forget the extra gotcha that you might already have an
> APR-Util linked against the older installed version of sqlite!

OK, so a partial solution to a tiny part of this rancid mess is
s/sqlite3_close/sqlite3_prepare_v2/ in sqlite3.m4. But this leaves me
in a situation where configure is happily telling me that it found
sqlite3_prepare_v2, but the linker isn't. And I've already rebuilt my
aprutil. At this point, I fail to care. I hear git doesn't have
dependencies.

--dave

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-12-01 18:46:32 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.