Re: [Refdb-users] ANN: refdb-0.9.4-pre4 available for testing
Status: Beta
Brought to you by:
mhoenicka
|
From: Bruce D'A. <bd...@fa...> - 2004-01-23 13:06:59
|
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 |