Author Topic: Trouble building programs in C++  (Read 2426 times)

Offline WickedWizard13

  • Single posting newcomer
  • *
  • Posts: 2
Trouble building programs in C++
« on: May 30, 2016, 03:48:58 am »
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. :)

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Trouble building programs in C++
« Reply #1 on: May 30, 2016, 02:26:59 pm »
Quote
Whenever 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....

Quote
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"
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
« Last Edit: May 30, 2016, 02:49:42 pm by BlueHazzard »

Offline WickedWizard13

  • Single posting newcomer
  • *
  • Posts: 2
Re: Trouble building programs in C++
« Reply #2 on: May 30, 2016, 11:34:45 pm »
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!