Author Topic: The 14 July 2006 build is out.  (Read 14392 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 14 July 2006 build is out.
« on: July 15, 2006, 12:54:31 am »
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 (2.6.2) for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 14 July 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060714_rev2751_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060714_rev2751_Ubuntu6.06.deb (not this time)
         http://prdownload.berlios.de/codeblocks/CB_20060714_rev2751_fc4+5.rpm (not yet)


Resolved Fixed:

  • Fixed broken build (missing 'const' qualifier)
  • Fixed broken autotools build of compiler plugin
  • Autotools fix for "make install" and "make dist"
  • Old wxSmith:
    * Fixed bug with disabled wizard dialog when invalid project configuration

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)


Offline Phatency

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 14 July 2006 build is out.
« Reply #1 on: July 15, 2006, 07:11:44 pm »
There's a bug selections not getting cleared as they should. Reproduction:
In project's "Add Files Recursively" dialog
select some files,
use "Wildcard select" with any wildcard
Select "Yes" to clear previous selections,
they're not cleared.

Oh btw, general "clear" button would be nice too, since that was the only reason I tried wildcard select anyway.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 14 July 2006 build is out.
« Reply #2 on: July 15, 2006, 09:12:23 pm »
There's a bug selections not getting cleared as they should. Reproduction:
In project's "Add Files Recursively" dialog
select some files,
use "Wildcard select" with any wildcard
Select "Yes" to clear previous selections,
they're not cleared.

Oh btw, general "clear" button would be nice too, since that was the only reason I tried wildcard select anyway.


I can confirm this one.
Could you please post it as a bug report at berlios ?
Feel free to assign it me, I will fix it this week.

netdrake

  • Guest
Re: The 14 July 2006 build is out.
« Reply #3 on: July 15, 2006, 10:04:12 pm »
Hm time to make a deb package :)

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 14 July 2006 build is out.
« Reply #4 on: July 15, 2006, 11:16:39 pm »
Hm time to make a deb package :)

You can download the one I built from here:

http://www.savefile.com/projects.php?pid=766262

marfig

  • Guest
Re: The 14 July 2006 build is out.
« Reply #5 on: July 16, 2006, 01:40:42 am »
Hello all,

The windows version cannot start debug mode. It tries to access the source files through forward slashes...

Code
Setting breakpoints
Debugger name and version: GNU gdb 5.2.1
No source file named C:/codeblocks/projects/middleages/middle/main.cpp.
Program exited normally.
Debugger finished with status 0

The above file exists at that location. However the forward slashes are stopping it from being accessed.

sethjackson

  • Guest
Re: The 14 July 2006 build is out.
« Reply #6 on: July 16, 2006, 01:53:18 am »
Hello all,

The windows version cannot start debug mode. It tries to access the source files through forward slashes...

Code
Setting breakpoints
Debugger name and version: GNU gdb 5.2.1
No source file named C:/codeblocks/projects/middleages/middle/main.cpp.
Program exited normally.
Debugger finished with status 0

The above file exists at that location. However the forward slashes are stopping it from being accessed.

Actually I don't think that the problem. I think the problem is that you are using gdb 5.2.1. You need gdb 6.3 for debugging to work properly AFAIK.

marfig

  • Guest
Re: The 14 July 2006 build is out.
« Reply #7 on: July 16, 2006, 02:07:07 am »
That definitely did it. Wasn't aware the mingw version was so old. Downloaded the 6.3.2 snapshot from SF.Net after searching for a while wondering why mingw wesite was displaying a 3 year old version.

Thank you very much.

sethjackson

  • Guest
Re: The 14 July 2006 build is out.
« Reply #8 on: July 16, 2006, 03:02:01 am »
That definitely did it. Wasn't aware the mingw version was so old. Downloaded the 6.3.2 snapshot from SF.Net after searching for a while wondering why mingw wesite was displaying a 3 year old version.

Thank you very much.

Sure no problem. Glad it works now. :)

Vegeta

  • Guest
Re: The 14 July 2006 build is out.
« Reply #9 on: July 16, 2006, 10:35:15 am »
I just downloaded the nightly and just wonder that its not possible to create a new Qt-Project. The Qt-Icon ist not displayed although the necessary files are in the templates-folder...hmm?! :?
Maybe a bug?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 14 July 2006 build is out.
« Reply #10 on: July 16, 2006, 03:31:35 pm »
There's a bug selections not getting cleared as they should. Reproduction:
In project's "Add Files Recursively" dialog
select some files,
use "Wildcard select" with any wildcard
Select "Yes" to clear previous selections,
they're not cleared.

Oh btw, general "clear" button would be nice too, since that was the only reason I tried wildcard select anyway.


I can confirm this one.
Could you please post it as a bug report at berlios ?
Feel free to assign it me, I will fix it this week.

no need to post it anymore on berlios : I just fixed it : revision 2754.

sethjackson

  • Guest
Re: The 14 July 2006 build is out.
« Reply #11 on: July 16, 2006, 03:46:00 pm »
I just downloaded the nightly and just wonder that its not possible to create a new Qt-Project. The Qt-Icon ist not displayed although the necessary files are in the templates-folder...hmm?! :?
Maybe a bug?

No it is not a bug. C::B doesn't use the file-based templates anymore. I will try to make a Qt wizard and submit it to BerliOS. However you can use the file-based Qt template for now. :)

Vegeta

  • Guest
Re: The 14 July 2006 build is out.
« Reply #12 on: July 17, 2006, 11:52:02 am »
No it is not a bug. C::B doesn't use the file-based templates anymore. I will try to make a Qt wizard and submit it to BerliOS. However you can use the file-based Qt template for now. :)
Okay, thanks for the info.

sethjackson

  • Guest
Re: The 14 July 2006 build is out.
« Reply #13 on: July 17, 2006, 01:48:17 pm »
No it is not a bug. C::B doesn't use the file-based templates anymore. I will try to make a Qt wizard and submit it to BerliOS. However you can use the file-based Qt template for now. :)
Okay, thanks for the info.

Sure hopefully I'll finish it today. :D I'll post it to the forums when I'm done. :)