Code::Blocks Forums

User forums => Help => Topic started by: rogerh on March 06, 2015, 12:04:07 am

Title: output file directory?
Post 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
Title: Re: output file directory?
Post by: oBFusCATed on March 06, 2015, 04:00:43 am
Can you post a log, a screen shot?
Title: Re: output file directory?
Post by: rogerh on March 06, 2015, 04:30:23 am
Sorry, don't know how but what I posted is all it said.

Roger
Title: Re: output file directory?
Post by: oBFusCATed on March 06, 2015, 05:03:05 am
Who said it?
Title: Re: output file directory?
Post by: rogerh on March 06, 2015, 05:16:25 am
That was the error message after the program ran.

Roger
Title: Re: output file directory?
Post by: Jenna on March 06, 2015, 06:12:21 am
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.
Title: Re: output file directory?
Post by: rogerh on March 06, 2015, 03:02:22 pm
Thank you, that's very informative but since the program compiles and runs under Plato, I think I'll stick with that.

Roger