Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ironhead on February 07, 2010, 10:18:08 pm

Title: Bug in rev. 6135 and above?
Post by: ironhead on February 07, 2010, 10:18:08 pm
I finally got around to compiling the latest Code::Blocks trunk code and now I have an issue where the Compilers auto-detection dialogue pops up every time I start Code::Blocks (which didn't happen before).  Is this an expected behaviour change?  Is there a way I can set it not to pop up?

I'm using a self compiled binary built using MinGW GCC 4.4.0 on a Windows XP Pro machine.
Title: Re: Bug in rev. 6135 and above?
Post by: Jenna on February 07, 2010, 10:32:11 pm
Make sure, that the compiler installation dir for non of the compilers is empty.
If one is empty, either enter a dummy value, or try autodetetction.
If autodetection will not find an installation, it will ask whether it should use the default value, answer with yes.
After doing the check for all compilers (I guess it's LCC, because it was added as last if I remember right), close C::B and restart it.
Title: Re: Bug in rev. 6135 and above?
Post by: ironhead on February 08, 2010, 02:49:49 pm
That was the culprit, thank you for the heads up!