On 12.02.2015 20:48, kay wrote:
> I downloaded sqlite-amalgamation-3080802.zip and unzipped into a totally
> different directory. I make a directory named SQLite amalgamation as
> follows: /stptest/tools/svn/subversion-1.8.11/sqlite-amalgamation dand
> copied the sqlite3.c from the unzipped files to it

Subversion uses the SQLite amalgamation, not one file from it.

You copied the C file but not the header; Subversion compiles sqlite3.c,
but also needs sqlite3.h and sqlite3ext.h, which it now most probably
picked up from /usr/include or /usr/local/include, where it found an
older version.

And it looks like our INSTALL file is out of date in that respect (again).

-- Brane

Reply via email to