【发布时间】:2014-07-14 22:49:56
【问题描述】:
几个小时后出现错误,我需要一些帮助。 我正在尝试编译 duke,源代码可以在这里找到: http://opensource.mikrosimage.eu/duke.html
我下载了 Cmake(我从来没有编译过任何其他东西,然后是 python 文件到 pyc)对我来说是一个非常新的领域。
这是来自错误日志:
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:
The output was:
The system cannot find the file specified
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:
The output was:
The system cannot find the file specified
我的 PATH 变量中有 cmake,使用 win 7 x64,我还尝试输入模块和编译器的路径,但仍然出现这些错误。
所以我必须单独下载编译器还是我做错了什么?
【问题讨论】:
-
cmake 不是编译器。所以是的,你确实需要一个编译器。