1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------1> Checking Build System1> CMake does not need to re-run because C:/cpputest-3.8/bin/CMakeFiles/generate.stamp is up-to-date.1> CMake does not need to re-run because C:/cpputest-3.8/bin/src/CppUTest/CMakeFiles/generate.stamp is up-to-date.1> CMake does not need to re-run because C:/cpputest-3.8/bin/src/CppUTestExt/CMakeFiles/generate.stamp is up-to-date.1> CMake does not need to re-run because C:/cpputest-3.8/bin/tests/CMakeFiles/generate.stamp is up-to-date.1> CMake does not need to re-run because C:/cpputest-3.8/bin/tests/CppUTestExt/CMakeFiles/generate.stamp is up-to-date.1> 'C:\cpputest-3.8\bin\Debug\ZERO_CHECK' is not recognized as an internal or external command,1> operable program or batch file.1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: The command "C:\cpputest-3.8\bin\Debug\ZERO_CHECK1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: :VCEnd" exited with code 9009.
2>------ Build started: Project: CppUTest, Configuration: Debug Win32 ------3>------ Build started: Project: CppUTestExt, Configuration: Debug Win32 ------
...
3> CppUTestExt.vcxproj -> C:\cpputest-3.8\bin\src\CppUTestExt\Debug\CppUTestExt.lib2> SimpleMutex.cpp2> Utest.cpp2> UtestPlatform.cpp2> Generating Code...2> CppUTest.vcxproj -> C:\cpputest-3.8\bin\src\CppUTest\Debug\CppUTest.lib2> The system cannot execute the specified program.2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: The command "C:\cpputest-3.8\bin\src\CppUTest\Debug\CppUTest.lib2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: :VCEnd" exited with code 9020.
...
3> The system cannot execute the specified program.3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: The command "C:\cpputest-3.8\bin\src\CppUTestExt\Debug\CppUTestExt.lib3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: :VCEnd" exited with code 9020.
5>C:\cpputest-3.8\tests\CppUTestExt\MockSupport_cTestCFile.c(103): error C2220: warning treated as error - no 'object' file generated5>C:\cpputest-3.8\tests\CppUTestExt\MockSupport_cTestCFile.c(103): warning C4244: 'function': conversion from 'double' to 'unsigned int', possible loss of data5>C:\cpputest-3.8\tests\CppUTestExt\MockSupport_cTestCFile.c(107): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data5>C:\cpputest-3.8\tests\CppUTestExt\MockSupport_cTestCFile.c(111): warning C4244: 'function': conversion from 'double' to 'unsigned long', possible loss of data
5> Generating Code...
6>------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------6> Building Custom Rule C:/cpputest-3.8/CMakeLists.txt6> CMake does not need to re-run because C:\cpputest-3.8\bin\CMakeFiles\generate.stamp is up-to-date.6> 'C:\cpputest-3.8\bin\Debug\ALL_BUILD' is not recognized as an internal or external command,6> operable program or batch file.6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: The command "C:\cpputest-3.8\bin\Debug\ALL_BUILD6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: :VCEnd" exited with code 9009.========== Build: 1 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========
--
You received this message because you are subscribed to the Google Groups "cpputest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpputest+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can also use CMake, which also works for Windows Visual Studio.
- Download latest version
- cmake CMakeList.txt
- make