aari...@gmail.com
unread,Dec 22, 2022, 10:07:57 AM12/22/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Nico Weber, Chromium-dev, aari...@gmail.com
Thank you, noted.
As for the error messages, there are no "not supported" errors, neither while generating a project nor while building it.
"gn gen" finishes just fine:
path>gn gen --ide=vs out\VS --args="is_clang=false"
Generating Visual Studio projects took 24161ms
Done. Made 18504 targets from 3196 files in 50632ms
And build fails because of compiler options:
path>autoninja -C out\VS chrome
...
[162/56098] CXX obj/skia/skia_opts_avx/SkOpts_avx.obj
FAILED: obj/skia/skia_opts_avx/SkOpts_avx.obj
...
cl : Command line warning D9025 : overriding '/std:c++17' with '/std:c++20'
cl : Command line error D8021 : invalid numeric argument '/Wno-c++17-extensions'
[163/56098] CXX obj/skia/skia_opts_sse3/SkOpts_ssse3.obj
FAILED: obj/skia/skia_opts_sse3/SkOpts_ssse3.obj
...
cl : Command line warning D9025 : overriding '/std:c++17' with '/std:c++20'
cl : Command line error D8021 : invalid numeric argument '/Wno-c++17-extensions'