Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Patches for Compiling Code::Blocks against wxWidgets 3.0 using MinGW GCC 4.8.1

(1/4) > >>

stahta01:
Moved my patches to here to compile Code::Blocks using wxWidgets 3.0 and TDM MinGW GCC 4.8.1

The reason for this group of patches  is because TDM's MinGW GCC version 4.8.1 crashes if PCH of sdk.h is used during building of Code::Blocks.
If the including of wxprec.h is stopped the crashing does NOT happen.
Crash message below.

--- Code: ---cc1plus.exe has stopped working.

--- End code ---
More info on crash in wxForum thread http://forums.wxwidgets.org/viewtopic.php?f=19&t=38116



Edit:Removed two old patches.

Tim S.



oBFusCATed:
stahta01:
I'm totally lost in your patches and your topics (you have several of both).

Can I ask you to post an exact description what and why do you want to improve for every patch?
Also making a git branch based on mine or biplap's repo with all your commits in a proper order with proper
commit messages would be quite helpful and would increase the chance for your changes to get in SVN.

stahta01:

--- Quote from: oBFusCATed on November 13, 2013, 04:20:29 pm ---stahta01:
I'm totally lost in your patches and your topics (you have several of both).

Can I ask you to post an exact description what and why do you want to improve for every patch?
Also making a git branch based on mine or biplap's repo with all your commits in a proper order with proper
commit messages would be quite helpful and would increase the chance for your changes to get in SVN.


--- End quote ---

I just added some descriptions; do you need longer ones?
Or are they not clear enough?
Or need more reasons?

Do you think the wx/gauge.h should be included in sdk_common.h?
I am of two minds on what is best to do on that.

Tim S.
 

killerbot:
suggestion : let us just stop using PCH's.

Compiling CB goes rather quickly (even without using pch's) and when one can use multi cores it goes amazingly fast.

Time after time, this is biting us. Let's try without and see where we end up ?

oBFusCATed:

--- Quote from: stahta01 on November 13, 2013, 04:25:14 pm ---Do you think the wx/gauge.h should be included in sdk_common.h?

--- End quote ---
I don't know, what difference does it make?

Navigation

[0] Message Index

[#] Next page

Go to full version