使用Visual Studio 2013 pro更新3(或4)在windows 8.1上构建chromium

Building chromium on windows 8.1 using Visual Studio 2013 pro update 3 (or 4).

本文关键字:windows chromium 构建 2013 Studio Visual pro 更新 使用      更新时间:2023-10-16

我已经为按照构建说明(windows)构建chromium而奋斗了两周。我的规格是:

  • Windows 8.1
  • Visual Studio 2013更新3
  • Intel i7 cpu和16GB RAM

每次生成失败。我尝试了很多方法,在默认方式失败后安装depot_tools。

  • 设置DEPOT_TOOLS_WIN_TOOLCHAIN=0
  • 设置GYP_MSVS_VERSION=2013
  • set GYP_GENERATORS=msvs忍者,忍者
  • gclient运行挂钩
  • ninja-C out\调试chrome

其中一个错误类似于:src\gin\function_template.h(152):error C2059:语法错误:"

因此,我有以下问题:1) 有人使用visualstudio13proupdate3在windows8.1上成功构建chromium吗?1.1)如果是,如果重要,你能给出关于安装顺序的详细说明吗,比如(1。视觉工作室,2。directx-sdk,3。windowssdk等4。depot_tools 5。取铬6。gclient同步。。。。等等)?

1.2)如果是,您如何消除像c2059这样的错误?

网站上说只支持Visual Studio Update 4。

http://www.chromium.org/developers/how-tos/build-instructions-windows

为我工作。

根据http://www.chromium.org/developers/how-tos/build-instructions-windowsChromium仅基于VS 2013更新4构建。所以它肯定不会在VS 2013更新3上工作。

它适用于VS Update 5吗?=>我自己回答:是的,它适用于VS Update 5。