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

wxWidgets 3.0 and Code::Blocks files question?

<< < (2/5) > >>

stahta01:
Changed to 32-bit windows files with names like *_wx29.cbp
Old Value
New Value

WX29
WX_DEV

$(WX_VERSION)
$(#WX_DEV.VERSION)

$(WX_SUFFIX)
$(#WX_DEV.SUFFIX)

$(WX_CFG)
$(#WX_DEV.CFG)

Plan to remove these; currently only done in CodeBlocks_wx29.cbp
<Variable name="WX_CFG" value="" />
<Variable name="WX_SUFFIX" value="u" />
<Variable name="WX_VERSION" value="29" />

Will attach patch after testing.


Tim S.

Jenna:

--- Quote from: stahta01 on October 08, 2013, 01:46:44 pm ---<Variable name="WX_VERSION" value="29" />

--- End quote ---
Note:
there are one or two projectfiles, where it is called WX_VER instead of WX_VERSION (at least on linux).

stahta01:

--- Quote from: jens on October 08, 2013, 02:02:03 pm ---
--- Quote from: stahta01 on October 08, 2013, 01:46:44 pm ---<Variable name="WX_VERSION" value="29" />

--- End quote ---
Note:
there are one or two projectfiles, where it is called WX_VER instead of WX_VERSION (at least on linux).

--- End quote ---

Found this one during testing "Addr2LineUI wx2.9.x" still doing more testing.

Tim S.

stahta01:
Patch to add missing wxWidgets headers to sdk_common.h. Discovered as a side effect of building wxWidgets trunk using MinGW 4.8.1.

Edit: I had to undefine WX_PRECOMP and comment out including wx/wxprec.h to reduce the PCH size or prevent a bad header from erroring out cc1plus.exe under 4.8.1 and wxWidgets trunk.

They were defined as missing if both of these things held.
1. They were included in a "#ifndef CB_PRECOMP" block.
2. They were required to build the SDK or codeblocks.exe (src/src folder)

Tim S.

Edit: Removed outdated patch.

stahta01:
Attached 7Zipped patch to convert wx29 32-bit windows cbp files to allowing version/suffix/cfg set in global var wx_dev.

I still plan to do more testing; but, my computer is unstable and I am afraid the patch might be lost.

Tim S.

Edit: My method of generating the patch does NOT create patch code the FORTRAN Plug-in.
Edit: Removed outdated patches.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version