Dev C++ Makefile Win Build Error

Posted on by
  1. C++ Makefile Tutorial
  2. Dev C++ Makefile
Whaaat?? 18mb?? This can't be! Basically all what I am loading is 2 small sprite grids with ~70 Kbs altogether. Maybe I am just loading them more than once resulting in that ..
So, I tried Orwel's Dev-C++ 5.4.2 and it compiled. However, when I come to run the exe, nothing opens. Tried using debugging mode, and some very weird stuff happened.
1-I placed breakpoints all over the 2 files (the main and the header file), but the debugger would ignore everything, and jumps into this line:
http://i33.servimg.com/u/f33/16/27/78/35/screen12.png
2-I clicked on 'next line', and the debugger moved normally to the next line:
http://i33.servimg.com/u/f33/16/27/78/35/screen13.png
3-I clicked on 'next line' once more expecting that the debugger would enter the main function, but then:
http://i33.servimg.com/u/f33/16/27/78/35/screen15.png
It jumped to the closing bracket of the function 'breakpoints invalid'..
4-Tried clicking 'next line' 3 more times, and I received a 'segmentation fault':
http://i33.servimg.com/u/f33/16/27/78/35/screen16.png
5-Clicking on ok with 'show CPU window' checked:
http://i33.servimg.com/u/f33/16/27/78/35/screen17.png
:
Thanks ne555, I appreciate your time and dedication =)
MakefileDev c++ build error 1 makefile.win

Jul 18, 2013  Actually, that makefile was not written by me; it was generated by Dev-C it self. So I tried replacing that line with what you gave, and now, I am receiving this error: C:Usersuser01DesktopA-StudiosCSDLA-EngineMakefile.win Build Error No rule to make target `A-Engine.exe', needed by `all'. Thanks for trying to help =D.

C++ Makefile Tutorial

Dev C++ Makefile

Hello, i got the same problem, the reason was because i had another mingw instalations in my system. Halion sonic se 3 vst free download for audacity. It seems that devc looks for a mingw installation each time it starts. The solution: i rename the c:mingw folder and everything start working. Jul 19, 2004  I was (in the past) able to compile this project using the Dev-C DirectX8 pack, but the actual files have different names or something. So when I tried to move on, I couldn't progress because the book I'm using assumes that I have the MS SDK. I had a similar problem when trying to compile my project saved on an external hard drive connected to on my home pc (Dev cpp is installed on an XP Virtual machine inside Windows 7 on home pc). C - Disable Item in Qt Combobox; c - Is this a good idiom for passing optional/NULL sharedptr parameters? Elmer's tune lyrics. C - boost::bind, boost::sharedptr and inheritance.