Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 09, 2007, 08:07:01 pm

Title: The 09 May 2007 build is out.
Post by: killerbot on May 09, 2007, 08:07:01 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/wxmsw28u_gcc_cb_wx283.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

The 09 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070509_rev3948_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070509_rev3948_Ubuntu6.xx.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070509_rev3948_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070509_rev3948_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 09 May 2007 build is out.
Post by: Xaviou on May 09, 2007, 08:53:21 pm
Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 09 May 2007 build is out.
Post by: CyberSlayer on May 09, 2007, 09:24:09 pm
There is a Ubuntu 7.04 i386 build here: http://www.savefile.com/files/707996

Also, there seems to be a bug with creating wxSmith projects.  When I click file -> new -> project -> wxWidgets project -> Next -> Next -> Next -> Next -> Next -> Finish I get the following error (I selected wxWidgets2.8.x, wxSmith, Frame Based, Default wxWidgets Configuration and am using GCC):

Code
SquirrelFunction<> call failed
AN ERROR HAS OCCURED [the index 'project' does not exist]

CALLSTACK
*FUNCTION [SetupTarget()] /usr/share/codeblocks/templates/wizard/wxwidgets/wizard.script line [846]
*FUNCTION [SetupProject()] /usr/share/codeblocks/templates/wizard/wxwidgets/wizard.script line [570]

LOCALS
[exe_output_dir] INSTANCE
[exe_file_name] INSTANCE
[obj_output_dir] INSTANCE
[is_debug] true
[target] INSTANCE
[this] TABLE
[target] INSTANCE
[libdir] NULL
[project] INSTANCE
[this] TABLE

Thanks

Title: Re: The 09 May 2007 build is out.
Post by: kelo81 on May 09, 2007, 09:37:33 pm
  • applied patch 1989 : Fixes "new file not added to project" bug

Thanks!!  :D
Title: Re: The 09 May 2007 build is out.
Post by: Germán on May 09, 2007, 09:56:32 pm
This seems to fix the problem:

In file /usr/share/codeblocks/templates/wizard/wxwidgets/wizard.script
846,847c846,847
<                       project.AddCompilerOption(_T("`wx-config --cflags`"));
<                       project.AddLinkerOption(_T("`wx-config --libs`"));
---
>                       target.AddCompilerOption(_T("`wx-config --cflags`"));
>                       target.AddLinkerOption(_T("`wx-config --libs`"));

Just edit the script and change 'project' to 'target'.

Germán

There is a Ubuntu 7.04 i386 build here: http://www.savefile.com/files/707996

Also, there seems to be a bug with creating wxSmith projects.  When I click file -> new -> project -> wxWidgets project -> Next -> Next -> Next -> Next -> Next -> Finish I get the following error (I selected wxWidgets2.8.x, wxSmith, Frame Based, Default wxWidgets Configuration and am using GCC):

Code
SquirrelFunction<> call failed
AN ERROR HAS OCCURED [the index 'project' does not exist]

CALLSTACK
*FUNCTION [SetupTarget()] /usr/share/codeblocks/templates/wizard/wxwidgets/wizard.script line [846]
*FUNCTION [SetupProject()] /usr/share/codeblocks/templates/wizard/wxwidgets/wizard.script line [570]

LOCALS
[exe_output_dir] INSTANCE
[exe_file_name] INSTANCE
[obj_output_dir] INSTANCE
[is_debug] true
[target] INSTANCE
[this] TABLE
[target] INSTANCE
[libdir] NULL
[project] INSTANCE
[this] TABLE

Thanks


Title: Re: The 09 May 2007 build is out.
Post by: CyberSlayer on May 09, 2007, 10:07:55 pm
Ok.  That fixes it.  Thanks.
Title: Re: The 09 May 2007 build is out.
Post by: Biplab on May 10, 2007, 08:04:13 pm
Ok.  That fixes it.  Thanks.

Thanks to CyberSlayer and Germán. :)  Now the fix is in head.

Recently a major overhaul was made in wxWidgets wizard. The bug is due to that change. :)

Regards,

Biplab
Title: Re: The 09 May 2007 build is out.
Post by: yesidh on May 10, 2007, 08:47:35 pm
Hi, I would like to know what happen with the Ubuntu 6.10 build, because since may 3 all the nightly's say (not yet)?

Thanks for your help.
Title: Re: The 09 May 2007 build is out.
Post by: kurapix on May 10, 2007, 08:53:24 pm
They are not built that's all.

Why don't you upgrade to Feisty?

Kurapix
Title: Re: The 09 May 2007 build is out.
Post by: Roman on May 10, 2007, 10:46:20 pm
Quote
applied patch 1989 : Fixes "new file not added to project" bug

EE! That's good!

Don't You hardcore guys think about RC3 - quite some time ago I heared about it. May be do RC3 and then (after 1-2 month or how it must be) "fully functional with all the heck" RC4? C::B does not have to be perfect right now - it can be "as it is" in RC3 (IM(not very "H")O). Just shake the society with a major release?  :)
My opinion but why not?

Glad to see You
Roman
Title: Re: The 09 May 2007 build is out.
Post by: Grom on May 10, 2007, 11:58:03 pm
I agree with Roman!!! The wold should be quaked. :twisted: Let you kick the MS ass (specially with wxSmith).
Title: Re: The 09 May 2007 build is out.
Post by: codeur on May 11, 2007, 01:37:20 am
Hey, I am the world. I want to be quaked! Please give us RC3
Title: Re: The 09 May 2007 build is out.
Post by: kurapix on May 11, 2007, 03:37:03 am
Really ... we don't have to complain of anything.

