What steps will reproduce the problem?
1. Download Core 303, unzip.
2. Use CMake to generate the VS2010 project.
3. Build project in Debug mode
4. Get this output:
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>Build started 07-12-2012 16:02:51.
1>InitializeBuildStatus:
1> Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>CustomBuild:
1> Checking Build System
1> CMake does not need to re-run because C:/Work/NewtonWin-3.03/build/CMakeFiles/generate.stamp is up-to-date.
1>FinalizeBuildStatus:
1> Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
1> Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:00.11
2>------ Build started: Project: Newton, Configuration: Debug Win32 ------
2>Build started 07-12-2012 16:02:51.
2>InitializeBuildStatus:
2> Touching "Newton.dir\Debug\Newton.unsuccessfulbuild".
2>CustomBuild:
2> Building Custom Rule C:/Work/NewtonWin-3.03/CMakeLists.txt
2> CMake does not need to re-run because C:\Work\NewtonWin-3.03\build\CMakeFiles\generate.stamp is up-to-date.
2>cl : Command line warning D9035: option 'Ge' has been deprecated and will be removed in a future release
2>cl : Command line error D8016: '/Gd' and '/Gr' command-line options are incompatible
2>
2>Build FAILED.
2>
2>Time Elapsed 00:00:02.39
3>------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------
3>Build started 07-12-2012 16:02:54.
3>InitializeBuildStatus:
3> Creating "Win32\Debug\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because "AlwaysCreate" was specified.
3>CustomBuild:
3> Build all projects
3> Building Custom Rule C:/Work/NewtonWin-3.03/CMakeLists.txt
3> CMake does not need to re-run because C:\Work\NewtonWin-3.03\build\CMakeFiles\generate.stamp is up-to-date.
3>FinalizeBuildStatus:
3> Deleting file "Win32\Debug\ALL_BUILD\ALL_BUILD.unsuccessfulbuild".
3> Touching "Win32\Debug\ALL_BUILD\ALL_BUILD.lastbuildstate".
3>
3>Build succeeded.
3>
3>Time Elapsed 00:00:00.12
========== Build: 2 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Product version 3.03. OS Windows 7 32-bits.
I already tried using different Runtime Library options (/MDd and /MTd) but the error is the same.
Any suggestions?