On Jan 22, 2004, at 3:21 PM, Markus Hoenicka wrote:
dbd_sqlite.c:446: error: `sqlite' undeclared (first use in this
function)
This sounds like the sqlite.h header file is missing or not in the
compiler search path. How did you install sqlite? As a package or did
you build it yourself? Can you scan your HD and see whether you've got
this header in some dusty corner?
I built myself, and made a dumb mistake (was in a hurry). FYI, this
command works, using the Fink SQLite installation paths.
./configure --with-sqlite --with-sqlite-dir="/sw/bin"
--with-sqlite-incdir="/sw/include" --with-sqlite-libdir="/sw/lib"
I've not yet tested the result though. It's a bit difficult to keep
up-to-date with these releases when I've got so much else going on...
Bruce
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
|