If you're not happy with RC2 just use the nightly.
It's possible to make a package that install everything if I'm not mistaking (with NSIS on Windows).

Kurapix
Title: Re: The 09 May 2007 build is out.
Post by: codeur on May 11, 2007, 11:53:21 am
If you're not happy with RC2 just use the nightly.
After some reflexion I agree with you kurapix. Let's not have any new stable release, so that we can keep C::B as our little secret. That way no company or institution will ever install it on their workstations and the dirty hordes won't even know it exists.
Title: Re: The 09 May 2007 build is out.
Post by: GTOnizuka on May 11, 2007, 12:55:40 pm
I think that while bugs remain(for ex. * toolbar-images-not-changing-state (is a wx problem/Win XP problem) *) no RC3 will be out.
Title: Re: The 09 May 2007 build is out.
Post by: dr snuggles on May 11, 2007, 01:45:21 pm
I think that while bugs remain(for ex. * toolbar-images-not-changing-state (is a wx problem/Win XP problem) *) no RC3 will be out.
There are always bugs in a big program, so you can't wait until they are all solved.

Too bad there is no information what so ever about the follow up of RC2 for several months.
Title: Re: The 09 May 2007 build is out.
Post by: stahta01 on May 11, 2007, 05:18:18 pm
I think that while bugs remain(for ex. * toolbar-images-not-changing-state (is a wx problem/Win XP problem) *) no RC3 will be out.

They are waiting till the items on the road map are done and the bugs in Code::Blocks are fixed is my guess.

http://wiki.codeblocks.org/index.php?title=Roadmap_for_version_1.0#Version_1.0_RC_3_.28Ephialtes.29
Quote
XML-based compiler framework
Property-based build system
Automatic updates
Usability and stability fixes for code completion plugin
Regression and bug handling.

Tim S
Title: Re: The 09 May 2007 build is out.
Post by: XMoby on May 11, 2007, 05:39:54 pm
This is my first post, so I must say this before anything else: Code::Blocks rocks! I've been using it for more than a year now, and it always surprises me to see the new features and the constant support.

Speaking of support... I've got two problems with this build (also reported in the bug tracker):
- On WinXP, I cannot show any debug window when using the Debugger toolbar. It was working on an older version (April 15, rev.3858, still using wx2.6.3) (bug #11052).
- On Linux (Ubuntu Feisty), as soon as I click on the build selector in the toolbar, it disappears (bug #011053)

Good luck with those.
Title: Re: The 09 May 2007 build is out.
Post by: Biplab on May 11, 2007, 07:32:28 pm
- On WinXP, I cannot show any debug window when using the Debugger toolbar. It was working on an older version (April 15, rev.3858, still using wx2.6.3) (bug #11052).

This is a wxWidgets bug. Just use wx2.8.4-rc dll (you've to compile yourself) and the bug will go away. Wait for the wx2.8.4 release.
Title: Re: The 09 May 2007 build is out.
Post by: stahta01 on May 11, 2007, 08:56:08 pm
- On WinXP, I cannot show any debug window when using the Debugger toolbar. It was working on an older version (April 15, rev.3858, still using wx2.6.3) (bug #11052).

This is a wxWidgets bug. Just use wx2.8.4-rc dll (you've to compile yourself) and the bug will go away. Wait for the wx2.8.4 release.

They (wx-devs) are hoping on an wx2.8.4 final on Monday, I am not sure if that means an RC-final or release final.
Tim S
Title: Re: The 09 May 2007 build is out.
Post by: afb on May 12, 2007, 12:40:15 am
- Mac OS X : (10.4 Universal)
   http://prdownload.berlios.de/codeblocks/CB_20070509_rev3948_macx86.zip

Still uses wxWidgets 2.6.3p2 because I got bored with trying wxWidgets 2.8.3...
Maybe try again later when wxWidgets 2.8.4 is released, see if that fixes things.
Title: Re: The 09 May 2007 build is out.
Post by: gjsmo on May 12, 2007, 01:31:23 am
lets just fix "the bug" and call it RC3.  :idea: :wink:
Title: A little secret
Post by: Roman on May 12, 2007, 02:13:08 am
If you're not happy with RC2 just use the nightly.
After some reflexion I agree with you kurapix. Let's not have any new stable release, so that we can keep C::B as our little secret. That way no company or institution will ever install it on their workstations and the dirty hordes won't even know it exists.

Holy S**T! Damn Right! Codeur! Kurapix!

Code::Blocks!
Title: Re: The 09 May 2007 build is out.
Post by: kurapix on May 12, 2007, 06:42:26 am
Don't misunderstand!
I don't want Code:Blocks to stay our little secret but it's sometimes ... when someone just ask away : I WANT RC3 of Code::Blocks (like it's an order and this person want it immediately) ... it's quite unrespectful since not all user of Code:Blocks contribute to it, we don't have to ask this as the CB team don't have to receive orders from us that's why I answered like that.
Read my answer entirely please! If I say that it's possible to make a full package (with compiler and CB and wxWidget runtime) it's not just make it a beautiful post but it is to say that if you want a full package so badly then make it, don't order for it (the answer has already been given : the goals haven't been fullfilled to achieve RC3 status).

If you still want to argue about this then PM, don't wanna mess out the CB forums.

Sorry again for the trouble.

Thank you for reading.

Kurapix
Title: Re: The 09 May 2007 build is out.
Post by: Mayler on May 12, 2007, 05:28:14 pm
I'm making a package for me OpenSuse 10.2, where I can distribute my RPM ( I'm making i686 version and svn 3960 )?
Any problems for i686? Should I make a i386 package?