Lattest cvs sqlite version:
If  SQLITE_OMIT_VIRTUALTABLE is defined linker complains about:

parse.obj : error unresolved external symbol _sqlite3VtabArgExtend in function _yy_reduce parse.obj : error unresolved external symbol _sqlite3VtabArgInit in function _yy_reduce parse.obj : error unresolved external symbol _sqlite3VtabBeginParse in function _yy_reduce parse.obj : error unresolved external symbol _sqlite3VtabFinishParse in function _yy_reduce

These functions are declared in sqliteint.h line 1863-1866.
These functions are implemented in vtab.c but enclosed in:
#ifndef SQLITE_OMIT_VIRTUALTABLE
...
#endif

And of course, these functions are used in function reduce without any SQLITE_OMIT_VIRTUALTABLE check.

Hope this helps.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to