Code::Blocks Forums
User forums => Help => Topic started by: rogerh on March 06, 2015, 12:04:07 am
-
I've compiled my program without errors but when I run it I get an error massage saying "nonexistent include directory "-c" os_output_div"
What's the solution?
Roger
-
Can you post a log, a screen shot?
-
Sorry, don't know how but what I posted is all it said.
Roger
-
Who said it?
-
That was the error message after the program ran.
Roger
-
Please always state your OS, compiler and the version of Code::Blocks if you want any help !!
Can you please read this:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
After reading it do a full rebuild (clean and build) without runningthe program and copy and paste the content of the "Build log" in code tags (use the button with the "#"-sign).
Then run the program and post the new content of the "Build log" and probably the error-messages in tht console-window (if any) in code-tags.
Do a copy and paste, try not to read and write, this is error-prone.
This might also help you:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
In general reading the FAQ, searching the forum and the web is recommended before asking the forum.
-
Thank you, that's very informative but since the program compiles and runs under Plato, I think I'll stick with that.
Roger