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

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to