compiler-errors - make.exe“: *** [pf_hp.res] Error 1 in Eiffel C-compilation w/mingw

标签 compiler-errors eiffel

我曾经有一个.res错误,我通过删除.res文件来解决。但是现在我无法在源目录或EIFGENs中看到pf_hp.res文件:-(

我已经将estudio安装到没有空格的路径,无济于事。

我该怎么做才能使C编译正常工作?

提前致谢!
格里特

最佳答案

.res文件是从.rc生成的。为了进行干净的测试,我建议删除项目目录顶部的EIFGENs目录和*.rc文件,然后从头开始重新编译项目。

关于compiler-errors - make.exe“: *** [pf_hp.res] Error 1 in Eiffel C-compilation w/mingw,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40395720/

相关文章:

c# - 第一次使用msbuild

c - eiffel c编译失败: error LNK2001: unresolved external symbol

recursion - Eiffel 中的二叉树

printf - 如何格式化 DOUBLE 以在 Eiffel 中仅打印两位小数?

c# - 错误CS1525 “Unexpected Symbol '文件结尾'”

c++ - 在Mac上找不到ifstream'文件

c++ - fatal error : auc_.cpp:2:10: fatal error: omp.h: No such file or directory

eiffel - 我们可以将 EiffelBuild 用于大型项目还是应该限制其在原型(prototype)设计中的使用?

php - 使用PHP的exec()函数(或类似函数),如何显示终端错误输出?