Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: penut63 on June 13, 2016, 07:52:42 pm

Title: its not doing any building
Post by: penut63 on June 13, 2016, 07:52:42 pm
I am learning how to code c and I was copying a 7 line program and when I hit build, nothing happened. There are no errors that pop up and no indication that its doing any thing at all. I did this several times with a min in between. Please help.
Title: Re: its not doing any building
Post by: oBFusCATed on June 13, 2016, 08:39:20 pm
Do you have a project?
Have you installed a compiler?
Have you inspected the logs in the log & others panel?
Title: Re: its not doing any building
Post by: penut63 on June 14, 2016, 03:28:28 am
There are no notes at all. And I am pretty sure I do but it keeps on saying its failing.
Title: Re: its not doing any building
Post by: stahta01 on June 14, 2016, 03:33:11 am
Read this Wiki link http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

Post the build log here.

Edit: Also, read this Wiki link http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28general%29#Q:_I_get_a_blank_.28black.29_terminal_window_on_windows (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28general%29#Q:_I_get_a_blank_.28black.29_terminal_window_on_windows)

Tim S.
Title: Re: its not doing any building
Post by: penut63 on June 14, 2016, 06:13:56 pm
the black box does show up if I hit the play button it says "this has not been built yet would you like to build it?" if i hit no the black box will pops up.I have not built in the program at all.
Title: Re: its not doing any building
Post by: penut63 on June 14, 2016, 06:19:42 pm
its not showing me build log in the other settings tab
Title: Re: its not doing any building
Post by: BlueHazzard on June 14, 2016, 10:57:01 pm
There should be written someting in the "Build Messages" tab
If you can't find a tab with "Build Messages" at the bottom of codeblocks try these steps:
Look if you have checked View->Logs so that you can see the log window
In the "log & others" window make a right klick on a tab and look if Toggle->Build Messages is checked

If so, then follow the instructions written here: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

[PS:] Is there a yellow pop up window if you start codeblocks where it is written that a compiler is missing? What operating system are you using?