News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Problem with Code::Blocks compiler logs not appearing

Started by miniramen, April 13, 2015, 06:43:41 AM

Previous topic - Next topic

miniramen

Hello, I am pretty new at using code::blocks, but since the first time i installed code blocks the compiler notes refuse to show up.
I have tried enabling it through View --> Logs and by pressing F2, but the compiler log doesn't appear.



I've searched throughout the forums and the codeblocks tickets and found nothing on this. I have even enabled the full command line through my global compiler settings.



I would appreciate any help or responses... It's hell without compiler logs for a beginner ;-;

BlueHazzard

I never saw this problem. One thing can be: you don't use a project. c::b is not made to compile programs without project. Without project i does not know where to put the output files and where the include files are. so my suggestion is to use a project to buil your file.

greetings

miniramen

BlueHazzard,
Hello! I placed my code in a project, but the compiler notes still refuse to show up. I actually am taking a Computer Science class that uses Code::Blocks as well, and I write code without placing them in projects, the compile logs show up just fine even at start up. The C::B on my computer however the compiler logs never appeared. I have asked my professor about this, and it seems he can't find anything on this either.

oBFusCATed

Try to delete or reset the current perspective (view -> perspective -> delete current).
(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!]

miniramen

oBFusCATed,
Thank You!!!!! I tried it and i have my compiler logs now ;v;