【发布时间】:2015-04-24 05:30:31
【问题描述】:
在使用 windows 7 编译 CEF3 (cmd-ninja -C out/Debug cefclient) 期间,出现以下错误。
我已经设置了许多博客建议的 DEPOT_TOOLS_WIN_TOOLCHAIN=0 但一次又一次地得到同样的错误。
Error: error LNK1201: error writing to program database 'Chromium\src\out\Debug\libcef.dll.pdb';检查磁盘空间不足、路径无效或权限不足。 libcef.dll.pdb 的大小超过 1 GB。
操作系统 - 64 位,Windows 7 内存 - 8 GB Microsoft Visual Studio 12.0(vs2013版本12.0.31101.00更新4)
请提出解决方案?
【问题讨论】:
-
在等待修复时,您可以禁用 PDB 创建并从 here 下载它
标签: windows dll chromium-embedded pdb-files