Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 15, 2006, 12:54:31 am

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


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 14 July 2006 build is out.
Post by: Phatency 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.
Title: Re: The 14 July 2006 build is out.
Post by: killerbot 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.
Title: Re: The 14 July 2006 build is out.
Post by: netdrake on July 15, 2006, 10:04:12 pm
Hm time to make a deb package :)
Title: Re: The 14 July 2006 build is out.
Post by: cstudent 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 (http://www.savefile.com/projects.php?pid=766262)
Title: Re: The 14 July 2006 build is out.
Post by: marfig 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.
Title: Re: The 14 July 2006 build is out.
Post by: sethjackson 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.
Title: Re: The 14 July 2006 build is out.
Post by: marfig 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.
Title: Re: The 14 July 2006 build is out.
Post by: sethjackson 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. :)
Title: Re: The 14 July 2006 build is out.
Post by: Vegeta 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?
Title: Re: The 14 July 2006 build is out.
Post by: killerbot 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.
Title: Re: The 14 July 2006 build is out.
Post by: sethjackson 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. :)
Title: Re: The 14 July 2006 build is out.
Post by: Vegeta 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.
Title: Re: The 14 July 2006 build is out.
Post by: sethjackson 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. :)