Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: unclereg on June 27, 2016, 02:56:43 pm

Title: settings:compiler
Post by: unclereg on June 27, 2016, 02:56:43 pm
Fell at first step ... when I go 'settings: compiler and select the 'c++11' option I get
"environment error - cannot find compiler executable in your configured search path'

I have used c++ for a while a while ago , but not codeblocks.
I am on windows 7 home premium and downloaded the 'mingwsetup.exe'
TIA
Title: Re: settings:compiler
Post by: BlueHazzard on June 27, 2016, 04:12:46 pm
can you compiler programs, without setting the flag, or does it give you some errors, like could not find compiler....

I am on windows 7 home premium and downloaded the 'mingwsetup.exe'
Do you have installed the compiler? Or only downloaded it?

What have you set in Settings->Compiler->Toolchain executables? Is this the correct path to your compiler installation?

this might help:
http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler

greetings
Title: Re: settings:compiler
Post by: unclereg on June 27, 2016, 05:36:31 pm
Greetings BlueHazzard .... thanks matey ...
'Autodetect' sorted it .... first hurdle over .. well .. knocked down but passsed. Thjanks again.