On Tue, Mar 8, 2016 at 2:47 PM, Gert Corthout <gert_corthout at hotmail.com> wrote:
> hello, > when I compile the amalgation with these compile > switches:SQLITE_OMIT_VIRTUALTABLEorSQLITE_OMIT_VIRTUALTABLE > https://www.sqlite.org/compile.html If any of these options are defined, then the same set of SQLITE_OMIT_* options must also be defined when using the 'lemon' tool to generate the parse.c file and when compiling the 'mkkeywordhash' tool which generates the keywordhash.h file. Because of this, these options may only be used when the library is built from canonical source, not from theamalgamation <https://www.sqlite.org/amalgamation.html>. Some SQLITE_OMIT_* options might work, or appear to work, when used with the amalgamation <https://www.sqlite.org/amalgamation.html>. But this is not guaranteed. In general, always compile from canonical sources in order to take advantage of SQLITE_OMIT_* options. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf