Author Topic: The 18 december 2006 build is out.  (Read 16608 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 18 december 2006 build is out.
« on: December 18, 2006, 08:19:55 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 18 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061218_rev3395_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061218_rev3395_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061218_rev3395_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061218_rev3395_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Scripting bindings updated:
      - Added wxColour type.
      - Added few utility globals functions: wxLaunchDefaultBrowser,
    wxGetColourFromUser, wxGetNumberFromUser, wxGetPasswordFromUser,
    wxGetTextFromUser.
      - Added ProjectFile::file variable
  • Fixed compilers detection occurring on every startup, Enlarged the compilers auto-detection dialog a bit and also made it resizeable
  • Added scripting settings dialog (Settings->Scripting)

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: December 18, 2006, 10:42:59 pm by killerbot »

Offline Hardi

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: The 18 december 2006 build is out.
« Reply #1 on: December 18, 2006, 09:27:10 pm »
yay, the compiler-detector is gone. good job :)

Offline morgan

  • Single posting newcomer
  • *
  • Posts: 9
Previous bug remaining from november
« Reply #2 on: December 19, 2006, 09:27:37 am »
Quote
Hello,

I work on a project that i cannot give here, but 15-nov's build was the very last one which could open my project file. Since, opening the project makes the application freeze (100% cpu) and nothing else happen.
It is a heavy project, and some bugfix since 15-november should be great to have (for example, files where disabled sometimes or "build-all" sometimes reports "nothing to do" though i modified files).

This message has been posted on 6 december and nobody could answer me. It is very important to improve stability, i think, and I'm still not able to work with codeblocks because of this bug. Does anyone knows how to "sidestep" this anoyance or when will someone take a look ?

The project is based on Qt and contains about 100 files (with subdirs).

Thanks for replying

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Previous bug remaining from november
« Reply #3 on: December 19, 2006, 10:10:16 am »
Quote
Hello,

I work on a project that i cannot give here, but 15-nov's build was the very last one which could open my project file. Since, opening the project makes the application freeze (100% cpu) and nothing else happen.
It is a heavy project, and some bugfix since 15-november should be great to have (for example, files where disabled sometimes or "build-all" sometimes reports "nothing to do" though i modified files).

This message has been posted on 6 december and nobody could answer me. It is very important to improve stability, i think, and I'm still not able to work with codeblocks because of this bug. Does anyone knows how to "sidestep" this anoyance or when will someone take a look ?

The project is based on Qt and contains about 100 files (with subdirs).

Thanks for replying

It is better to file a bug report in the bug tracker, messages on the forum could be missed. ;) (i know, this is not an answer on you're problem
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 18 december 2006 build is out.
« Reply #4 on: December 19, 2006, 10:54:41 am »
could you try it with closest nightly you have where it starts failing. So 15 nov OK, how about 16 nov ?
The new can look at the changed code and see what might be related. Also try to turn off code completion (sometimes it has caused an issue in the past).

What OS ?

Offline morgan

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 18 december 2006 build is out.
« Reply #5 on: December 19, 2006, 02:37:05 pm »
First of all, thank you. I'm very happy to see someone trying to help me.

I cannot make a bug-report because codeblocks doesn't "bug", it "freezes" (perpetual computation)

I use 10 november release because 15 november's one can open my project, but sometimes, when i modify files and want to compile the project, codeblocks reports me "nothing to do" (which have already cost me hours and hours of bug-searching)... All earlier releases don't allow me to open the project. The same problem occurs with both windows & ubuntu (edgy eft), and with both code completion enabled & disabled.

when i open my project, codeblocks seems to open last opened files but nothing else happens (cpu enters a 100% rush).


and the great news... my boss just allowed me to post my project file. you can try to open it even if you haven't got my source-code. you will though be able to see the problem.

Thank you very much (and sorry for my pour english).

[attachment deleted by admin]

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 18 december 2006 build is out.
« Reply #6 on: December 19, 2006, 02:48:00 pm »
Quote
and the great news... my boss just allowed me to post my project file. you can try to open it even if you haven't got my source-code. you will though be able to see the problem.

And indeed the project helped like nothing else would :).
There really seems to be a problem with expanding variables of the form %VAR%. Thomas will have a look at it and hopefully fix it.
In the meantime you can open the .cbp file in an editor and replace all occurrences of %QTDIR% with $(QTDIR). This will fix it and you will be able to open your project once again :).
Be patient!
This bug will be fixed soon...

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 18 december 2006 build is out.
« Reply #7 on: December 19, 2006, 03:28:41 pm »
I'm not sure what to make of this error message from the startup log of today's build 3395:

"ERROR: SDK version mismatch for CBProfiler (1.11.2). Expecting 1.11.5"

I turned off the profiler plug-in but I still get the same error.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 18 december 2006 build is out.
« Reply #8 on: December 19, 2006, 03:32:43 pm »
I'm not sure what to make of this error message from the startup log of today's build 3395:

"ERROR: SDK version mismatch for CBProfiler (1.11.2). Expecting 1.11.5"

I turned off the profiler plug-in but I still get the same error.


Delete CBProfiler.dll and CBProfiler.zip. This plugin has been renamed to Profiler.dll (and .zip) quite some time now.
Be patient!
This bug will be fixed soon...

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 18 december 2006 build is out.
« Reply #9 on: December 19, 2006, 03:57:01 pm »
Delete CBProfiler.dll and CBProfiler.zip.

Thanks, fixed.

Quote
This plugin has been renamed to Profiler.dll (and .zip) quite some time now.

This error message was new though. Maybe it was silently there all along but the notification is something new (to me)...

Offline morgan

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 18 december 2006 build is out.
« Reply #10 on: December 19, 2006, 03:58:05 pm »
waoooooww

only 10 minutes for the tip !!!!

my best congratulations, my best thanks and happy new year !!!! :D

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 18 december 2006 build is out.
« Reply #11 on: December 19, 2006, 04:02:29 pm »
This error message was new though. Maybe it was silently there all along but the notification is something new (to me)...

No, it was now displayed because the internal SDK version number has changed.
Be patient!
This bug will be fixed soon...

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 18 december 2006 build is out.
« Reply #12 on: December 19, 2006, 04:55:39 pm »
waoooooww

only 10 minutes for the tip !!!!

my best congratulations, my best thanks and happy new year !!!! :D

Isn't it great? Cool and free software from cool and helpful people.

Once again, thank you!

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 18 december 2006 build is out.
« Reply #13 on: December 19, 2006, 09:59:57 pm »
Quote
and the great news... my boss just allowed me to post my project file. you can try to open it even if you haven't got my source-code. you will though be able to see the problem.

And indeed the project helped like nothing else would :).
There really seems to be a problem with expanding variables of the form %VAR%. Thomas will have a look at it and hopefully fix it.
In the meantime you can open the .cbp file in an editor and replace all occurrences of %QTDIR% with $(QTDIR). This will fix it and you will be able to open your project once again :).

that was indeed one of those changes around that time.

grizzlysmit

  • Guest
Re: The 18 december 2006 build is out.
« Reply #14 on: December 20, 2006, 01:46:15 pm »
I cannot get the nightly builds for ubuntu to install properly, I always get an error about my pango version:
dpkg -i CB_20061218_rev3395_Ubuntu6.06.deb
Selecting previously deselected package codeblocks.
(Reading database ... 310720 files and directories currently installed.)
Unpacking codeblocks (from CB_20061218_rev3395_Ubuntu6.06.deb) ...
dpkg: dependency problems prevent configuration of codeblocks:
 codeblocks depends on libpango1.0-0 (>= 1.12.3); however:
  Version of libpango1.0-0 on system is 1.12.2-0ubuntu3.
dpkg: error processing codeblocks (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 codeblocks
then I have error messages about having a broken pakage on my system and I have to remove codeblocks to fix it how do I get an update of libpango to >= 1.12.3

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 18 december 2006 build is out.
« Reply #15 on: December 20, 2006, 02:34:30 pm »
Is there a way to add menus like snippets and watches and stuff to tabs?

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 18 december 2006 build is out.
« Reply #16 on: December 22, 2006, 09:59:12 pm »
I cannot get the nightly builds for ubuntu to install properly, I always get an error about my pango version:
dpkg -i CB_20061218_rev3395_Ubuntu6.06.deb
Selecting previously deselected package codeblocks.
(Reading database ... 310720 files and directories currently installed.)
Unpacking codeblocks (from CB_20061218_rev3395_Ubuntu6.06.deb) ...
dpkg: dependency problems prevent configuration of codeblocks:
 codeblocks depends on libpango1.0-0 (>= 1.12.3); however:
  Version of libpango1.0-0 on system is 1.12.2-0ubuntu3.
dpkg: error processing codeblocks (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 codeblocks
then I have error messages about having a broken pakage on my system and I have to remove codeblocks to fix it how do I get an update of libpango to >= 1.12.3


Hmmm. I build the Dapper .deb in a chroot environment using a sources.list that contains only official Ubuntu repos, including the universe and multiverse repos. In most cases I test my .deb on my laptop which is running Dapper before I upload the file to berlios. I did test this build and it installed fine on my laptop. I checked with packages.ubuntu.com for the Dapper pango package. It says it is 1.12.2, but that doesn't mean the site isn't outdated. Have you updated your Dapper lately? I don't have my laptop with me right now. I'll check the pango version on it when I get home tonight, but it will probably be late. About 10pm Eastern US time.


PS: I ran apt-cache policy on my desktop while in the Dapper chroot environment. This is what it shows me:

(dapper)root@desktop:/# apt-cache policy libpango1.0-0
libpango1.0-0:
  Installed: 1.12.3-0ubuntu3
  Candidate: 1.12.3-0ubuntu3
  Version table:
 *** 1.12.3-0ubuntu3 0
        500 http://archive.ubuntu.com dapper-updates/main Packages
        100 /var/lib/dpkg/status
     1.12.2-0ubuntu3 0
        500 http://archive.ubuntu.com dapper/main Packages


That tells me that 1.12.3 is available as an update. Make sure you have your extra repositories turned on.

« Last Edit: December 22, 2006, 10:09:31 pm by cstudent »