On 30 March 2013 14:17, JP <[email protected]> wrote: > 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 ^ ------^^^^^^^^^^^^^
Please, take a look at the "Building SOCI on Windows" thread postd recently, with this explanation I posted here: http://sourceforge.net/mailarchive/message.php?msg_id=30648021 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ 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
