c++ - Building chromium on windows 8.1 using Visual Studio 2013 pro update 3 (or 4). -
i have been struggling 2 weeks build chromium following build instructions (windows). specs are:
- windows 8.1
- visual studio 2013 update 3
- intel i7 cpu , 16gb ram
every time build failed. tried many ways, after installing depot_tools after default way failed.
- set depot_tools_win_toolchain=0
- set gyp_msvs_version=2013
- set gyp_generators=msvs-ninja,ninja
- gclient runhooks
- ninja -c out\debug chrome
one of error like: src\gin\function_template.h(152) : error c2059: syntax error : ''
so, have following questions: 1) has build chromium on windows 8.1 using visual studio 13 pro update 3? 1.1) if yes, can give detailed instructions on installation sequence follow if matters, (1. visual studio, 2. directx sdk, 3. windows sdk etc. 4. depot_tools 5. fetch chromium 6. gclient sync .... etc)?
1.2) if yes, how can eliminate errors c2059?
it says on website visual studio update 4 supported.
http://www.chromium.org/developers/how-tos/build-instructions-windows
worked me.
Comments
Post a Comment