User forums > Nightly builds
The 16 November 2013 build (9455) is out.
ToApolytoXaos:
--- Quote from: Alpha on November 19, 2013, 12:00:37 am ---Okay, I see.
Settings->Editor->Code completion->Code completion [tab] add the character ":" to Fillup characters. (I think this setting should be changed to default.)
--- End quote ---
I have tried this and apart from the old problem, a new issue appeared; it displays the same available keyword twice and still insists to concatenate the word right after colon.
ollydbg:
I see this error: (see screen shot below)
It happens when I open a simple wx2.8.12 project(from wx wizard), or press the build button.
stahta01:
--- Quote from: ollydbg on November 22, 2013, 01:29:14 am ---I see this error: (see screen shot below)
It happens when I open a simple wx2.8.12 project(from wx wizard), or press the build button.
--- End quote ---
Have any CB project in the past used two scripts in the Compiler other options before?
I think two does NOT work; I deleted either one and the error went away on the next project re-build.
Tim S.
Alpha:
--- Quote from: stahta01 on November 22, 2013, 04:45:12 am ---
--- Quote from: ollydbg on November 22, 2013, 01:29:14 am ---I see this error: (see screen shot below)
It happens when I open a simple wx2.8.12 project(from wx wizard), or press the build button.
--- End quote ---
Have any CB project in the past used two scripts in the Compiler other options before?
I think two does NOT work; I deleted either one and the error went away on the next project re-build.
--- End quote ---
Uh-oh! I tested that before I committed it, but obviously I was not thorough enough. :-[
@devs: I think it would be best to just revert lines 748-749 of src/plugins/scriptedwizard/resources/wxwidgets/wizard.script for now (instead of trying to fix multi-script compiler options), do you agree?
Alpha:
--- Quote from: Alpha on November 22, 2013, 05:22:05 am ---@devs: I think it would be best to just revert lines 748-749 of src/plugins/scriptedwizard/resources/wxwidgets/wizard.script for now (instead of trying to fix multi-script compiler options), do you agree?
--- End quote ---
--- Code: (line:748-749) --- if (WxVersion < 2 && GetCompilerFactory().CompilerInheritsFrom(Wizard.GetCompilerID(), _T("gcc*")))
project.AddCompilerOption(_T("[[if (GetCompilerFactory().GetCompilerVersionString(_T(\"gcc\")) >= _T(\"4.8.0\")) print(_T(\"-Wno-unused-local-typedefs\"));]]"));
--- End code ---
On a second thought, maybe it would be better to keep those lines, and instead remove
--- Code: (line:665) --- project.AddCompilerOption(_T("[[if (PLATFORM == PLATFORM_MSW && (GetCompilerFactory().GetCompilerVersionString(_T(\"gcc\")) >= _T(\"4.0.0\"))) print(_T(\"-Wno-attributes\"));]]"));
--- End code ---
from the wizard. I have been unable to discover what warnings -Wno-attributes is supposed to silence that come up in wxWidgets projects; however, if try to use GCC 4.8 on wx2.8.12 without -Wno-unused-local-typedefs the log is drowned with these warnings.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version