Code::Blocks Forums

User forums => Help => Topic started by: lapique on February 09, 2007, 09:41:45 am

Title: "invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]" error
Post by: lapique on February 09, 2007, 09:41:45 am
With all builds later than 3504, I get the following message when I try to compile a project (be it very simple) :
"MyProject - Debug" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping.

Platform : Windows XP
Mingw32 : gcc/g++ 3.4.2, mingw-make 3.81-1
Msys : 1.0.10

I can compile on the command line, but it not very sexy...

The programs are installed in different directories. On nightly builds up to 3504, I was able to update C::B simply overwritting its files without problem. Please, help me. I would be so sad not to keep up pace with the development process !

Thanks.
Title: Re: "invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]" error
Post by: raph on February 09, 2007, 09:52:13 am
Check you mingw path under "Settings"->"Compiler and Debuger"->"GNU GCC Compiler"->"Toolchain executables"->"Compiler's installation directory".
Title: Re: "invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]" error
Post by: lapique on February 09, 2007, 09:59:35 am
That was it. Thank you very much !