Hello Chris,
Thanks for the pointer. With Git installed on my PC, I was able to build the OpenSim dependencies and generate the project files successfully. I also completed the ALL_BUILD process, but the RUN_TESTS_PARALLEL failed. The MATLAB tests are failing.
Here's the error:
Code: Select all
The following tests FAILED:
1> 99 - Matlab_TugOfWar_RelWithDebInfo (Failed)
1> 100 - Matlab_wiringInputsAndOutputsWithTableReporter_RelWithDebInfo (Failed)
1> 101 - Matlab_RunHopper_answers_RelWithDebInfo (Failed)
1> 102 - Matlab_RunHopperWithDevice_answers_RelWithDebInfo (Failed)
1> 103 - Matlab_ConnectorsInputsOutputs_RelWithDebInfo (Failed)
1> 104 - Matlab_AccessSubcomponents_RelWithDebInfo (Failed)
1> 105 - Matlab_Simbody_RelWithDebInfo (Failed)
1> 106 - Matlab_osimTableStruct_RelWithDebInfo (Failed)
1> 107 - Matlab_testOsimVec3_RelWithDebInfo (Failed)
1> Errors while running CTest
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: The command "setlocal
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: "C:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C RelWithDebInfo
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmEnd
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmErrorLevel
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: exit /b %1
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmDone
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :VCEnd
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: :VCEnd" exited with code 8.
I have tried it twice. My MATLAB setup is 2017a.
Any pointers on what to do about this?
Kenechukwu