Code::Blocks Forums
User forums => Help => Topic started by: nanyu on January 25, 2010, 08:47:44 am
-
about from svn6023?
When I selected the root node in "project build options" dialog,
everything become gray...
[attachment deleted by admin]
-
I just downgraded to 6023 on winXP SP3, but I can not reproduce this behaviour.
-
IIRC, The Policy should be Grayed.
Tim S.
-
I just downgraded to 6023 on winXP SP3, but I can not reproduce this behaviour.
I cannot reproduce, too. The only thin greyed is the "Policy" (which is correct) -> but not the label and nothing else.
Loaden: Did you apply a patch to a related XRC file, probably?!
-
Against the 6089, the only time I get options grayed out like that, is when the compiler is uninstalled; e.g. selecting a windows msvc target from a unix box running gcc.
-
maybe:
step1 : clone "GCC compiler" setting and named it "GCC Compiler BBB";
step2 : create a project, named "test", and set it's compiler to "GCC Compiler BBB";
step3 : save the project and close the cb
step4 : restart cb, and delete the "GCC Compiler BBB";
step5 : open the "test" project, now......
-
step1 : clone "GCC compiler" setting and named it "GCC Compiler BBB";
step2 : create a project, named "test", and set it's compiler to "GCC Compiler BBB";
step3 : save the project and close the cb
step4 : restart cb, and delete the "GCC Compiler BBB";
step5 : open the "test" project, now......
A project that uses an unknown compiler for the IDE cannot be setup. Thus all options are greyed. That's 100% correct behaviour.
-
step1 : clone "GCC compiler" setting and named it "GCC Compiler BBB";
step2 : create a project, named "test", and set it's compiler to "GCC Compiler BBB";
step3 : save the project and close the cb
step4 : restart cb, and delete the "GCC Compiler BBB";
step5 : open the "test" project, now......
A project that uses an unknown compiler for the IDE cannot be setup. Thus all options are greyed. That's 100% correct behaviour.
But I do the step 6:
Step6 : Reset the Compiler to GCC. (and save the project after reset)
Result : the options of compiler also disabled.
-----
edit : AND , only the options of "root" is disabled, the "DEBUG" or "RELEASE" 's options can be edit.