News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 14 July 2006 build is out.

Started by killerbot, July 15, 2006, 12:54:31 AM

Previous topic - Next topic

killerbot

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)


Phatency

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.

killerbot

Quote from: 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.


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


cstudent


marfig

Hello all,

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

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

Quote from: 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...

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

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

Quote from: 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.

Sure no problem. Glad it works now. :)

Vegeta

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?

killerbot

Quote from: killerbot on July 15, 2006, 09:12:23 PM
Quote from: 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.


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

Quote from: 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?

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

Quote from: sethjackson on July 16, 2006, 03:46:00 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.

sethjackson

Quote from: Vegeta on July 17, 2006, 11:52:02 AM
Quote from: sethjackson on July 16, 2006, 03:46:00 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. :)