Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: dje on July 25, 2007, 10:06:07 am

Title: Settings saving bug on SVN 4300
Post by: dje on July 25, 2007, 10:06:07 am
Hi all !

This bug is put the 11629 (https://developer.berlios.de/bugs/?func=detailbug&bug_id=11629&group_id=5358) on BerliOS

Configuration :
Win XP SP2
SVN 4300 (23/07/2007)

- Open C::B in a fresh environment (no configuration files)
The compiler dialog appears.
- Click on OK without selecting any; don't click on set default.
C::B starts.
- Change the settings (environment, editor...)
- Close C::B.
- Start C::B
- Check the settings
They are not applied.

To be able to save the configuration, I had to set gcc as default compiler, even if not present on my system.

Dje