> I'm trying to build the latest libsqlite3 in tree and am running into a > number of problems. First I want to make sure I'm following the correct > build procedure. > > In lib/libsqlite3 I'm running > > make obj > make depend > make > > During make I get the following build failure on amd64:
You forgot to make includes before attempting to build the library. Miod
