Ken <[EMAIL PROTECTED]> wrote:
> Amalgamation fails to compile when -DSQLITE_OMIT_VIEW is defined.
> 

Neither the nor the preprocessed sources work with -DSQLITE_OMIT macros. 
If you need to use -DSQLITE_OMIT, then you will need to compile on
Unix using the original source code.

Both the amalgamation and the preprocessed sources contain
generated C code and the code generators have to know about
the -DSQLITE_OMIT macros.

--
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