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

Not finding my SQLite

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Sat, 17 Jan 2009 19:18:04 +0000

If I configure with "sqlite3.c" amalgamation in "build/", configure says
"error: Subversion requires SQLite":

[[[
cd /home/julianfoad/src/subversion-tc2/obj-dir

CFLAGS='-g -O -Wall -Wundef -Wendif-labels -Wcast-qual -Wdeclaration-after-statement -Wno-system-headers -Wno-deprecated-declarations -Wno-unreachable-code'
/home/julianfoad/src/subversion-tc2/configure --prefix=/home/julianfoad/usr/local --enable-maintainer-mode --disable-mod-activation --with-ssl --without-serf --without-javahl
configure: error: Subversion requires SQLite

$ head build/sqlite3.c
/******************************************************************************
** This file is an amalgamation of many separate C source files from SQLite
** version 3.6.3. By combining all the individual C code files into this
]]]

And if I tell "configure" to find my SQLite3 installation in my home
dir, it says "WARNING: no suitable sqlite found in /home/julianfoad":

[[[
CFLAGS='-g -O -Wall -Wundef -Wendif-labels -Wcast-qual -Wdeclaration-after-statement -Wno-system-headers -Wno-deprecated-declarations -Wno-unreachable-code'
/home/julianfoad/src/subversion-tc2/configure --prefix=/home/julianfoad/usr/local --enable-maintainer-mode --disable-mod-activation --with-ssl --without-serf --without-javahl --with-sqlite=/home/julianfoad
configure: WARNING: no suitable sqlite found in /home/julianfoad
configure: error: Subversion requires SQLite
]]]

What's unusual about my installation? That I build in a separate
"obj-dir" directory?

System is SuSE 10.2.

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1030985
Received on 2009-01-17 20:27:41 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.