Author Topic: "invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]" error  (Read 5506 times)

Offline lapique

  • Single posting newcomer
  • *
  • Posts: 7
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.

Offline raph

  • Almost regular
  • **
  • Posts: 242
Check you mingw path under "Settings"->"Compiler and Debuger"->"GNU GCC Compiler"->"Toolchain executables"->"Compiler's installation directory".
« Last Edit: February 09, 2007, 09:55:31 am by raph »

Offline lapique

  • Single posting newcomer
  • *
  • Posts: 7
That was it. Thank you very much !