On 1/13/16, tonyp at acm.org <tonyp at acm.org> wrote: > Compiling under Linux with SQLITE_OMIT_WAL I get this error: > > ./sqlite3.c: In function ?sqlite3PagerJrnlFile?: > ./sqlite3.c:50209:16: error: ?Pager? has no member named ?pWal? > return pPager->pWal ? sqlite3WalFile(pPager->pWal) : pPager->jfd; >
Bummer. But we've already started the build. Since you are probably about the only person in the world that builds with -DSQLITE_OMIT_WAL, I think you might just have to make due with 3.10.0 or else patch up 3.10.1 yourself. -- D. Richard Hipp drh at sqlite.org

