On Apr 21, 2008, at 9:03 PM, Richard Klein wrote:
> I regenerated and recompiled the source files
> specifying that the following features (among
> others) are to be omitted:
>
> SQLITE_OMIT_REINDEX
> SQLITE_OMIT_VIEW
> SQLITE_OMIT_VIRTUALTABLE

It worked OK when I tried this combination.  Are
you *sure* you set these options when you ran
"make target_source"?  Are you certain that you
are using the correct set of source files?

>
>
> Nevertheless, I am getting the following link
> errors:
>
> delete.obj : error LNK2019: unresolved external symbol  
> _sqlite3MaterializeView referenced in function _sqlite3DeleteFrom
> update.obj : error LNK2019: unresolved external symbol  
> _sqlite3MaterializeView referenced in function _sqlite3Update
> parse.obj  : error LNK2019: unresolved external symbol  
> _sqlite3VtabArgExtend referenced in function _yy_reduce
> parse.obj  : error LNK2019: unresolved external symbol  
> _sqlite3VtabArgInit referenced in function _yy_reduce
> parse.obj  : error LNK2019: unresolved external symbol  
> _sqlite3VtabBeginParse referenced in function _yy_reduce
> parse.obj  : error LNK2019: unresolved external symbol  
> _sqlite3VtabFinishParse referenced in function _yy_reduce
> parse.obj  : error LNK2019: unresolved external symbol  
> _sqlite3Reindex referenced in function _yy_reduce
> parse.obj  : error LNK2019: unresolved external symbol  
> _sqlite3CreateView referenced in function _yy_reduce
>
> Are there any workarounds for these, or will
> I have to remove the above OMIT options?
>
> Thanks,
> - Richard
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>

D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to