News:

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

Main Menu

Trouble building programs in C++

Started by WickedWizard13, May 30, 2016, 03:48:58 AM

Previous topic - Next topic

WickedWizard13

Whenever I try to build a program nothing happens. I've tried changing the type of file but nothing changes. Also, every time I start up Code::Blocks I get the message "Can't find compiler executable in your configured search path for GNU GCC compiler". Any help would be greatly appreciated. :)

BlueHazzard

#1
QuoteWhenever I try to build a program nothing happens. I've tried changing the type of file but nothing changes
well something will pop up, or give you some hint what is going on....

QuoteAlso, every time I start up Code::Blocks I get the message "Can't find compiler executable in your configured search path for GNU GCC compiler"
Oh! Well.. there is clearly written what is going on: Codeblocks CAN'T FIND the compiler...

some reading for you:
http://wiki.codeblocks.org/index.php/FAQ-General#Q:_What_Code::Blocks_is_not.3F
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28general%29#Q:_What_compiler_can_I_use_with_Code::Blocks.3F
[EDIT:]
This is probably what you need: http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler

To help you future we need to know what compiler you want to use, and what codeblocks installer file you have used (the exact name)...

greetings

WickedWizard13

Thanks for the help, I was able to figure it out with the last link. Sorry about the vagueness of the original post I'm new to programming and have almost no clue what I'm doing. Thanks!