Author Topic: The 10 April 2007 build is out.  (Read 8553 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 10 April 2007 build is out.
« on: April 10, 2007, 09:02:25 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 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)


Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 10 April 2007 build is out.
« Reply #1 on: April 10, 2007, 10:42:22 pm »
Ubuntu 6.10 Amd64 .deb installer can be found here.

The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 10 April 2007 build is out.
« Reply #2 on: April 10, 2007, 11:32:35 pm »

quad cortex

  • Guest
Re: The 10 April 2007 build is out.
« Reply #3 on: April 13, 2007, 01:57:53 am »
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.
« Last Edit: April 13, 2007, 02:00:49 am by quad cortex »

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 10 April 2007 build is out.
« Reply #4 on: April 13, 2007, 02:31:20 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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

quad cortex

  • Guest
Re: The 10 April 2007 build is out.
« Reply #5 on: April 13, 2007, 02:50:37 am »
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.

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 10 April 2007 build is out.
« Reply #6 on: April 13, 2007, 08:14:59 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...
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/