Building master via 'make full' on Windows fails at linking stage

Suspecting commit 4f81b4b4 to have introduced the issue on Windows. Even after completely deleting the build_windows_Full_x64_vc16_Release folder and restarting build, at the final linking stage the build system throws three errors. Build log is attatched:

Build.log.txt (160.0 KB)

errors are:

creator.obj : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol “scalable_malloc” in Funktion “gmp_alloc”. [C:\blender-git\build_windows_Full_x64_vc16_Release\source\creator\blender.vcxproj]
creator.obj : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol “scalable_free” in Funktion “gmp_free”. [C:\blender-git\build_windows_Full_x64_vc16_Release\source\creator\blender.vcxproj]
creator.obj : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol “scalable_realloc” in Funktion “gmp_realloc”. [C:\blender-git\build_windows_Full_x64_vc16_Release\source\creator\blender.vcxproj]

pull and it should be fixed, sorry about that

Do you have a commit you can reference for your fix? I am on the Cycles-X branch, and unfortunately this has not been merged in yet, so I’d like to just make the fix locally.

Never mind - I found it - commit 9df1e0cad54599c53a1eb877651fceb461d88148 for anyone else interested.

Thanks for the quick fix, build is working again!