Hello. Can someone help me with this problem. I have win xp and 6.10.1 wxdevcpp into c:\dev-cpp directory. I try to compile expamle from wx catalog but everytime i see this error. I re-install a lot of times this application but still dont work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-09-19
The following is true of regular Dev-C++, not sure about wxDev-C++:
Copy the examples folder out of d:\dev-cpp (say to d:\dev\examples), and try again. There is a bug that causes projects in C:\dev-cpp and sub-folders thereof to sometimes fail.
You also appear to have configured Dev-C++ to use mingw32-make.exe (or perhaps that is standard in wxDev-C++?); you might try regular make.exe instead - that is what regular Dev-C++ uses by default.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. Can someone help me with this problem. I have win xp and 6.10.1 wxdevcpp into c:\dev-cpp directory. I try to compile expamle from wx catalog but everytime i see this error. I re-install a lot of times this application but still dont work.
Compiler: Default GCC compiler
Building Makefile: "D:\Dev-Cpp\examples\Hello\Makefile.win"
Executing make...
mingw32-make.exe -f "D:\Dev-Cpp\examples\Hello\Makefile.win" all
g++.exe -c Hello.cpp -o Output/MingW/Hello.o -I"D:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"D:/Dev-Cpp/include/c++/3.4.2/backward" -I"D:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"D:/Dev-Cpp/include/c++/3.4.2" -I"D:/Dev-Cpp/include" -I"D:/Dev-Cpp/" -I"D:/Dev-Cpp/include/common/wx/msw" -I"D:/Dev-Cpp/include/common/wx/generic" -I"D:/Dev-Cpp/include/common/wx/fl" -I"D:/Dev-Cpp/include/common/wx/gizmos" -I"D:/Dev-Cpp/include/common/wx/html" -I"D:/Dev-Cpp/include/common/wx/mmedia" -I"D:/Dev-Cpp/include/common/wx/net" -I"D:/Dev-Cpp/include/common/wx/ogl" -I"D:/Dev-Cpp/include/common/wx/plot" -I"D:/Dev-Cpp/include/common/wx/protocol" -I"D:/Dev-Cpp/include/common/wx/stc" -I"D:/Dev-Cpp/include/common/wx/svg" -I"D:/Dev-Cpp/include/common/wx/xml" -I"D:/Dev-Cpp/include/common/wx/xrc" -I"D:/Dev-Cpp/include/common/wx" -I"D:/Dev-Cpp/include/common" -D__GNUWIN32__ -D__WIN95__ -fno-rtti -fno-exceptions -fno-pcc-struct-return -fstrict-aliasing -Wall -fexpensive-optimizations -O3
The system cannot find the path specified.
mingw32-make.exe: *** [Output/MingW/Hello.o] Error 1
THANKS FOR HELP
The following is true of regular Dev-C++, not sure about wxDev-C++:
Copy the examples folder out of d:\dev-cpp (say to d:\dev\examples), and try again. There is a bug that causes projects in C:\dev-cpp and sub-folders thereof to sometimes fail.
You also appear to have configured Dev-C++ to use mingw32-make.exe (or perhaps that is standard in wxDev-C++?); you might try regular make.exe instead - that is what regular Dev-C++ uses by default.
Clifford