RE: [sqlite] disabling large file support

2006-06-09 Thread Doug Shelton
> > > >gcc -g -O2 -DOS_BEOS=1 -DSQLITE_DISABLE_LFS -DHAVE_USLEEP=1 -I. -I./src > -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 > -DSQLITE_OMIT_CURSOR > > -DHAVE_READLINE=0 -o sqlite3 ./src/shell.c ./.libs/libsqlite3.a > -lroot -lbe -lreadline $ sqlite3 test.db SQLite version 3.3.5 Ent

Re: [sqlite] disabling large file support

2006-06-09 Thread Doug Shelton
posted to the list a couple of weeks ago: we need to insure sqlite will run under BeOS, as Mozilla now uses threaded sqlite and its presence is required for the continued functioning of our Firefox port. An other ideas? Doug > On Thu, 8 Jun 2006, Doug Shelton wrote: > > > How doe

[sqlite] disabling large file support

2006-06-08 Thread Doug Shelton
How does one disable large file support? As mentioned in comments, I've added -DSQLITE_DISABLE_LFS to the Makefile, but continue to get errors indicating lack of kernel support for large files. The following lines are the end of my compile (so you can see make options) and the behavior of the

[sqlite] Adding BeOS support to sqlite

2006-05-17 Thread Doug Shelton
Because Mozilla Firefox now incorporates sqlite, the Bezilla team has created added code to support THREADSAFE operation under BeOS, Zeta and Haiku OSs. If possible, we'd like to submit this code to the official sqlite repository. What is the process for submitting changes to sqlite code for