Set up CFLAGS and rebuilt sqlite library.
gcc -DSQLITE_THREADSAFE=1 -I. -I../src -DSQLITE_DEBUG=1 -DTHREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c
../src/vdbeblob.c -o vdbeblob.o >/dev/null 2>&1
Ran again and got:
sqlitetest_thrd35: ../src/btree.c:2494: sqlite3BtreeRollback: Assertion
`countWriteCursors(pBt)==0' failed.
Aborted
Let me know of anything else. I'll be out for a while today so I'll get to it
tomorrow...
Thanks.
[EMAIL PROTECTED] wrote: Ken wrote:
> Recompiled with:
> gcc -DSQLITE_THREADSAFE -I. -I../src
^^^
Should be -DSQLITE_THREADSAFE=1
The =1 is important in this case.
--
D. Richard Hipp
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------