User forums > General (but related to Code::Blocks)

As build log gets longer compilation gets slower (addressed in SVN 9852)

<< < (3/4) > >>

headkase:
Googling around I've found here and there (like here) that all these "note" warnings are to be expected with WxWidgets 2.8.x and newer compilers.  I don't know when the behavior changed.

So, I compiled Code::Blocks against WxWidgets 3.0.1 and during the compilation process there was only expected output, not the flood of warnings given with 2.8.x.  Unfortunately the resulting binary linked against 3.0.1 crashes on startup for myself.

So, all those warnings: expected behavior.

Here is my self-compiled Code::Blocks (just IDE, no compiler) if you'd like to punish it yourself.
(This is straight SVN, doesn't have the patch given in this thread applied.)

Edit: And also, when compiling WxWidgets 2.8.x on a bare command line all those warnings go by too - before it even gets into the IDE.

Jenna:
If you add "-Wno-unused-local-typedefs" to the global variable "cb_release_type" ("Settings -> Global variables") most of the warnings go away.

headkase:
Apparently my reading comprehension could use some work too as Alpha above you said much the same.  Thank you! ;)

headkase:
See that the change log for 9852 addresses this issue.  Thank you.

oBFusCATed:
Crash report in the IRC channel...


--- Quote ---(2014-07-30 00:38:32) muumi: Hello. Current (trunk #9852) Codeblocks crashes on first compile in Ubuntu 14.04/XFCE/wx3.0 after launch. Please see http://dpaste.com/1BNNQZ5 for valgrind log and crashdump.
(2014-07-30 00:41:57) obfuscated: can you try if rev9851 works correctly?
(2014-07-30 00:43:05) obfuscated: if it works please post in this topic: http://forums.codeblocks.org/index.php/topic,19482.0.html
(2014-07-30 00:50:11) muumi: Revision 9851 does not crash.
(2014-07-30 01:20:01) muumi: The crash can be fixed by this patch: http://dpaste.com/0FYECQP
(2014-07-30 01:21:18) muumi: I don't know, why the wxDefaultDateTime is not valid, is there a race condition or what?

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version