Axel Isouard
Axel Isouard
Looks like MSVC 2015 has been removed everywhere. Will try with 2017.
Found a working link for the web installer, I should attach it since I still haven't heard about 2017 in the Chromium's build instructions. https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409
Fixed in `refactor-depot-tools` branch
It seems to be caused by uuid.lib being defunct inside a specific version of the Windows 10 SDK: https://webcache.googleusercontent.com/search?q=cache:RH6ta2ufy9gJ:https://connect.microsoft.com/VisualStudio/feedback/details/2564511/linker-warning-uuid-lib-shguids2-obj-msil-netmodule-or-module-compiled-with-gl-found+&cd=3&hl=fr&ct=clnk&gl=fr > Problem is related to wrong version of (x86) uuid.lib. After...
Still crashing on my own machine, I'll try with another SDK later.
@agouaillard I might have to remove the depot_tools Git submodule, then use CMake to manage it as an ExternalProject. Right now, I'm thinking about focusing with the releases branch heads,...
Thanks for your advice @agouaillard, I'll focus on managing `depot_tools` first (#33), then do some kind of abstraction between GYP and GN later.
Waiting for CI to finish the builds, then I merge the first part into `dev`.
Thanks for the report. I'll check which commit removed or renamed this target, then I'll add a git date comparison when I get the time.
In the meantime, you can just remove all references after the output directory, it should look like `ninja -C out/Release` only.