Dev-C++ - [构建错误] [main.o] 错误 1
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6260929/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Dev-C++ - [Build Error] [main.o] Error 1
提问by Synxmax
Im running into big trouble with my compiler Dev-C++, every time i compile any project, whether it is 1 im working on, or a completely fresh 1 I get the same error every single time, I have been on the bloodshed forums and IRC channel but Im not getting anywhere with it... at the moment and every project I try to compile gives the same error...
我的编译器 Dev-C++ 遇到了大麻烦,每次我编译任何项目时,无论是 1 个正在处理的项目,还是一个全新的 1 个,我每次都会遇到相同的错误,我一直在血腥论坛和 IRC 上频道,但我没有得到任何东西......此刻,我尝试编译的每个项目都给出了同样的错误......
C:\Dev-Cpp\MY_Project\Makefile.win [Build Error] [main.o] Error 1
Compiler log
编译日志
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\MY_Project\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\MY_Project\Makefile.win" all
g++.exe -D__DEBUG__ -c main.cpp -o main.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -pg -g3
The system cannot find the path specified.
make.exe: *** [main.o] Error 1
Execution terminated
采纳答案by Seth Carnegie
Have you looked at this thread? Specifically the first post on this page.
回答by Alisettar Huseynli
What is your OS? I think Bloodshed version of the program have some problems with Win8. However you can download Orwell version. It runs smoothly.
你的操作系统是什么?我认为Bloodshed版本的程序在Win8上有一些问题。但是你可以下载奥威尔版。它运行顺利。