Author Topic: patches to compile with wxGTK 2.8 on Linux  (Read 4494 times)

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
patches to compile with wxGTK 2.8 on Linux
« on: April 27, 2007, 07:01:06 pm »
Here are the patches that I am using to get current C::B to compile on Fedora 7-to-be that uses wxGTK 2.8 and all the latest tools

http://fedora.danny.cz/cb/codeblocks-wx28-centre.patch
 - fixes a forgotten CentreOnScreen

http://fedora.danny.cz/cb/codeblocks-wx28-wizard.patch
 - this should be the correct solution for sizing the pages in a wxWizard object (works in both wxGTK 2.6 and 2.8 on Linux)

http://fedora.danny.cz/cb/codeblocks-wx28-wxsmith.patch
 - manually include headers that are automagicaly included in wxMSW
« Last Edit: May 10, 2007, 02:50:17 pm by SharkCZ »
Code::Blocks package maintainer for Fedora and EPEL

diilbert

  • Guest
Re: patches to compile with wxGTK 2.8 on Linux
« Reply #1 on: April 27, 2007, 08:03:37 pm »
Thanks.  I am going to try these out on Debian 4.0 since I have been trying to build with wxGTK2.8.0 for the last few days w/o success.

diilbert

  • Guest
Re: patches to compile with wxGTK 2.8 on Linux
« Reply #2 on: April 30, 2007, 03:57:26 am »
Alright my build was successful BUT the libcompiler plugin is hanging c::b at startup.   I am not sure what is causing this problem.  Any ideas where to start ?

AND libwxsmithcontribitems is failing to load as well.

Any thoughts or direction.  Thanks.

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: patches to compile with wxGTK 2.8 on Linux
« Reply #3 on: May 10, 2007, 02:51:55 pm »
first post updated for svn 3948
 - removed patch for CodeSnippets
- updated patch for wxSmith
Code::Blocks package maintainer for Fedora and EPEL