Bug #7022 2006-04-06 19:14
jmaster
Compiler selection lags behind
I tried to select the a different compiler in Settings->"Compiler and debugger". As default, GCC is selected. If I select Intel C++, nothing happens. If I then select another, SDCC for example, the settings for the Intel compiler is displayed. If I then select GCC (or another), the settings for SDCC is diplayed. It seems that the settings diplayed is always lagging one behind.
The same thing happens when selecting a compiler in Project->"Build Options"
I'm using codeblocks: Version 1.0 revision 2319 (gcc 4.0.2 Linux/unicode, build: Apr 5 2006 17:50:50) on Ubuntu 5.10
- Category
- Compiler
- Group
- Status
- Closed
- Close date
- 2006-07-08 15:54
- Assigned to
- killerbot
History
I have this problem too with revision 2321, but only on Linux. The options change properly if you select the dropdown and then use the arrow keys to change the selection. But if you use the mouse it doesn't.
I checked this on windows rev 2640 (nightly of 29 june 2006) and it seems ok, will check tomorrow on linux.
Do you still have this problem ??
Alright, checked it on linux : Yes, I can confirm. Windows OK, linux problem.
I recently upgraded to wxwidgets 2.6.3, and it solved this problem! I had wxwidgets 2.6.2 before. So I guess it is a wxwidgets problem.
yes, it's indeed related to wx 2.6.2. For example the same thing happens on the compiler tab with the categories of compiler option.
I have fixed it for the categories already (committed 2days ago) : wxCombo is being replaced with wxChoice. Only one my linux it looks a bit weird (see the foum for a post on this), but it does work.
The same fix is coming for the compiler selection (this weekend).
fixed : compiler wxComboBox replace by wxChoice, revision 2717