JP
2013-03-30 14:17:19 UTC
Hi all,
first off I'd like to thank you for making possible this great library!
I'm trying to compile the library in Windows XP, with Visual Studio
2008, using Boost and SQLite, but I don't know how to launch CMake for
finding these libraries. This is what I use:
cmake -G "Visual Studio 9 2008" ^
-DWITH_DB2=OFF -DWITH_FIREBIRD=OFF -DWITH_MYSQL=OFF ^
-DWITH_ODBC=OFF -DWITH_ORACLE=OFF -DWITH_POSTGRESQL=OFF ^
-DWITH_BOOST=ON -DWITH_SQLITE3=ON ^
-DBOOST_RELEASE_VERSION=1.53.0 ^
-DBOOST_INCLUDE_DIR=../../boost/boost ^
-DBOOST_LIBRARIES=../../boost/bin.V2/libs ^
-DSQLITE3_INCLUDE_DIR=../../sqlite3/sqlite3 ^
-DSQLITE3_LIBRARIES=../../sqlite3/Debug ^
..
I'm pretty sure that in the directories I've specified for Boost and
SQLite the libraries can be found. I've also tried to put the absolute
paths, but the results of CMake always say that neither Boost or
SQLite are found! Any suggestion please? Which files do the CMake
check in order to confirm that the Boost and SQLite libraries are
found?
Thanks!
JP
first off I'd like to thank you for making possible this great library!
I'm trying to compile the library in Windows XP, with Visual Studio
2008, using Boost and SQLite, but I don't know how to launch CMake for
finding these libraries. This is what I use:
cmake -G "Visual Studio 9 2008" ^
-DWITH_DB2=OFF -DWITH_FIREBIRD=OFF -DWITH_MYSQL=OFF ^
-DWITH_ODBC=OFF -DWITH_ORACLE=OFF -DWITH_POSTGRESQL=OFF ^
-DWITH_BOOST=ON -DWITH_SQLITE3=ON ^
-DBOOST_RELEASE_VERSION=1.53.0 ^
-DBOOST_INCLUDE_DIR=../../boost/boost ^
-DBOOST_LIBRARIES=../../boost/bin.V2/libs ^
-DSQLITE3_INCLUDE_DIR=../../sqlite3/sqlite3 ^
-DSQLITE3_LIBRARIES=../../sqlite3/Debug ^
..
I'm pretty sure that in the directories I've specified for Boost and
SQLite the libraries can be found. I've also tried to put the absolute
paths, but the results of CMake always say that neither Boost or
SQLite are found! Any suggestion please? Which files do the CMake
check in order to confirm that the Boost and SQLite libraries are
found?
Thanks!
JP