Compiling SQLCipher produces these errors:
./libtool --mode=compile --tag=CC gcc -g -O2 -DSQLITE_OS_UNIX=1 -I.
-I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_TEMP_STORE=1 -c sqlite3.c
libtool: compile: gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I./src
-D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_TEMP_STORE=1 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o
sqlite3.c: In function �lockBtreeMutex�:
sqlite3.c:44901: error: dereferencing pointer to incomplete type
There are 2,914 lines of these and other errors. I hope there's a
simple, but elusive fix.
Ted
--
+-----------------------------------------------------------------+
| 3.14159 26535 89793 23846 26433 83279 50288 May the Spirit |
| 41971 69399 37510 58209 74944 59230 78164 of pi spread |
| 06286 20899 86280 34825 32411 70679 82148 around the world. |
| 08651 32823 06647 09384 46095 50582 ... PI VOBISCUM! |
+-----------------------------------------------------------------+
I downloaded the 'sjlombardo-sqlcipher-9b9dbc0' version of SQLCipher.
Compiling SQLCipher produces these errors:
./libtool --mode=compile --tag=CC gcc -g -O2 -DSQLITE_OS_UNIX=1 -I.
-I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_TEMP_STORE=1 -c sqlite3.c
libtool: compile: gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I./src
-D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_TEMP_STORE=1 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o
sqlite3.c: In function ‘lockBtreeMutex’: