Author Topic: output file directory?  (Read 3167 times)

Offline rogerh

  • Multiple posting newcomer
  • *
  • Posts: 23
output file directory?
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: output file directory?
« Reply #1 on: March 06, 2015, 04:00:43 am »
Can you post a log, a screen shot?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline rogerh

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: output file directory?
« Reply #2 on: March 06, 2015, 04:30:23 am »
Sorry, don't know how but what I posted is all it said.

Roger

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: output file directory?
« Reply #3 on: March 06, 2015, 05:03:05 am »
Who said it?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline rogerh

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: output file directory?
« Reply #4 on: March 06, 2015, 05:16:25 am »
That was the error message after the program ran.

Roger

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: output file directory?
« Reply #5 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
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.

Offline rogerh

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: output file directory?
« Reply #6 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