Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 16, 2006, 04:52:56 pm

Title: The 16 July 2006 build is out.
Post by: killerbot on July 16, 2006, 04:52:56 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 (2.6.2) for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 16 July 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060716_rev2754_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060716_rev2754_Ubuntu6.06.deb (not this time)
         http://prdownload.berlios.de/codeblocks/CB_20060716_rev2754_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 16 July 2006 build is out.
Post by: cstudent on July 16, 2006, 06:17:51 pm
Ubuntu deb rev2754 available here:

http://www.savefile.com/projects.php?pid=766262 (http://www.savefile.com/projects.php?pid=766262)
Title: Re: The 16 July 2006 build is out.
Post by: Deamon on July 17, 2006, 12:08:53 pm
New ansi build maybe ?
Title: Debugging with gdb is not Working
Post by: mikro on July 17, 2006, 01:53:53 pm
Hi,
i just upgraded to the current nightly build realizing that with the nightly built i had been using it didn't work as well: Debugging with gdb on Windows is NOT possible. i get the error-message
Quote
No source file named foo.cpp found
.
Is this a known bug?
The same programm debugs without problems when i use the rc2.
The only thing i found on google is only appropiate for mac not for windows: http://lists.apple.com/archives/Xcode-users/2004/Nov/msg00468.html (http://lists.apple.com/archives/Xcode-users/2004/Nov/msg00468.html) did you possibly add some default code optimization like this during the last weeks?
Title: Re: Debugging with gdb is not Working
Post by: sethjackson on July 17, 2006, 01:56:09 pm
Hi,
i just upgraded to the current nightly build realizing that with the nightly built i had been using it didn't work as well: Debugging with gdb on Windows is NOT possible. i get the error-message
Quote
No source file named foo.cpp found
.
Is this a known bug?
The same programm debugs without problems when i use the rc2.
The only thing i found on google is only appropiate for mac not for windows: http://lists.apple.com/archives/Xcode-users/2004/Nov/msg00468.html (http://lists.apple.com/archives/Xcode-users/2004/Nov/msg00468.html) did you possibly add some default code optimization like this during the last weeks?

Would you happen to be using GDB 5.2? If so it (5.2) won't work you will need to get GDB 6.3 :)
Title: Re: The 16 July 2006 build is out.
Post by: Death Knight on July 17, 2006, 03:19:01 pm
I needed nightly build  x86_64 rpm. (for SuSE 10.1 but I think fedora/mandriva will work properly too)
Thanks.
Title: Re: The 16 July 2006 build is out.
Post by: Matroc on July 17, 2006, 05:06:05 pm
For me wxSmith seems to crash awfully often in this release.
I updated from rev. 2733 so i dont know exactly which version introduced the bug. It seems as if it happens randomly while adding or removing elements from or to a dialog/frame/Panel.
The cpu usage jumps to 99% and code blocks does not react anymore.
It can only be killed by the taskmanager.

It happens so often, i had to revert to rev. 2733 because wxSmith is just unuseable. Would be nice if someone could investigate on this.

Btw. the background color of the quick properties panel in wxsmith does not seem to be right (in all versions i think). The text is hard to read, would be better if it was the default color of a panel and not that dark gray thing.
Title: Re: The 16 July 2006 build is out.
Post by: TheTuxKeeper on July 17, 2006, 06:38:05 pm
I needed nightly build  x86_64 rpm. (for SuSE 10.1 but I think fedora/mandriva will work properly too)
Thanks.
Only fyi: fedora packages of codeblocks don't run on suse/mandriva. Fedora uses an incompatible wxGTK library (compatibility to wxwidgets 2.2 enabled) compared to suse/mandriva (compatibility to wxwidgets 2.2 not enabled). So you need a suse or mandriva package ;)
Suse builds will come, I think also x86_64 ones. At the latest when RC3 is released they will be there :D