News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Bug in rev. 6135 and above?

Started by ironhead, February 07, 2010, 10:18:08 PM

Previous topic - Next topic

ironhead

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.

Jenna

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.

ironhead

That was the culprit, thank you for the heads up!