Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
patches to compile with wxGTK 2.8 on Linux
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: patches to compile with wxGTK 2.8 on Linux (Read 5796 times)
SharkCZ
Almost regular
Posts: 134
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
»
Logged
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.
Logged
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.
Logged
SharkCZ
Almost regular
Posts: 134
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
Logged
Code::Blocks package maintainer for Fedora and EPEL
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
patches to compile with wxGTK 2.8 on Linux