提问人:Robin 提问时间:8/2/2023 更新时间:8/2/2023 访问量:62
在本地构建 Chromedriver 时 //skia/BUILD.gn 处出错
ERROR at //skia/BUILD.gn while building Chromedriver locally
问:
我正在尝试在 Windows 机器上本地构建 ChromeDriver (114.0.5735.90),并面临以下错误:
ERROR at //skia/BUILD.gn:554:16: Undefined identifier
sources += skia_gpu_private
^---------------
See //BUILD.gn:103:7: which caused the file to be included.
"//skia:skia_unittests",
^----------------------
ninja: error: rebuilding 'build.ninja': subcommand failed
ninja: Entering directory `outDefault'
[0/1] Regenerating ninja files
FAILED: build.ninja.stamp
../buildtools/win/gn.exe --root=./.. -q --regeneration gen .
我尝试过无济于事:
- gclient 同步
- 构建最新版本
答: 暂无答案
评论
gclient sync
Visual Studio Command Prompt