Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

Wx_30_64, svn 9520 does not compile

<< < (3/4) > >>

MortenMacFly:

--- Quote from: gd_on on January 04, 2014, 11:50:30 am ---PS : Oups ! how to do. There is no CodeBlocks_wx28_64.workspace, and all the .cbps accordingly !

--- End quote ---
Sure not: wx2.8.12 is NOT compatible with 64 bit. There is a chance to heavily patch wx28, but we want to avoid that.

Instead you'll need wx30 - compile it as 64bit and then use CodeBlocks_wx30_64.workspace.

gd_on:
This is what I do. Wx 2.8 was just a suggestion to try to see why I have problems with wx 30 and 64 bits (see posts above...)

gd_on

killerbot:
fyi : building CB with wx2.8.12 (64 bit builds) works and seems to run ok at first sight (TDM gcc 481)

Build procedure : the same as for the 32 bit build, so no extra settings whatsoever [I need my commi to have3 plugins having specified -fpermissive in their cbp files]

gd_on:
Cool, but have you set something special to compile wx 2.8 in 64 bits.
For me, with the standard build (the same as in 32 bits), but of course after configuring my path to use compilers within MinGW64, I obtain compilation errors after a while. One of the messages seems to suggest to use -fpermissive, but I don't know where I should introduce this setting.

gd_on

killerbot:
I added this last week to : http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook


--- Code: ---mingw32-make -f makefile.gcc CXXFLAGS+=-fpermissive  SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1

--- End code ---

==> CXXFLAGS+=-fpermissive

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version