Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 22, 2006, 08:23:11 pm

Title: The 22 May 2006 build is out.
Post by: killerbot on May 22, 2006, 08:23:11 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 22 May 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060522_rev2484_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060522_rev2484.deb
         http://download.berlios.de/codeblocks/CB_20060522_rev2484_fc4+5.rpm

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 May 2006 build is out.
Post by: asdf on May 22, 2006, 10:29:13 pm
You know what would be great...

Since you are redesigning wxSmith anyways, how about a way to manually place components... Without using sizers...
Title: Re: The 22 May 2006 build is out.
Post by: thomas on May 22, 2006, 10:33:43 pm
Just to be sure, you do know how wxWidgets dialog layout works?
Title: Re: The 22 May 2006 build is out.
Post by: tretton on May 22, 2006, 11:04:07 pm
Beeeautiful! The auto-show feature is so sweet! =)
Title: Re: The 22 May 2006 build is out.
Post by: riverbird on May 23, 2006, 05:40:11 am
I don't know what I aught to do? my rc2 can run well,but my night can't run,I don't know the reason.
Title: Re: The 22 May 2006 build is out.
Post by: dronT78 on May 23, 2006, 06:29:23 am
please make a linux rpm package :roll:
thank you
Title: Re: The 22 May 2006 build is out.
Post by: takeshimiya on May 23, 2006, 06:34:16 am
Since you are redesigning wxSmith anyways, how about a way to manually place components... Without using sizers...

You can put buttons anywhere You like, just remove main sizer in window and put Your buttons right into it.
Currently wxSmith doesn't support this mode well (there's no snap to grid etc), and the main problem maybe that currently window size can not be changed in editor. But You can try :)

I promise that after reaching required level of stabilityin wxSmith I'll work on this :)
Title: Re: The 22 May 2006 build is out.
Post by: delux on May 23, 2006, 07:34:34 am
I suspect many users are aware of incorrect presentation of watches while debugging (gcc).
Looks like output from gdb is misparsed - watches window, local variables / function arguments.
I think that when it comes to watching char typed variables (and struct members) gdb output contains the ascii character corresponding to var's value and C::B has trouble parsing such string.

(EDIT)
for now I use "set output-radix 16" gdb initialization command to force more clean gdb output for "info locals" and such.
Title: Re: The 22 May 2006 build is out.
Post by: MortenMacFly on May 23, 2006, 09:14:08 am
I suspect many users are aware of incorrect presentation of watches while debugging (gcc).
Please post an example if you want this to be fixed.
Is it possible to strip down such a "mis-parsing" into a single file as an example? And give us an explanation where to set the breakpoints and what to watch... That would help a lot!
With regards, Morten.
Title: Re: The 22 May 2006 build is out.
Post by: TheTuxKeeper on May 23, 2006, 09:33:04 am
please make a linux rpm package :roll:
thank you
Uploaded, but not yet downloadable (has to be added to the project files by killerbot first) ;)
Title: Re: The 22 May 2006 build is out.
Post by: killerbot on May 23, 2006, 09:36:38 am
done
Title: Re: The 22 May 2006 build is out.
Post by: killerbot on May 23, 2006, 09:37:24 am
I don't know what I aught to do? my rc2 can run well,but my night can't run,I don't know the reason.
Can you tell us step by step what you did, and what exaclty goes wrong (also tell us your OS).
Title: Re: The 22 May 2006 build is out.
Post by: TheTuxKeeper on May 23, 2006, 09:45:56 am
done
:shock: Wow, quick service as always ;)
Title: Re: The 22 May 2006 build is out.
Post by: delux on May 23, 2006, 12:42:49 pm
regarding gdb parsing I attach an example;

[attachment deleted by admin]
Title: Re: The 22 May 2006 build is out.
Post by: dronT78 on May 23, 2006, 07:58:32 pm
Quote
Quote
done
Wow, quick service as always
thanks boss!  8)
Title: Re: The 22 May 2006 build is out.
Post by: mandrav on May 24, 2006, 10:09:13 am
regarding gdb parsing I attach an example;

Thanks for the example. The fix is in SVN so expect it to appear in tonight's build.
Title: Re: The 22 May 2006 build is out.
Post by: MortenMacFly on May 24, 2006, 10:34:13 am
Thanks for the example. The fix is in SVN so expect it to appear in tonight's build.
mandrav, your are the hero. I wonder if this also fixes this issue: http://forums.codeblocks.org/index.php?topic=2910.msg22996#msg22996 (http://forums.codeblocks.org/index.php?topic=2910.msg22996#msg22996) which caused me a headache at that time. I couldn't resolve it and then (:oops: shame on me! :oops:) forgot about it.
Well I guesss I have to do another build for today to figure that out... stay tuned... ;-)
With regards, Morten.
Title: Re: The 22 May 2006 build is out.
Post by: mandrav on May 24, 2006, 10:52:38 am
Thanks for the example. The fix is in SVN so expect it to appear in tonight's build.
mandrav, your are the hero. I wonder if this also fixes this issue: http://forums.codeblocks.org/index.php?topic=2910.msg22996#msg22996 (http://forums.codeblocks.org/index.php?topic=2910.msg22996#msg22996) which caused me a headache at that time. I couldn't resolve it and then (:oops: shame on me! :oops:) forgot about it.
Well I guesss I have to do another build for today to figure that out... stay tuned... ;-)
With regards, Morten.

This should be fixed since last week. I fixed it. But if you find any way to make it misbehave again, I 'd like to know it ;)