News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

its not doing any building

Started by penut63, June 13, 2016, 07:52:42 PM

Previous topic - Next topic

penut63

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.

oBFusCATed

Do you have a project?
Have you installed a compiler?
Have you inspected the logs in the log & others panel?
(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!]

penut63

There are no notes at all. And I am pretty sure I do but it keeps on saying its failing.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

penut63

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.

penut63

its not showing me build log in the other settings tab

BlueHazzard

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?