2

私は自分のコンパイラ Dev-C++ で大きな問題に直面しています。プロジェクトをコンパイルするたびに、それが作業中のものであろうと、完全に新しいものであろうと、毎回同じエラーが発生します。私は流血フォーラムと IRC に参加しています。チャンネルですが、私はそれでどこにも行きません...現時点では、コンパイルしようとするすべてのプロジェクトで同じエラーが発生します...

C:\Dev-Cpp\MY_Project\Makefile.win [Build Error]  [main.o] Error 1

コンパイラ ログ

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
4

2 に答える 2

1

このスレッドを見ましたか?具体的には、このページの最初の投稿です。

于 2011-06-07T05:37:29.330 に答える