Menu

compiling issues in dev c++

2009-04-13
2012-09-26
  • ssno117 notra

    ssno117 notra - 2009-04-13

    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

     
    • Wayne Keen

      Wayne Keen - 2009-04-13

      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

       
    • cpns

      cpns - 2009-04-13

      > 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

       
    • Wayne Keen

      Wayne Keen - 2009-04-13

      Could you help us out by providing your full compile log?

      Wayne

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.