Author Topic: The 20 May 2006 build is out.  (Read 9074 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 20 May 2006 build is out.
« on: May 20, 2006, 06:26: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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 20 May 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060520_rev2477_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060520_rev2477.deb
         http://download.berlios.de/codeblocks/CB_20060520_rev2477_fc4+5.rpm (not yet)

Resolved Fixed:

  • wxSmith redesign:
     * << BmpCode.empty() ? _T("wxNullBitmap") : BmpCode << _T(",") in BuildCreatingCode cause the broke the stream , solved by adding parenthesis
     * Add in  <wx/artprov.h> in the declaration generated
     * Fixed bug when changing sub-container properties (it did not recreate editor preview)
     * Added default sizer properties to configuration panel
  • help plug-in : Added a missing return value to an Entry method (just to avoid a warning). Thanks go to Morten.
  • * Replaced the thread pool implementation.
    * Modified code completion to use the new thread pool.
    * Pool forced to 1 worker thread (code completion will crash with more than 1 worker thread).
    * Updated the project files accordingly.
  • * Fixed case in include.
    * Added cbthreadedtask.h to sdk/Makefile.am

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)

« Last Edit: May 22, 2006, 08:25:33 pm by killerbot »

yalding

  • Guest
Re: The 20 May 2006 build is out.
« Reply #1 on: May 21, 2006, 08:37:33 am »
The ubuntu build is still back in May, 09, :(

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 20 May 2006 build is out.
« Reply #2 on: May 21, 2006, 09:34:02 am »
they will be back shortly

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 20 May 2006 build is out.
« Reply #3 on: May 22, 2006, 08:15:20 pm »
The ubuntu build is still back in May, 09, :(

Yes, sorry. I messed up my Ubuntu system :( by trying to get free space to install Gentoo. LVM is not for beginners. Debian packages will be provided with the next nightly builds (a build will start today or tomorrow morning :)).

Best wishes,
Michael