Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 25, 2007, 08:11:19 pm

Title: The 25 March 2007 build is out.
Post by: killerbot on March 25, 2007, 08:11:19 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

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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 for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 25 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070325_rev3758_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070325_rev3758_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070325_rev3758_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070325_rev3758_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 25 March 2007 build is out.
Post by: Xaviou on March 25, 2007, 08:37:46 pm
Ubuntu 6.10 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 25 March 2007 build is out.
Post by: mscava on March 25, 2007, 09:21:32 pm
Tonight build outputs this after I try to Run:

Checking for existence: D:\C++\WrapAll\Bin\Debug\WrapAll.exe
Executing:  "D:\C++\WrapAll\Bin\Debug\WrapAll.exe"  (in D:\C++\WrapAll\Bin\Debug)
Execution of ' "D:\C++\WrapAll\Bin\Debug\WrapAll.exe" ' in 'D:\C++\WrapAll\Bin\Debug' failed.
Nothing to be done.

Running manually works. [ XP SP2, MinGW, ]
Title: Re: The 25 March 2007 build is out.
Post by: z.e.k on March 25, 2007, 09:23:11 pm
Tonight build outputs this after I try to Run:

Checking for existence: D:\C++\WrapAll\Bin\Debug\WrapAll.exe
Executing:  "D:\C++\WrapAll\Bin\Debug\WrapAll.exe"  (in D:\C++\WrapAll\Bin\Debug)
Execution of ' "D:\C++\WrapAll\Bin\Debug\WrapAll.exe" ' in 'D:\C++\WrapAll\Bin\Debug' failed.
Nothing to be done.

Running manually works. [ XP SP2, MinGW, ]


Same here on XP SP2, MinGW too.
Title: Re: The 25 March 2007 build is out.
Post by: afb on March 25, 2007, 10:58:42 pm
"Run" problems fixed in revision 3759, sorry about the inconvenience.
On the plus side, it should also work with Mac OS X Terminal.app now.
Title: Re: The 25 March 2007 build is out.
Post by: killerbot on March 25, 2007, 11:23:03 pm
so message to everyone, don't download this build, wait till .... tomorrow ;-)
Title: Re: The 25 March 2007 build is out.
Post by: gawk on March 26, 2007, 04:32:11 am
ohmy!i have downloaded and expressed this build coverover old build now.... :shock: i 'll read particularly before download build tomorrow.... :lol:
so message to everyone, don't download this build, wait till .... tomorrow ;-)
Title: Re: The 25 March 2007 build is out.
Post by: kat888 on March 26, 2007, 10:38:16 am
In windows XP (in other platforms, i don't know), the "pause after execution ends" option for console applications does not work anymore. in build of 03/18th it was working right.
does anyone else sees it?
Title: Re: The 25 March 2007 build is out.
Post by: kurapix on March 26, 2007, 11:10:41 am
For the code completion the macro parameters aren't parsed.
It would be great if it could show the parameters needed like for the functions.

Also code completion don't parse ALL functions or defines ...

But though your IDE is great, it's really becoming better and better everyday!!!
Keep up the good work guys.
And thank you again for your great IDE.

Kurapix
Title: Re: The 25 March 2007 build is out.
Post by: Silverling on March 26, 2007, 01:36:21 pm
CB now uses \bin\debug as the running directory for the EXE and no longer \ (project root) as previous versions. How do I change the running directory?
Title: Re: The 25 March 2007 build is out.
Post by: Nonenix on March 26, 2007, 05:08:23 pm
hi there is a new stable verison of wxwidgets out:
Previous Stable Release: wxWidgets 2.6.4

i wanted to ask if the fix you did yourself is now in this new release ?
Title: Re: The 25 March 2007 build is out.
Post by: stahta01 on March 27, 2007, 12:20:41 am
hi there is a new stable verison of wxwidgets out:
Previous Stable Release: wxWidgets 2.6.4

i wanted to ask if the fix you did yourself is now in this new release ?

Yes, a modified version of fix is in wxWidgets 2.6.4, note the CB team fix was just a back-port of code from the 2.8 CVS Head, the person who did the 2.8 fix used his code to fix 2.6.4. Note, 2.6.4 has a file association icon issue with CB see thread http://forums.codeblocks.org/index.php?topic=5514.new;topicseen#new

Tim S