Code::Blocks Forums
User forums => Help => Topic started 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 ;-;
-
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
-
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.
-
Try to delete or reset the current perspective (view -> perspective -> delete current).
-
oBFusCATed,
Thank You!!!!! I tried it and i have my compiler logs now ;v;