News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 06 october 2006 build is out.

Started by killerbot, October 06, 2006, 06:57:39 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

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 06 October 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061006_rev3023_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061006_rev3023_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061006_rev3023_suse100+101.rpm


Resolved Fixed:


  • apply Patch #1431
  • bug fix (bug 8878) by applying patch 1524
  • apply [ Patch #1534 ] Adds "Floating point" as output format to Edit Watch dialog
  • [ Patch #1533 ] Corrected linker order arguments for DMars compiler
  • apply [ Patch #1467 ] TODO-list filter by user bugs

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)


PsYhLo

[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

sque

Tell me a bug and I 'll tell you two  :twisted:

cpprooky

Quote from: sque on October 06, 2006, 08:26:06 PM
Quote from: PsYhLo on October 06, 2006, 08:16:40 PM
it`s smells like RC3 :lol:

Big nose you have :P

Maybe he has a big nose (He looks like a penguin ! It might be natural !) but a NB with 5 patches/bug fixes and no new feature !!! I smell RC3 too !
You must admit we've never been so close to the release of RC3 than today !!

Ok happy C::B coders !!! Keep going on that way !!

killerbot

don't get too excited, there are still plenty of bugs to fix .... 

takeshimiya

Quote from: killerbot on October 06, 2006, 10:28:54 PM
don't get too excited, there are still plenty of bugs to fix .... 
Or on the other side, get excited, and start to send patches! :D

skirby

Anyway, Code::Blocks works better than ever  8)

A big thanks to the whole Code::Blocks team for their hard work.

tormoz

Good IDE. But.....
Parser bugs connected with structures with bitfields go from version to version. :(

cpprooky

Killerbot < Don't be so negative !!! As I've said , "We've never been so close from the RC3 release date"

And as long as you improve C::B every day, I'm just sooooooo fine !!
RC3 is just a name !!

C++ rooky

AmR EiSa


kfjethro

First post and I am brand new to codeblocks so hopefully I am following protocol.

I get the following error when running the Nightly October 6, 2006 build on Ubuntu 6.06 installing from the binary package:

(codeblocks:8922): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->ic on_pixmap == NULL' failed
codeblocks: cairo-ft-font.c:678: _cairo_ft_unscaled_font_set_scale: Assertion `e rror == 0' failed.
Abort

This error happens at random times but usually at startup after loading a project.
Although there were no dependency errors reported during installation.
I also have the same behaviour with Oct 1, 2006 so I assume I have some library
mis-matches or missing a font. I haven't looked at the source yet. Has anybody else run into this ?

Thanks.

Commodore64

Very unfortunately, this is a known problem of the CodeCompletion plugin on multiprocessor Linux systems (which include hyperthreading and dual-core processors).

Switching off either hyperthreading or the CodeCompletion plugin should work...

kfjethro

I'm running on a dual core. Switching off CodeCompletion worked. Thanks.