Thx Stephen lombardo and sorry for the delayed answer. I'm checking
the tutorial using Google translate.
So first i install MSYS. The installer ask me where MinWG is
installed.
I think it's in the "C:\Qt\qtcreator-1.3.0\mingw\bin" folder but
installer says that make.exe is missing but the install finish
correctly.
then I install OpenSSL and let the dll in the Windows system directory
(is that right ?)
then I install tcltk in the C:\Qt\qtcreator-1.3.0\mingw directory and
i rename the tclsh84.exe to tclsh.exe
I put the SqlCipher package at c:/sqlcipher
So I use the MSYS line command
cd c:/sqlcipher
$ ./configure --prefix=/C:/Qt/2009.05/qt/src/plugins/sqldrivers/
sqlcipher --disable-tcl --disable-amalgamation
CFLAGS="-DSQLITE_HAS_CODEC -I../OpenSSL/include /c/Windows/
System32/libeay32.dll"
work fine
$ make
work fine
$ make dll
work fine
$ make install
give me this error
$ make install
/bin/install -c -d /c:/Qt/2009.05/qt/src/plugins/sqldrivers/sqlcipher/
lib
./libtool --mode=install /bin/install -c
libsqlite3.la /c:/Qt/2009.05/
qt/src/plu
gins/sqldrivers/sqlcipher/lib
libtool: install: /bin/install -c .libs/libsqlite3.lai /c:/Qt/2009.05/
qt/src/plu
gins/sqldrivers/sqlcipher/
libsqlite3.la
/bin/install: cannot create regular file `/c:/Qt/2009.05/qt/src/
plugins/sqldrive
rs/sqlcipher/
libsqlite3.la': No such file or directory
make: *** [lib_install] Error 1
Or the directory already exist !! Did i miss something ??