簡體   English   中英

使用Visual Studio 2013 pro update 3(或4)在Windows 8.1上構建鉻。

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

我一直在努力工作2周,按照Build Instructions(windows)建立鉻。 我的規格是:

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

每次構建失敗。 在默認方式失敗后安裝depot_tools后,我嘗試了很多方法。

  • 設置DEPOT_TOOLS_WIN_TOOLCHAIN = 0
  • 設置GYP_MSVS_VERSION = 2013
  • 設置GYP_GENERATORS = msvs-ninja,ninja
  • gclient runhooks
  • ninja -C out \\ Debug chrome

其中一個錯誤是:src \\ gin \\ function_template.h(152):錯誤C2059:語法錯誤:''

所以,我有以下問題:1)有沒有人使用visual studio 13 pro update 3在Windows 8.1上成功構建鉻? 1.1)如果是,如果重要的話,你能否詳細說明安裝順序,如(1。visual studio,2。directx sdk,3。windows sdk等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-windows,Chromium僅基於VS 2013更新4.因此它絕對不適用於VS 2013 Update 3。

它適用於VS Update 5嗎? =>自己回答:是的,它適用於VS Update 5。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM