Author Topic: The 09 september 2006 build is out.  (Read 12532 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 09 september 2006 build is out.
« on: September 09, 2006, 08:22:23 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 09 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060909_rev2965_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060909_rev2965_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060909_rev2965_fc4+5.rpm


Resolved Fixed:

  • Disabled last changes in the encoding detector as it is deemed "incomplete"

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: September 09, 2006, 09:36:03 pm by killerbot »

Offline manowar

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 09 september 2006 build is out.
« Reply #1 on: September 10, 2006, 01:54:42 pm »
Hello

First of all, thanks a lot for this great tool. However I have troubles with the latest nightly builds. I am on ubuntu, on a dual core cpu 3800 X2 but using an x86 distribution. My problem is quite simple, as soon as I open a project, codeblocks closes without any error message. The last working version is the rev 2921. I read somewhere that the linux version is not as stable as the windows version at the moment but it will certainly improve. I simply would like to know if it is a known bug ?

Thanks a lot

torikx

  • Guest
Re: The 09 september 2006 build is out.
« Reply #2 on: September 10, 2006, 03:41:22 pm »
AFAIK, Ubuntu Dapper repos have wx 2.6.1 as latest. Considering 2.6.3 requirement, I wonder if it's safe to build and test nightly builds in this distro.



Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: The 09 september 2006 build is out.
« Reply #3 on: September 10, 2006, 03:56:46 pm »
It is pretty stable if you disable the code compeltion pluggin.  I build from SVN all the time my Dapper machine.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 09 september 2006 build is out.
« Reply #4 on: September 10, 2006, 05:23:00 pm »
Considering 2.6.3 requirement ...

There is no such requirement.

It is pretty stable if you disable the code compeltion pluggin.  I build from SVN all the time my Dapper machine.

The code-completion plugin was unstable in linux for one week...
Be patient!
This bug will be fixed soon...

Offline manowar

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 09 september 2006 build is out.
« Reply #5 on: September 10, 2006, 05:31:06 pm »
Indeed, I disabled the codecompletion and restarted codeblocks. It seems a lot more stable.
Now codecompletion is an essential feature I would say in an IDE but I totally understand it is a work in progress. I have done more tests and indeed the problem is with cairo. 'codeblocks: cairo-ft-font.c:680: _cairo_ft_unscaled_font_set_scale: Assertion `error == 0' failed.' which is an issue I have already seen on the forum. Does it mean that this bug is part of cairo and the fix must be in cairo and not codeblocks ?
Thanks

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 09 september 2006 build is out.
« Reply #6 on: September 10, 2006, 06:25:59 pm »
I build the Ubuntu deb for the Code::Blocks nightly builds. The official Ubuntu repos contain wx2.6.1. I build the deb in a chroot environment using the 2.6.1 version. You can get wx2.6.3 for Ubuntu Dapper in a deb file from Seveas at https://wiki.ubuntu.com/SeveasPackages. I have the 2.6.3 version installed in my regular user environment and build a deb for myself using 2.6.3. I do that so I can install it easily onto my laptop as well without having to recompile it. Code::Blocks works very well with either version of wxWidgets.

If anyone using Ubuntu Dapper is interested in installing the wx2.6.3 version from Seveas and would like a copy of the deb I build for wx2.6.3 let me know. I can upload a copy to savefile.com for downloading.

Greg

  • Guest
Re: The 09 september 2006 build is out.
« Reply #7 on: September 10, 2006, 09:29:18 pm »
Hi, first, thanks for this great tool, just updated to using this nightly after first trying out RC2.

Just noticed I can't get the debugger toolbar to display, also the position of my build toolbar suggests a problem (this is using the default config):



Windows XP, sept 9th build - version 1.0 revison 2965() gcc 3.4.5 Windows/unicode.

Same problem was reported by another user on the Sept 6th build:
http://forums.codeblocks.org/index.php?topic=3998.msg31558#msg31558


torikx

  • Guest
Re: The 09 september 2006 build is out.
« Reply #8 on: September 10, 2006, 09:58:47 pm »
« Last Edit: September 10, 2006, 10:03:35 pm by torikx »

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: The 09 september 2006 build is out.
« Reply #9 on: September 10, 2006, 10:33:56 pm »
The code-completion plugin was unstable in linux for one week...

I (kind of like Thomas) have not been keeping up with the progress of the pluggin since I tried to use it during Rick's refactoring.  That is also because I don't build the pluggins (should start doing that).   That said, its works well on Windows.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 09 september 2006 build is out.
« Reply #10 on: September 10, 2006, 11:20:04 pm »
Considering 2.6.3 requirement ...

There is no such requirement.


sorry,
http://forums.codeblocks.org/index.php?topic=3299.0
i did not notice it was windows-only.

You still didn't notice well: the nightly builds are built against wx2.6.3pl2. But it's not a requirement to build C::B. C::B builds fine from wx 2.5.something and up.
Be patient!
This bug will be fixed soon...

Greg

  • Guest
Re: The 09 september 2006 build is out.
« Reply #11 on: September 11, 2006, 01:11:50 am »
Found my debug toolbar :)

default.conf contained:
name=DebuggerToolbar;caption=Debugger Toolbar;state=16788220;dir=1;layer=10;row=1;pos=1204...

my screen res is 1024x768