User forums > Nightly builds
The 11 November 2009 build (5911) is out.
stahta01:
--- Quote from: cybek on December 17, 2009, 08:57:59 pm ---In project build options, for all build target i can't set compiler "Other options". I can set it to "WTF?", but if i set it to "-std=c++0x" it's empty.
--- End quote ---
Does that option exist in the normal option section?
If yes, there is code to remove the "normal options" from the extra settings.
If no, the code/regex that removes the "normal options" is likely wrong.
And, a bug need filed.
Tim S.
MortenMacFly:
--- Quote from: stahta01 on December 17, 2009, 09:28:12 pm ---
--- Quote from: cybek on December 17, 2009, 08:57:59 pm ---In project build options, for all build target i can't set compiler "Other options". I can set it to "WTF?", but if i set it to "-std=c++0x" it's empty.
--- End quote ---
Does that option exist in the normal option section?
--- End quote ---
Yes, please use the option which is greyed in the attached image.
Next time you better look there first and watch the full compiler log (see my sig) whether it gets applied already... becasue I am sure it is.
[attachment deleted by admin]
lp08:
Crash when i close my workspace.
--- Code: ---Error occured on Friday, December 18, 2009 at 17:10:50.
C:\Programmi\CodeBlocks\codeblocks.exe caused an Access Violation at location 65eb5757 in module C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll Reading from location 00000124.
Registers:
eax=00000124 ebx=00000001 ecx=00f4a234 edx=0308c368 esi=00b71fb0 edi=0022feb8
eip=65eb5757 esp=0022fa60 ebp=0022fae8 iopl=0 nv up ei pl nz na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010206
Call stack:
65EB5757 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB5757
65EB5C29 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB5C29
65EA383F C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA383F
65EA3922 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA3922
65EE5D65 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EE5D65 _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar
61862E61 C:\Programmi\CodeBlocks\codeblocks.dll:61862E61 _ZN7Manager12ProcessEventER15CodeBlocksEvent
00406EF9 C:\Programmi\CodeBlocks\codeblocks.exe:00406EF9
0045C838 C:\Programmi\CodeBlocks\codeblocks.exe:0045C838 _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar
6CC772EA C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC772EA _Z12wxInitializeiPPw
6CCD3088 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCD3088 _Z7wxEntryP11HINSTANCE__S0_Pci
0040724E C:\Programmi\CodeBlocks\codeblocks.exe:0040724E
004563F8 C:\Programmi\CodeBlocks\codeblocks.exe:004563F8
0040124B C:\Programmi\CodeBlocks\codeblocks.exe:0040124B
004012B8 C:\Programmi\CodeBlocks\codeblocks.exe:004012B8
7C817077 C:\WINDOWS\system32\kernel32.dll:7C817077 RegisterWaitForInputIdle
--- End code ---
cybek:
--- Quote from: MortenMacFly on December 18, 2009, 07:00:32 am ---
--- Quote from: stahta01 on December 17, 2009, 09:28:12 pm ---
--- Quote from: cybek on December 17, 2009, 08:57:59 pm ---In project build options, for all build target i can't set compiler "Other options". I can set it to "WTF?", but if i set it to "-std=c++0x" it's empty.
--- End quote ---
Does that option exist in the normal option section?
--- End quote ---
Yes, please use the option which is greyed in the attached image.
Next time you better look there first and watch the full compiler log (see my sig) whether it gets applied already... becasue I am sure it is.
--- End quote ---
Sorry and thanks ;)
I see the compiler's log and add this options without see the standard build options. But, why the options is deleted without selecting it in standard build options?
MortenMacFly:
--- Quote from: cybek on December 18, 2009, 05:34:22 pm ---But, why the options is deleted without selecting it in standard build options?
--- End quote ---
Because you cannot differ what was actually set. Imagine the following scenario:
- You've selected "-O2" in the checkbox list
- You add "-O2" to the additional compiler options
- You uncheck "-O2" from the checkbox list
- You hit "OK"
What to apply??? What is the correct "-O2" setting state???
We made it simple: The checkboxes always override everything in the additional compiler options. So - if you've unselected an available option there and "apply" it in the additional compiler options it remains unselected.
Remember: We strike for simplicity!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version