News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 10 April 2007 build is out.

Started by killerbot, April 10, 2007, 09:02:25 PM

Previous topic - Next topic

killerbot

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 10 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070410_rev3823_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070410_rev3823_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070410_rev3823_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070410_rev3823_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • wxSmith:
    * Added EVT_CLOSE for wxFrame and wxDialog (this required fixing some bug in event-connecting code generation)
    * Switched from wxFrame::CreateToolBar to new wxToolBar in code generated for wxToolBar
  • Now an inactive project will not be activated to show Build options
  • CodeSnippets 1.1.55 2007/04/10
    - Fixed: missing event.Skip() in OnIdle() caused debugger to hang

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)


Xaviou

Ubuntu 6.10 Amd64 .deb installer can be found here.

My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

afb


quad cortex

#3
Quote from: Xaviou on April 10, 2007, 10:42:22 PM
Ubuntu 6.10 Amd64 .deb installer can be found here.



:| How do you get them when the deb has not even been released yet? I don't see any sources anywhere either. :x

edit: now that I think about it, maybe the deb is already out (or maybe the zip has the source?)... can't access the page. Seems the site is down.

TDragon

Quote from: quad cortex on April 13, 2007, 01:57:53 AM
:| How do you get them when the deb has not even been released yet? I don't see any sources anywhere either. :x

edit: now that I think about it, maybe the deb is already out (or maybe the zip has the source?)... can't access the page. Seems the site is down.
He builds them from SVN sources just like killerbot does. The instructions for obtaining the sources from SVN are here.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

quad cortex

Ah thanks for that. I was looking for something like this but the only thing I found was the  CVS  from sourceforge, which is, well, disabled.

Xaviou

Quote from: TDragon on April 13, 2007, 02:31:20 AM
Quote from: quad cortex on April 13, 2007, 01:57:53 AM
:| How do you get them when the deb has not even been released yet? I don't see any sources anywhere either. :x

edit: now that I think about it, maybe the deb is already out (or maybe the zip has the source?)... can't access the page. Seems the site is down.
He builds them from SVN sources just like killerbot does. The instructions for obtaining the sources from SVN are here.
That's right, I build it from SVN.
I had to do this because no amd64 deb installer can be found, and the regular nightly build deb installer can not be used on an 64bits architecture.
So, when I saw I could make one, I decided to publish it for others that could need it...
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]