Author Topic: The 09 May 2007 build is out.  (Read 23574 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 09 May 2007 build is out.
« 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:

  • Fixed: Couple of deprecated functions warning with wx-2.8
  • CodeSnippets - correct windows .cbp to match changed linux cbp
  • applied patch 1989 : Fixes "new file not added to project" bug

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Offline Xaviou

  • Regular
  • ***
  • Posts: 401
    • X@v's wxStuff
Re: The 09 May 2007 build is out.
« Reply #1 on: May 09, 2007, 08:53:21 pm »
Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

CyberSlayer

  • Guest
Re: The 09 May 2007 build is out.
« Reply #2 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


Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 09 May 2007 build is out.
« Reply #3 on: May 09, 2007, 09:37:33 pm »
  • applied patch 1989 : Fixes "new file not added to project" bug

Thanks!!  :D
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline Germán

  • Single posting newcomer
  • *
  • Posts: 3
Re: The 09 May 2007 build is out.
« Reply #4 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



CyberSlayer

  • Guest
Re: The 09 May 2007 build is out.
« Reply #5 on: May 09, 2007, 10:07:55 pm »
Ok.  That fixes it.  Thanks.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 09 May 2007 build is out.
« Reply #6 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
Be a part of the solution, not a part of the problem.

yesidh

  • Guest
Re: The 09 May 2007 build is out.
« Reply #7 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.

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 09 May 2007 build is out.
« Reply #8 on: May 10, 2007, 08:53:24 pm »
They are not built that's all.

Why don't you upgrade to Feisty?

Kurapix
Code::Blocks package building script

Offline Roman

  • Multiple posting newcomer
  • *
  • Posts: 78
Re: The 09 May 2007 build is out.
« Reply #9 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
CB LSI (C::B as a Little Secret Initiative)

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 09 May 2007 build is out.
« Reply #10 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).
gcc+winXP+suse.

Offline codeur

  • Multiple posting newcomer
  • *
  • Posts: 113
    • Code::Blocks EDU-Portable
Re: The 09 May 2007 build is out.
« Reply #11 on: May 11, 2007, 01:37:20 am »
Hey, I am the world. I want to be quaked! Please give us RC3

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 09 May 2007 build is out.
« Reply #12 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
Code::Blocks package building script

Offline codeur

  • Multiple posting newcomer
  • *
  • Posts: 113
    • Code::Blocks EDU-Portable
Re: The 09 May 2007 build is out.
« Reply #13 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.

GTOnizuka

  • Guest
Re: The 09 May 2007 build is out.
« Reply #14 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.