Code::Blocks Forums

User forums => Help => Topic started by: miniramen on April 13, 2015, 06:43:41 am

Title: Problem with Code::Blocks compiler logs not appearing
Post by: miniramen on April 13, 2015, 06:43:41 am
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.

(http://i.imgur.com/INdGUbR.png)

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.

(http://i.imgur.com/zAXk8Vf.png)

I would appreciate any help or responses... It's hell without compiler logs for a beginner ;-;
Title: Re: Problem with Code::Blocks compiler logs not appearing
Post by: BlueHazzard on April 13, 2015, 07:39:49 am
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
Title: Re: Problem with Code::Blocks compiler logs not appearing
Post by: miniramen on April 13, 2015, 08:02:52 am
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.
Title: Re: Problem with Code::Blocks compiler logs not appearing
Post by: oBFusCATed on April 13, 2015, 07:31:18 pm
Try to delete or reset the current perspective (view -> perspective -> delete current).
Title: Re: Problem with Code::Blocks compiler logs not appearing
Post by: miniramen on April 14, 2015, 01:07:48 am
oBFusCATed,
Thank You!!!!! I tried it and i have my compiler logs now ;v;