בעיה בDEV C++
ב"ה
אחרי קימפול לא נוצר קובץ EXE.
הלוג:
קוד:
Compiler: Default compiler
Executing g++.exe...
g++.exe "H:\cpp\files\test.cpp" -o "H:\cpp\files\test.exe" -I"H:\CPP\lib\gcc\mingw32\3.4.2\include" -I"H:\CPP\include\c++\3.4.2\backward" -I"H:\CPP\include\c++\3.4.2\mingw32" -I"H:\CPP\include\c++\3.4.2" -I"H:\CPP\include" -L"H:\CPP\lib"
In file included from H:/CPP/include/c++/3.4.2/backward/iostream.h:31,
from H:\cpp\files\test.cpp:1:
H:/CPP/include/c++/3.4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
H:\cpp\files\test.cpp:5:11: warning: character constant too long for its type
g++.exe: installation problem, cannot exec `H:\CPP\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\as.exe': No such file or directory
Execution terminated
Compilation successful
|