Please note that your compile log is found on the tab labeled "Compile Log"
not the on titled "Compiler", and the right mouse button brings up the copy menu.
Also, at this point, a fair percentage of those asking a question like this
feel compelled to point out that they are not getting any error messages,
so they don't think that posting their log is a good idea. I am not looking
for error messages, I am looking for some aspects of where things are that
can lead to intermittent errors.
One other question. Did you recently add or update an antivirus or other
security tool?
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well that was a dumb idea to start with. Apart form the fact it is just a lazy thing to do, on most platforms the path to the desktop folder contains spaces, which Dev-C++ and make.exe both often baulk on. Also if your user profile contains non-ASCII characters that can also cause problems because they also appear in the path.
Now all that was just guessing. We don't have ot guess is you post the log.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
i have dev c++ version 4.9.9.2
Now when i press compile and run button after writing and saving my code on my desktop - - - - - a message pops up " saying source file not compiled"
But if i just press compile button it says "done".
Few days ago it was working all fine but suddenly its started to give me this error
Because of this error i dont have any executable to run.
I want gcc -Wall -Werror -g -o arguments to be included in the command.
Plz help its urgent --- got a university assignment.
Thanks
Please note that your compile log is found on the tab labeled "Compile Log"
not the on titled "Compiler", and the right mouse button brings up the copy menu.
Also, at this point, a fair percentage of those asking a question like this
feel compelled to point out that they are not getting any error messages,
so they don't think that posting their log is a good idea. I am not looking
for error messages, I am looking for some aspects of where things are that
can lead to intermittent errors.
One other question. Did you recently add or update an antivirus or other
security tool?
Wayne
> after writing and saving my code on my desktop
Well that was a dumb idea to start with. Apart form the fact it is just a lazy thing to do, on most platforms the path to the desktop folder contains spaces, which Dev-C++ and make.exe both often baulk on. Also if your user profile contains non-ASCII characters that can also cause problems because they also appear in the path.
Now all that was just guessing. We don't have ot guess is you post the log.
Clifford
Could you help us out by providing your full compile log?
Wayne