Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: SharkCZ on April 27, 2007, 07:01:06 pm

Title: patches to compile with wxGTK 2.8 on Linux
Post by: SharkCZ 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 (http://fedora.danny.cz/cb/codeblocks-wx28-centre.patch)
 - fixes a forgotten CentreOnScreen

http://fedora.danny.cz/cb/codeblocks-wx28-wizard.patch (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 (http://fedora.danny.cz/cb/codeblocks-wx28-wxsmith.patch)
 - manually include headers that are automagicaly included in wxMSW
Title: Re: patches to compile with wxGTK 2.8 on Linux
Post by: diilbert 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.
Title: Re: patches to compile with wxGTK 2.8 on Linux
Post by: diilbert 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.
Title: Re: patches to compile with wxGTK 2.8 on Linux
Post by: SharkCZ on May 10, 2007, 02:51:55 pm
first post updated for svn 3948
 - removed patch for CodeSnippets
- updated patch for wxSmith