The current Fossil trunk [dd4962aa34] does not compile with both

* SQLITE_OMIT_PAGER_PRAGMAS
* SQLITE_OMIT_VACUUM

enabled. These defines exclude btree.c sqlite3BtreeSetPageSize(), but it 
is still referenced from build.c.

The problem was introduced by Check-in [5dcfb0c9e4]: "Make the TEMP file
tables use the page size set for the main database." Here is the link:

http://www.sqlite.org/src/ci/5dcfb0c9e420d27e54a299b3991b98776651a507

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

Reply via email to