Author Topic: Bug in rev. 6135 and above?  (Read 3598 times)

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Bug in rev. 6135 and above?
« 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Bug in rev. 6135 and above?
« Reply #1 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.

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: Bug in rev. 6135 and above?
« Reply #2 on: February 08, 2010, 02:49:49 pm »
That was the culprit, thank you for the heads up!