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

wx_cfg custom variable

(1/4) > >>

grv575:
is missing in the latest build (1578).  Is this intentional.  I would think that it should be kept since this allows you to have different wx/setup.h files for unicode/nonunicode.

takeshimiya:
thomas created a CodeBlocks-NewBuild-UNI.cbp for Unicode, altrough in the end will be merged back to one project I think.

I suppose it's because the bug in macros expansion...

grv575:
I know but it doesn't work

1.  it should be WX_SUFFIX=u and not $WX_SUFFIX=u (latter didn't compile correctly for me)
2.  WX_CFG=Unicode is still needed to use the Directories settings as is:

So the ansi newbuild should have
WX_CFG=NonUnicode
WX_SUFFIX=

the unicode newbuild should have
WX_CFG=Unicode
WX_SUFFIX=u

otherwise it doesn't work the way the directory paths are set in the .cbp

unless of course how this is going to work is being redone...

takeshimiya:
Yeah, that's all correct, but I suppose it'll be fixed once the macros expansion bug is fixed.

rickg22:
:( what bug? Does it mean I can't compile C::B now?

Navigation

[0] Message Index

[#] Next page

Go to full version