-
It looks like make.exe is trying to launch the compiler through C:/cygwin/bin /sh.exe which is not part of MinGW or Dev-C++. It looks like you have Cygwin installed and that this is causing a conflict.
Dev-C++ has a bug wherein it sets up the build environment by [i]appending[/i] the toolchain path to teh PATH environment variable. This is dumb because if you have another GNU toolchain in...
2010-01-06 17:01:04 UTC by cpns
-
by the way i am using dev cpp 4.9.9.2 with windows 7.
2010-01-06 12:47:40 UTC by numberator
-
when I compile my project i get an error with the following compile log. I cant seem to find a solution anywhere after googling it.
Compiler: Default compiler
Building Makefile: "C:\Users\Gabriel\Desktop\Makefile.win"
Executing make...
make.exe -f "C:\Users\Gabriel\Desktop\Makefile.win" all
g++.exe -c test.cpp -o test.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"...
2010-01-06 11:27:36 UTC by numberator
-
bump.
2010-01-04 20:06:55 UTC by drwayne
-
Thanks, as I said I'm new in this and I was thinking that add in would be included in Dev-C++, but now is ok I installed it on XP and works fine, my problem was because I was trying on Win 7 utlimate.
2010-01-02 00:30:19 UTC by arturocompean
-
> but suppose to be in it the add in CPSDK
What in the world made you believe that Dev-C++ is distributed with this? I have never even heard of this, I had to Google it just to find out what you were referring to! It seems that Casio are indeed redistributing Dev-C++ with their SDK (this surprises me), but you have to use their download package to get Dev-C++ with Casio's tools.
Try...
2010-01-01 23:14:16 UTC by cpns
-
> I wish I could avoid CLR but it seems inevitable if I wish to use the editor.
Not true at all. You can select a Win32 or Win32 Console application and there will be no CLR or .NET requirement; though you will still need the redistributable. Your best bet would be to distribute the redistributable with your code and write a simple installer.
2010-01-01 23:02:35 UTC by cpns
-
Thank you. Yeah, I realize I would have still had the same problem.
After spending hours and hours putting in MessageBox commands to track down what lines the program is getting to, then commenting out and uncommenting and such, I finally decided that I will copy my code to MSVC and use the debugger, then copy back into Dev C++ and make the EXE file so I can send it out without extra...
2010-01-01 20:50:46 UTC by sirdanman10
-
I'm new in this, I have a classpad 330 casio and I downloaded the Dev-C++ but suppose to be in it the add in CPSDK to built a program to use in the 330 but I just have the default compiler, what can I do? thanks for any help.
2010-01-01 19:14:23 UTC by arturocompean
-
This is user error, not not a bug. You should have checked with the forum before claiming a bug. This issue is dealt with in the "Read before posting" thread.
Reporting bugs is not productive since the project is not maintained in any case, you are better off getting a work-around from the forum.
2009-12-31 14:43:41 UTC by cpns