Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 09, 2007, 07:41:21 pm

Title: The 09 April 2007 build is out.
Post by: killerbot on April 09, 2007, 07:41:21 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_version3.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 09 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 09 April 2007 build is out.
Post by: GTOnizuka on April 09, 2007, 09:13:29 pm
Quote
The 09 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_200704099_rev3820_win32.7z (http://prdownload.berlios.de/codeblocks/CB_200704099_rev3820_win32.7z)

Pay attention ;) Correct URL is:
http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_win32.7z
Title: Re: The 09 April 2007 build is out.
Post by: killerbot on April 09, 2007, 10:19:19 pm
fixed, thanks for the feedback
Title: Re: The 09 April 2007 build is out.
Post by: kelo81 on April 10, 2007, 12:49:49 am

  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)


Just a little question: Is this bug corrected since wx2.6.4 ? if yes, why not to use this new release instead of the 2.6.3 one and avoid using a fixed dll?
Title: Re: The 09 April 2007 build is out.
Post by: TDragon on April 10, 2007, 01:42:08 am
Just a little question: Is this bug corrected since wx2.6.4 ? if yes, why not to use this new release instead of the 2.6.3 one and avoid using a fixed dll?
It is, but another bug was introduced. See this thread (http://forums.codeblocks.org/index.php/topic,5648.msg43466.html#msg43466), and this one (http://forums.codeblocks.org/index.php/topic,5514.0.html).
Title: Re: The 09 April 2007 build is out.
Post by: kelo81 on April 10, 2007, 01:25:57 pm
Hi. I 've read in those post that this issue with the icons have been already fixed by Biplab. If that's correct, why not to replace the fixed 2.6.3 for this new one?

And also, what about the 2.8 branch?, do you have any plans on it?, will codeblocks use it in a future release as a "default" lib?.

Regards,

Ezequiel
Title: Re: The 09 April 2007 build is out.
Post by: Biplab on April 10, 2007, 02:29:56 pm
If that's correct, why not to replace the fixed 2.6.3 for this new one?

The patch doesn't affect runtime dll. So original dll can be supplied without any change. :)

While compiling an exe file, one should be cautious and that patch becomes necessary.

And also, what about the 2.8 branch?, do you have any plans on it?, will codeblocks use it in a future release as a "default" lib?.

IMHO, This change is necessary. :)

But the change may take some more time.

Regards,

Biplab
Title: Re: The 09 April 2007 build is out.
Post by: killerbot on April 10, 2007, 04:44:41 pm
we are discussing at this moment to either do :
 - wx 264
 - wx 283

...
Title: Re: The 09 April 2007 build is out.
Post by: Biplab on April 10, 2007, 04:52:58 pm
- wx 264

IMO, this has couple of more stupid bugs and therefore may be avoided. ;)

Read the following for one more bug:
Quote
http://forums.codeblocks.org/index.php/topic,5653.0.html
Title: Re: The 09 April 2007 build is out.
Post by: rjmyst3 on April 10, 2007, 05:44:43 pm
we are discussing at this moment to either do :
 - wx 264
 - wx 283

...
wx 283 would be nice for us linux users - the GTK drag'n'drop bug would be gone for good.