User forums > Nightly builds

The 16 November 2013 build (9455) is out.

<< < (7/15) > >>

Alpha:

--- Quote from: ToApolytoXaos on November 19, 2013, 11:37:53 am ---I have tried this and apart from the old problem [...]

--- End quote ---
Did the setting resolve your old problem?


--- Quote from: ToApolytoXaos on November 19, 2013, 11:37:53 am ---[...] a new issue appeared; it displays the same available keyword twice and still insists to concatenate the word right after colon.

--- End quote ---
My apologies, but I do not understand your description.  Could you try to explain it again?

ToApolytoXaos:

--- Quote from: Alpha on November 22, 2013, 06:00:20 am ---Did the setting resolve your old problem?

--- End quote ---
Nope, I'm afraid I haven't.


--- Quote from: Alpha on November 22, 2013, 06:00:20 am ---My apologies, but I do not understand your description.  Could you try to explain it again?

--- End quote ---
I did what you have suggested (with Fill up characters) and now it duplicates the goto label twice in auto-completion popped up window while the old issue remains the same.

killerbot:
"-Wno-unused-local-typedefs" , yes, ensure for sure that one can remain, cause this one is a warning exploder for wx, boost , ...

ollydbg:

--- 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.

Tim S.


--- End quote ---
Thank Tim, indeed, I see that the compiler options has such code:

--- Code: ----pipe
-mthreads
[[if (PLATFORM == PLATFORM_MSW && (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.0.0"))) print(_T("-Wno-attributes"));]]
[[if (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.8.0")) print(_T("-Wno-unused-local-typedefs"));]]
-Winvalid-pch
-include wx_pch.h

--- End code ---

@Alpha:
I don't know the reason we need "-Wno-attributes" options.
I do know that "-Wno-unused-local-typedefs" was used to remove build warnings.


Alpha:
-Wno-attributes came from rev 4596:

--- Code: ---http://cb.biplab.in/websvn/log.php?repname=codeblocks&path=%2F&isdir=1&peg=9462&sr=4596&er=1&max=1&search=

--- End code ---
I have removed -Wno-attributes from the wizard in trunk now, as -Wno-unused-local-typedefs looks to be currently a much more useful command.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version