Dear All.
I wish you a happy and healthy new year.
Thanks to all developers for the ongoing effort in the further development of Code::Blocks.
Unfortunately with this nightly (12672) Code::Blocks is not able any more to deal with a compiler-configuration that is based on global variables.
I use global variables to define all properties necessary to configure the "Compiler Toolchain Executables"
Furthermore I use different "conf" files and call Code::Blocks like this:
- codeblocks.exe --personality="ask"
The result is that Code::Blocks provides me a choice-list that allows me to start it with one of several different compiler configurations.
For this I do all adjustments in the global variables of the associated "conf" file and I don't use the automatic compiler-detection.
Now I recognized that with this nightly (12672) Code::Blocks seems not be able to deal with the use of the global variables to configure the "Compiler Toolchain Executables" any more.
- It is showing at the beginning a dialogue, that lists all automatically found and not found build-suits and it is not able to cancel it.
- The result of this is that most of the global variables in the configuration of the "Compiler Toolchain Executables" will be replaced by hard content (directories and executable names).
- Unfortunately this is not only an optical effect in the "Compiler Toolchain Executables" dialogue. But the corresponding "conf" file will be modified in the same way.
For me it is very essential to do the configuration of the "Compiler Toolchain Executables" based on global variables
- The same global variables will be used for other configurations in the project files.
- As long this global variables are used everywhere, a reconfiguration has to be done only once in the settings of the global variables.
- If the uses of global variables for the "Compiler Toolchain Executables" is not possible any more, a second reconfiguration here has to be done extra.
- It is just a question of time when double configuration runs in maintenance problems.
The issue occurs not with the nightly before (12655)
I attached some screenshots and the original "conf" file that contains the global variable based configuration of the "Compiler Toolchain Executables".
We have already discussed a similar issue associated with this here:
I'm working on Windows 7.
Please stay well and healthy,
Eckard Klotz.