On Wed, Sep 1, 2010 at 10:28 AM, Pierre AUBERT <[email protected]> wrote:
> Hello all, > > I can't compile sqlite 3.7.2 if SQLITE_OMIT_WAL is defined. > In pager.c, the function pagerPagecount is defined only if > SQLITE_OMIT_WAL is not, but this function is called from hasHotJournal > regardless SQLITE_OMIT_WAL. > See http://www.sqlite.org/src/info/d1ed743b6e > > > > Best regards > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

