【发布时间】:2011-07-29 19:26:53
【问题描述】:
我收到此编译错误:
fatal error: can’t create precompiled header f: Text file busy
compilation terminated.
这是一个非常神秘的东西,因为我只是偶尔会得到它..
我哪里出错了?
【问题讨论】:
-
也许this 对你有帮助?
-
发生这种情况时您是否正在运行
make -j?也许尝试一次限制为一个编译。
标签: c++ g++ compiler-errors