Unable to build the master branch on Win10

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
La commande “setlocal [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
“C:\Program Files\CMake\bin\cmake.exe” -DBUILD_TYPE=Release -P cmake_install.cmake [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Rele ase\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
if %errorlevel% neq 0 goto :cmEnd [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
:cmEnd [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
:cmErrorLevel [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
exit /b %1 [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
:cmDone [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
if %errorlevel% neq 0 goto :VCEnd [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073:
:VCEnd” s’est arrêtée avec le code 1. [D:\Blender_2.8_git\build_windows_Release_x64_vc15_Release\INSTALL.vcxproj]
Error during install phase

For two days i get this error message and to this moment the build fails, is the master branch broken?

I was getting the same error earlier. Starting a fresh build folder fixed the issue.

Nope,still the same.
It says
CMake Error at source/creator/cmake_install.cmake:284 (file):
file INSTALL cannot find
“D:/Blender_2.8_git/blender/…/lib/win64_vc15/tbb/lib/tbb.dll”.
Call Stack (most recent call first):
cmake_install.cmake:94 (include)

@brecht Isn’t this the intel lib that you guys added? now part of it is removed.

This is due to:
https://developer.blender.org/rBL62416

Make sure you run make update so that precompiled libraries are updated to the latest version.

1 Like

This is also important when you switch between the 2.83 and master branch, you HAVE to run make update after every switch to ensure you have the libraries that go with that branch.

1 Like

I did make update but didn’t work first then i tried svn cleanup, now it’s working.
Thanks for the help.