Re: [sqlite] problem building reduced-size sqlite

2008-07-24 Thread Shane Harrelson
Dennis- I'm not able to duplicate this here, and it apparently worked for the OP. What OS and shell are you running configure in? Can you check for stray /r/n line endings in the configure script. That can sometimes confuse the shell, and I may have left a one in. I can't comment on the

Re: [sqlite] problem building reduced-size sqlite

2008-07-23 Thread Dennis Cote
Shane Harrelson wrote: > I checked in some updates to the "configure" support that will hopefully do > the right thing and pass any OMIT options to lemon and mkkeywordhash. > There was also a minor fix to handle SQLITE_OMIT_VIEW being defined while > SQLITE_OMIT_SUBQUERY is undefined in select.c

Re: [sqlite] problem building reduced-size sqlite

2008-07-22 Thread Shane Harrelson
On 7/22/08, Steve Friedman <[EMAIL PROTECTED]> wrote: > > > > Actually, I have both --enable-tempstore=always and -DTEMP_STORE=2 > (belts and suspenders). Then you probably want to use -DSQLITE_TEMP_STORE=2 instead. ___ sqlite-users mailing list

Re: [sqlite] problem building reduced-size sqlite

2008-07-21 Thread Shane Harrelson
I checked in some updates to the "configure" support that will hopefully do the right thing and pass any OMIT options to lemon and mkkeywordhash. There was also a minor fix to handle SQLITE_OMIT_VIEW being defined while SQLITE_OMIT_SUBQUERY is undefined in select.c (something you probably rand

Re: [sqlite] problem building reduced-size sqlite

2008-07-21 Thread Dennis Cote
Steve Friedman wrote: > >case 275: /* trigger_cmd ::= UPDATE orconf nm SET setlist > where_opt */ > { yygotominor.yy243 = sqlite3TriggerUpdateStep(pParse->db, > [-3].minor.yy0, yymsp[-1].minor.yy174, yymsp[0].minor.yy172, > yymsp[-4].minor.yy46); } > break; >case 276:

Re: [sqlite] problem building reduced-size sqlite

2008-07-21 Thread Steve Friedman
I rebaselined to the latest CVS as of this morning before rerunning the make command, so the lines have shifted, but the same issues as before. Steve Dennis Cote wrote: > Steve Friedman wrote: >> libtool: compile: gcc -g -O3 -DSQLITE_ENABLE_RTREE=1 -DTEMP_STORE=2 >>

Re: [sqlite] problem building reduced-size sqlite

2008-07-18 Thread Dennis Cote
Steve Friedman wrote: > libtool: compile: gcc -g -O3 -DSQLITE_ENABLE_RTREE=1 -DTEMP_STORE=2 > -DSQLITE_DEFAULT_CACHE_SIZE=100 -DSQLITE_DEFAULT_PAGE_SIZE=32768 > -DSQLITE_OMIT_ALTERTABLE=1 -DSQLITE_OMIT_ANALYZE=1 > -DSQLITE_OMIT_ATTACH=1 -DSQLITE_OMIT_AUTHORIZATION=1 >

Re: [sqlite] problem building reduced-size sqlite

2008-07-18 Thread Steve Friedman
Ralf Junker wrote: > Steve Friedman wrote: > >> When trying to build sqlite (latest cvs update) with the following: >> >> ../sqlite-latest/configure --disable-threadsafe --enable-tempstore=always \ >> --disable-tcl --enable-extensions \ >> CFLAGS="-g -O3 -DSQLITE_ENABLE_RTREE=1 \ >>

Re: [sqlite] problem building reduced-size sqlite

2008-07-18 Thread Ralf Junker
Steve Friedman wrote: >When trying to build sqlite (latest cvs update) with the following: > >../sqlite-latest/configure --disable-threadsafe --enable-tempstore=always \ > --disable-tcl --enable-extensions \ > CFLAGS="-g -O3 -DSQLITE_ENABLE_RTREE=1 \ > -DTEMP_STORE=2

[sqlite] problem building reduced-size sqlite

2008-07-18 Thread Steve Friedman
When trying to build sqlite (latest cvs update) with the following: ../sqlite-latest/configure --disable-threadsafe --enable-tempstore=always \ --disable-tcl --enable-extensions \ CFLAGS="-g -O3 -DSQLITE_ENABLE_RTREE=1 \ -DTEMP_STORE=2 -DSQLITE_DEFAULT_CACHE_SIZE=100