Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: nottin on March 05, 2007, 06:32:09 am

Title: Ubuntu 7.04 shipping with wxWidgets 2.8
Post by: nottin on March 05, 2007, 06:32:09 am
Ubuntu 7.04 (Feisty Fawn), due to be shipped on April 19th, will ship with both wxWidgets 2.6 and 2.8 (currently 2.8.1).
I'm currently on Herd-5, but I have yet to try to build Code::Blocks with the version of wxWidgets 2.8 Ubuntu ships with.
Guess I'll try with stahta01's patches one of these days  :)
Title: Re: Ubuntu 7.04 shipping with wxWidgets 2.8
Post by: kramed on March 14, 2007, 10:15:11 pm
I had it compile for me using 2.8 and it worked fine except all the "New" dialogs were broken. Couldn't create a project or anything. Had to touch my .cpp files and then open them. Didnt take long for me to revert back :P
Title: Re: Ubuntu 7.04 shipping with wxWidgets 2.8
Post by: stahta01 on March 14, 2007, 11:41:39 pm
I had it compile for me using 2.8 and it worked fine except all the "New" dialogs were broken. Couldn't create a project or anything. Had to touch my .cpp files and then open them. Didnt take long for me to revert back :P

Did you apply patches to C::B like these

Needed if using wxSmith
[ Patch #1903 ] wxSmith patch for wxW28 and wxPropertyGrid 1.2.x
  https://developer.berlios.de/patch/?func=detailpatch&patch_id=1903&group_id=5358

Needed if using wxWidgets 2.8
[ Patch #1893 ] wxCheckListBox patch for wxWidgets 2.8
  https://developer.berlios.de/patch/?func=detailpatch&patch_id=1893&group_id=5358

Needed if using wxWidgets 2.8, fixes an bug similar to your's
[ Patch #1880 ] Truncated new project scripted wizard fix for wxW28
  https://developer.berlios.de/patch/?func=detailpatch&patch_id=1880&group_id=5358

See my 2.8 thread here
http://forums.codeblocks.org/index.php?topic=4495.0

See my 2.9 thread here
http://forums.codeblocks.org/index.php?topic=4982
Tim S