Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot on January 02, 2007, 04:25:34 pm
-
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z
To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z
The 02 January 2007 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20070102_rev3450_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070102_rev3450_Ubuntu6.06.deb
http://prdownload.berlios.de/codeblocks/CB_20070102_rev3450_suse100+101.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070102_rev3450_fc4+5.i586.rpm (not yet)
Resolved Fixed:
- Fixed crash when enabling/disabling plugins - even wxSmith can be enabled/disabled now :)
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
- menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)
-
Ubuntu 6.10 (Edgy) build here (http://www.savefile.com/projects/1037211).
-
To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.7z
Uploaded Patch to wxWidgets
http://sourceforge.net/tracker/index.php?func=detail&aid=1626428&group_id=9863&atid=309863
Bug reported in:
http://sourceforge.net/tracker/index.php?func=detail&aid=1626424&group_id=9863&atid=109863
Tim S
-
thanks Tim, let's hope that they solve the problem instead of talking about it.
Today artoj found a bunch of other wx problems on windows ... , so nice :-(
-
thanks Tim, let's hope that they solve the problem instead of talking about it.
Today artoj found a bunch of other wx problems on windows ... , so nice :-(
They closed my patch by rejecting it.
Tim S
-
well thanks to you we also have the link to the bug report ... :twisted:
-
Thanks for the Ubuntu 6.10 build which I've downloaded. When I open it in the Package Installer (by double clicking the .deb file) I get the message:
Error: dependency is not satisfiable: libwxbase2.6-0
How do I resolve this issue?
Thanks for any help
tasdev
-
Thanks for the Ubuntu 6.10 build which I've downloaded. When I open it in the Package Installer (by double clicking the .deb file) I get the message:
Error: dependency is not satisfiable: libwxbase2.6-0
How do I resolve this issue?
Thanks for any help
tasdev
sudo apt-get install libwxbase2.6-0
-
I read older postings in the forum about freebasic support. Is this canceled or still running?
-
Hi Kazade
Thanks for the help! When I try that I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libwxbase2.6-0
Cheers
tasdev
-
Hi Kazade
Thanks for the help! When I try that I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libwxbase2.6-0
Cheers
tasdev
Make sure you have enabled the universe/multiverse extra repositories.
-
Thanks mandrav!