Thanks for this library.
I run your instructions from [[
thebugfreeblog.blogspot.com/2012/08/compiling-sqlcipher-for-windows.html ]] .
From the command line of cygwin and I receive the following messages:
export CC=i686-pc-mingw32-gcc
((no message))
cd sqlcipher_sources
((no message))
$
./configure --disable-tcl CFLAGS="-DSQLITE_HAS_CODEC
-ID:\openssl_binaries/include"
LDFLAGS="d:\openssl_binaries/lib/libeay32.lib
/usr/lib/gcc/i686-pc-mingw32/4.5.2/libgcc.a"
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... i686-pc-mingw32-gcc
checking whether the C compiler works... no
configure: error: in `/cygdrive/d/sqlcipher_sources':
configure: error: C compiler cannot create executables
See `config.log' for more details
$
i686-pc-mingw32-gcc -DSQLITE_HAS_CODEC
-I/cygdrive/c/OpenSSL-Win32/include -DSQLITE_OS_WIN=1 -I. -I./src
-I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG
-DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DHAVE_READLINE=0
-o .libs/sqlite3.exe ./src/shell.c
/usr/lib/gcc/i686-pc-mingw32/4.5.2/libgcc.a ./.libs/libsqlite3.a
-lpthread -L/usr/local/lib /cygdrive/c/OpenSSL-Win32/lib/libeay32.lib
i686-pc-mingw32-gcc: error: /usr/lib/gcc/i686-pc-mingw32/4.5.2/libgcc.a: No such file or directory
i686-pc-mingw32-gcc: error: ./.libs/libsqlite3.a: No such file or directory
i686-pc-mingw32-gcc: error: /cygdrive/c/OpenSSL-Win32/lib/libeay32.lib: No such file or directory
And inside d.\sqlcipher_sources I do not find the lib directory nor any library, nor any sqlite3 executable, as you mencioned.
Can anyone tell me what has happend?
Thanks.
HERNAN CANO MARTINEZSystems Analyst - Programmer
Medellín, Antioquia, Colombia