Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ccache,但是当我尝试编译我的项目时出现此错误:
ccache:致命:无法确定缓存目录
我从这里下载文件,如何知道 ccache 使用的相应目录。
我解决了ccache 版本的问题,女巫依赖于cygwin1.dll,我将它们放在 Mingw 目录下的 bin 目录中,现在一切都按预期工作。