Author Topic: any plan to support wxWidget 2.9.x(MacOS)?I managed to compile but meet problems  (Read 4441 times)

Offline chice

  • Single posting newcomer
  • *
  • Posts: 6
Is there any plan to support wxWidget 2.9.x( in Mac OSX )?

I managed to compile by making some patches: do some refact, and comment out some unimportant codes (eg: wxSmith Property system).

But the compiled C::B doesn't run well and is not usable.


why wxWidget 2.9?
in Mac OSX 10.8, it's difficult compile wxWidget 2.8.x because wxWidget 2.8 needs Mac SDK 10.6 which is not included in Xcode for Mac OSX 10.8.


if anyone is interested in the C::B patches for compiling with wxWdiget 2.9, I can tidy and post them here.


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Code::Blocks core should build with wx2.9 just fine, some of the contrib-plugins do not.

Patches against trunk are welcome.

Patches against older revision will most likely be useless.

It's best to create the patches with svn diff .

Offline chice

  • Single posting newcomer
  • *
  • Posts: 6
I made a patch for wx2.8 & osx10.8.

http://forums.codeblocks.org/index.php/topic,16742.new.html#new


the wxSmith's property system is too tricky and I think I need some time and help to port it to wx2.9.

so can the patch for wx2.8 & osx10.8 be merged into trunk first ?