On Wed, Nov 30, 2011 at 1:30 PM, Adolfo Jiménez Millán <[email protected]>wrote:
> Pavel: > > Thanks for your answer. > > By the way, there are a similar error when using the directive > SQLITE_OMIT_ANALYZE > SQLITE_OMIT_ANALYZE won't work with the amalgamation because the amalgamation is generated code, and different code is generated depending on whether or not SQLITE_OMIT_ANALYZE is present. To use SQLITE_OMIT_ANALYZE, you have to start with the canonical source files. > > =0A-- > Adolfo. > > > > > ---- Mensaje original ---- > > De: Pavel Ivanov <[email protected]> > > Para: [email protected], General Discussion of SQLite Database < > [email protected]> > > Fecha: Wed, 30 Nov 2011 16:33:42 +0100 > > Asunto: Re: [sqlite] Error when compiling with the SQLITE_OMIT_WALL > directive > > > > > > > >This will be fixed in next version. See > >http://www.sqlite.org/src/info/5dbfaed8c3. > > > >Pavel > > > > > >On Wed, Nov 30, 2011 at 6:29 AM, Adolfo Jiménez Millán <[email protected]> > >wrote: > =0A>> Hi all: > >> > >> Using MS VC++ 98, I try to compile the 3.7.9 amalgamation, using the > SQLI > >TE OMIT WAL directive, but then I get an error: > >> > >> sqlite3.c(131886) : error C2129: static function 'void > sqlite3PagerClearC > >ache(Pager *)' declared but not defined. > >> > >> I've used some other directives, but all of them compiles smoothly. > >> > >> Any clue? > >> > > _______________________________________________ > 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

