Author Topic: The 06 october 2006 build is out.  (Read 12783 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 06 october 2006 build is out.
« on: October 06, 2006, 06:57:39 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

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)

« Last Edit: October 07, 2006, 10:05:40 am by killerbot »

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 06 october 2006 build is out.
« Reply #1 on: October 06, 2006, 08:16:40 pm »
it`s smells like RC3 :lol:

Offline sque

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 06 october 2006 build is out.
« Reply #2 on: October 06, 2006, 08:26:06 pm »
it`s smells like RC3 :lol:

Big nose you have :P
Tell me a bug and I 'll tell you two  :twisted:

cpprooky

  • Guest
Re: The 06 october 2006 build is out.
« Reply #3 on: October 06, 2006, 10:14:59 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 !!

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 06 october 2006 build is out.
« Reply #4 on: October 06, 2006, 10:28:54 pm »
don't get too excited, there are still plenty of bugs to fix .... 

takeshimiya

  • Guest
Re: The 06 october 2006 build is out.
« Reply #5 on: October 06, 2006, 11:09:04 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

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 06 october 2006 build is out.
« Reply #6 on: October 06, 2006, 11:51:35 pm »
Anyway, Code::Blocks works better than ever  8)

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

tormoz

  • Guest
Re: The 06 october 2006 build is out.
« Reply #7 on: October 07, 2006, 12:48:01 am »
Good IDE. But.....
Parser bugs connected with structures with bitfields go from version to version. :(

cpprooky

  • Guest
Re: The 06 october 2006 build is out.
« Reply #8 on: October 07, 2006, 02:02:47 am »
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

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 06 october 2006 build is out.
« Reply #9 on: October 07, 2006, 10:08:42 am »
what about freebasic ?

AmR EiSa

kfjethro

  • Guest
Re: The 06 october 2006 build is out.
« Reply #10 on: October 07, 2006, 05:33:29 pm »
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.

Offline Commodore64

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 06 october 2006 build is out.
« Reply #11 on: October 07, 2006, 06:12:05 pm »
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

  • Guest
Re: The 06 october 2006 build is out.
« Reply #12 on: October 08, 2006, 05:18:12 am »
I'm running on a dual core. Switching off CodeCompletion worked. Thanks.