hello.
I’m korean. I’m using a translator.
So, even if the grammar is awkward, please understand.
In fact, I don’t know if I’m asking questions here.
Anyway, I built sqlcipher by referring to “http://www.jerryrw.com”,
I created an exe file.but while building, There was a warning.
//////////////////////////////////////Warning///////////////////////////////////////////
$ make
./libtool --mode=compile --tag=CC gcc -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -I/c/opensslbuild32/include /c/sqlcipher/libeay32.dll -L/c/sqlcipher/ -static-libgcc -DSQLITE_OS_WIN=1 -I. -I/c/sqlcipher/src -I/c/sqlcipher/ext/rtree -I/c/sqlcipher/ext/icu -I/c/sqlcipher/ext/fts3 -I/c/sqlcipher/ext/async -I/c/sqlcipher/ext/session -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_TEMP_STORE=1 -c sqlite3.c
libtool: compile: gcc -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -I/c/opensslbuild32/include /c/sqlcipher/libeay32.dll -L/c/sqlcipher/ -static-libgcc -DSQLITE_OS_WIN=1 -I. -I/c/sqlcipher/src -I/c/sqlcipher/ext/rtree -I/c/sqlcipher/ext/icu -I/c/sqlcipher/ext/fts3 -I/c/sqlcipher/ext/async -I/c/sqlcipher/ext/session -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_TEMP_STORE=1 -c sqlite3.c -DDLL_EXPORT -DPIC -o .libs/sqlite3.o
sqlite3.c: In function ‘sqlcipher_cipher_profile’:
sqlite3.c:21289:8: warning: implicit declaration of function ‘fopen_s’ [-Wimplicit-function-declaration]
if(fopen_s(&f, destination, “a”) != 0){
^~~~~~~
gcc.exe: warning: c:/sqlcipher/libeay32.dll: linker input file unused because linking not done
////////////////////////////////////////////////////////////////////////////////////////
and sqlcipher.exe does not seem to work well.
After running the executable, I got the following output:
I think the results should be different.
Because I encrypted it, ---->file is encrypted or is not a database<----
However, I got different results.
Please help me build sqlcipher properly…