Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 06, 2006, 06:57:39 pm

Title: The 06 october 2006 build is out.
Post by: killerbot 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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 06 october 2006 build is out.
Post by: PsYhLo on October 06, 2006, 08:16:40 pm
it`s smells like RC3 :lol:
Title: Re: The 06 october 2006 build is out.
Post by: sque on October 06, 2006, 08:26:06 pm
it`s smells like RC3 :lol:

Big nose you have :P
Title: Re: The 06 october 2006 build is out.
Post by: cpprooky 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 !!
Title: Re: The 06 october 2006 build is out.
Post by: killerbot on October 06, 2006, 10:28:54 pm
don't get too excited, there are still plenty of bugs to fix .... 
Title: Re: The 06 october 2006 build is out.
Post by: takeshimiya 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
Title: Re: The 06 october 2006 build is out.
Post by: skirby 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.
Title: Re: The 06 october 2006 build is out.
Post by: tormoz on October 07, 2006, 12:48:01 am
Good IDE. But.....
Parser bugs connected with structures with bitfields go from version to version. :(
Title: Re: The 06 october 2006 build is out.
Post by: cpprooky 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
Title: Re: The 06 october 2006 build is out.
Post by: AmR EiSa on October 07, 2006, 10:08:42 am
what about freebasic ?

AmR EiSa
Title: Re: The 06 october 2006 build is out.
Post by: kfjethro 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.
Title: Re: The 06 october 2006 build is out.
Post by: Commodore64 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...
Title: Re: The 06 october 2006 build is out.
Post by: kfjethro on October 08, 2006, 05:18:12 am
I'm running on a dual core. Switching off CodeCompletion worked. Thanks.