User forums > Nightly builds

The 09 May 2007 build is out.

(1/5) > >>

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/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)

Xaviou:
Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here.

CyberSlayer:
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
--- End code ---

Thanks

kelo81:

--- Quote from: killerbot on May 09, 2007, 08:07:01 pm ---
* applied patch 1989 : Fixes "new file not added to project" bug
--- End quote ---

Thanks!!  :D

Germán:
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


--- Quote from: 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
--- End code ---

Thanks



--- End quote ---

Navigation

[0] Message Index

[#] Next page

Go to full version