Folks,
I have updated CMake configuration for Windows and it's in decent
shape now and ready for testing.
I have managed to build and test all backends but Oracle so far, on
Windows. So, if there are Windows users who could help with testing,
I'd greatly appreciate.
Here is my configure.bat utility script I use to re-run
CMake configuration:
cmake ^
-DWITH_POSTGRESQL=ON ^
-DSOCI_POSTGRESQL_TEST_CONNSTR:STRING="dbname=soci_test user=soci" ^
-DWITH_MYSQL=ON ^
-DSOCI_MYSQL_TEST_CONNSTR:STRING="db=soci_test user=soci" ^
-DWITH_SQLITE3=ON ^
-DSOCI_EMPTY=ON ^
-DWITH_ORACLE=OFF ^
-DSOCI_TESTS=ON ^
..\master\src
Here is my directories layout
C:\dev\soci\_git\master - master branch of Git repo
C:\dev\soci\_git\build - here I perform SOCI build
C:\dev\soci\_git\configure.bat - the script
Here is how I run CMake:
cd C:\dev\soci\_git\build
..\configure.bat
Next, I open SOCI.sln in Visual Studio 2005, 2008 or 2010 (agree to
.vcproj upgrade) and build SOCI.
Next, I right-click on RUN_TESTS project and build it, so the tests are
executed.
Please, don't hesitate if you have any questions or problems.
Thanks!
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
Member of ACCU, http://accu.org
------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security
easier or more difficult to achieve? Read this whitepaper to separate the
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users