Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 08, 2010, 05:15:36 pm

Title: The 07 August 2010 build (6454) is out.
Post by: killerbot on August 08, 2010, 05:15:36 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810_gcc441.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc441.7z

The 07 August 2010 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20100807_rev6454_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 07 August 2010 build (6454) is out.
Post by: ahui886 on August 09, 2010, 03:59:18 am
good job!

thx
Title: Re: The 07 August 2010 build (6454) is out.
Post by: cnhemiya on August 09, 2010, 06:17:22 am
thanks
Title: Re: The 07 August 2010 build (6454) is out.
Post by: iamfreeman on August 09, 2010, 01:08:49 pm
Good job!
I love Code::Blocks
:-D
Title: Re: The 07 August 2010 build (6454) is out.
Post by: BCCISProf on August 09, 2010, 01:29:49 pm
What happened to CodeSnippits? It seems to have disappeared from the view menu as well?
Title: Re: The 07 August 2010 build (6454) is out.
Post by: Jenna on August 09, 2010, 02:33:16 pm
As usually debian binaries (32- and 64-bit), sources and documentation packages (german and english) can be found in my repository.

The svn-revision is 6465.
Additional commits (not included in windows nightly):

See here (http://apt.jenslody.de) how to use it.
Title: Re: The 07 August 2010 build (6454) is out.
Post by: pdsonic on August 10, 2010, 02:47:54 am
Hi,

When I add a wxChartCtrl to a panel in wxSmith, codeblocks crashes immediately. I’m running under winXP SP3 and this latest nightly (I was hoping this new nightly would fix the problem, but it hasn’t)

It works in version svn 5859 (10 Oct 2009), but after that it is broken. In fact, I can add a wxChartCtrl to a panel and save the project (in svn5859), but as soon as I open the .wxs file in wxSmith in a newer version codeblocks crashes immediately.

PS: We have tried it under linux (mint - KDE) and codeblocks crashes the same way.  :(


pdsonic
Title: Re: The 07 August 2010 build (6454) is out.
Post by: sophron on August 10, 2010, 08:58:00 am
I've reproduced the problem pointed out by pdsonic. Also the resource panel behaves strangely (see below).

(http://a.imageshack.us/img530/8130/79021460.png)

The Dialog box in the picture says "codeblocks has encountered a problem and needs to close."
Title: Re: The 07 August 2010 build (6454) is out.
Post by: frithjofh on August 10, 2010, 12:28:07 pm
Hello everybody,

would there be any way to acomplish that c::b doesn't crash when just one of it's plugins crashes?

Regards

frithjofh
Title: Re: The 07 August 2010 build (6454) is out.
Post by: oBFusCATed on August 10, 2010, 12:40:28 pm
At the moment I think it is not possible, because all plugins are share libraries and run in the address space of C::B.

Which plugin is crashing for you, I think it will be easier to fix the crashing plugin....
Title: Re: The 07 August 2010 build (6454) is out.
Post by: eoneuk on August 10, 2010, 02:55:45 pm
CodeSnippets -- where are you???
Title: Re: The 07 August 2010 build (6454) is out.
Post by: Jenna on August 11, 2010, 10:28:41 am
Hi,

When I add a wxChartCtrl to a panel in wxSmith, codeblocks crashes immediately. I’m running under winXP SP3 and this latest nightly (I was hoping this new nightly would fix the problem, but it hasn’t)

It works in version svn 5859 (10 Oct 2009), but after that it is broken. In fact, I can add a wxChartCtrl to a panel and save the project (in svn5859), but as soon as I open the .wxs file in wxSmith in a newer version codeblocks crashes immediately.

PS: We have tried it under linux (mint - KDE) and codeblocks crashes the same way.  :(


pdsonic


I can confirm this and found the reason (newer sources of sxChartCtrl).
It happens if USE_GRID is set as style and no chart is added to the chartctrl.

There are two possible fixes one only for our preview and one that fixes it in wxChartCtrl's code.

The second one will also prevent applications from crashing, if the chartctrl is empty and USE_GRID is set.
So I think the second is to prefer.
Title: Re: The 07 August 2010 build (6454) is out.
Post by: Jenna on August 11, 2010, 03:38:57 pm
The wxChartCtrl crash should be fixed in trunk (svn r 6473) .
Title: Re: The 07 August 2010 build (6454) is out.
Post by: danteri on August 12, 2010, 10:20:43 am
hi

when you start compile project and during you press Abort button to stop compilation
then when you have any cmd line window open in windows (start->run->cmd.exe)
in the moment you press Abort they will dissappear from windows task bar.

checking in task manager they still running but they in state that cannot again bring them back to "visible" state

this bug is very annoying
as i keep always few apps running in cmd windows and then i must kill them hardway and run again

it is happening on vista, on xp it seems work as expected
dont know about others
i run newest nightly but it is there (bug) since longer, just now i figured out whats happening this
Title: Re: The 07 August 2010 build (6454) is out.
Post by: Grom on August 14, 2010, 05:26:40 am
Debugger break point doesn't support functions in h files with path #include "./something/header.h". Code blocks is unable to show those files. It has an empty call stack!!! It has empty cells in the "file" and "line" columns.
Title: Re: The 07 August 2010 build (6454) is out.
Post by: Jenna on August 15, 2010, 03:20:17 pm
Debugger break point doesn't support functions in h files with path #include "./something/header.h". Code blocks is unable to show those files. It has an empty call stack!!! It has empty cells in the "file" and "line" columns.


It works fine here on debian 64-bit with gdb 7.1.
Call stack is not empty.
The only (minor) issue I see, is that it shows a left brace in the address column for the first entry of the callstack window (Nr 0). It should be empty, because gdb does not report an address here.
Title: Re: The 07 August 2010 build (6454) is out.
Post by: oBFusCATed on August 17, 2010, 02:45:29 pm
Does building works OK on windows?
For me it doesn't:
Code
mingw32-g++.exe -shared  -Wl,--out-implib=..\..\..\devel\libwxflatnotebook.dll.a -Wl,--dll -L..\..\..\devel -LC:\dev\libs\wx\lib\gcc_dll  ..\..\..\.objs\plugins\contrib\wxSmithContribItems\wxflatnotebook\wxflatnotebook\wxFlatNotebook\src\wxFlatNotebook\fnb_resources.o ..\..\..\.objs\plugins\contrib\wxSmithContribItems\wxflatnotebook\wxflatnotebook\wxFlatNotebook\src\wxFlatNotebook\popup_dlg.o ..\..\..\.objs\plugins\contrib\wxSmithContribItems\wxflatnotebook\wxflatnotebook\wxFlatNotebook\src\wxFlatNotebook\renderer.o ..\..\..\.objs\plugins\contrib\wxSmithContribItems\wxflatnotebook\wxflatnotebook\wxFlatNotebook\src\wxFlatNotebook\wxFlatNotebook.o ..\..\..\.objs\plugins\contrib\wxSmithContribItems\wxflatnotebook\wxflatnotebook\wxFlatNotebook\src\wxFlatNotebook\xh_fnb.o ..\..\..\.objs\plugins\contrib\wxSmithContribItems\wxflatnotebook\wxflatnotebook\wxFlatNotebook\src\wxFlatNotebook\fnb_customize_dlg.o   -o ..\..\..\devel\wxflatnotebook.dll -mthreads  -lwxpropgrid -lwxmsw28u 
c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: final link failed: No space left on device
collect2: ld returned 1 exit status
Creating library file: ..\..\..\devel\libwxflatnotebook.dll.a
Process terminated with status 1 (2 minutes, 48 seconds)
0 errors, 4 warnings
See the "0 errors, 4 warnings", shouldn't this be "1 error, 4 warnings"?

OS: winxp sp3 or sp2 x86, tdm gcc 4.4.0, cb 6454
Also tried to build the project with 1 and with 6 threads, same result.
Title: Re: The 07 August 2010 build (6454) is out.
Post by: wavelet on August 21, 2010, 01:54:46 am
a good work
Title: Re: The 07 August 2010 build (6454) is out.
Post by: stahta01 on August 21, 2010, 09:19:54 pm
Patch needed for NON PCH Build on Windows; <algorithm> needed for std::sort use.

Tim S.

Code
Index: src/sdk/projectmanager.cpp
===================================================================
--- src/sdk/projectmanager.cpp (revision 6507)
+++ src/sdk/projectmanager.cpp (working copy)
@@ -8,6 +8,7 @@
  */
 
 #include "sdk_precomp.h"
+#include <algorithm>
 #include <vector>
 
 #ifndef CB_PRECOMP
Index: src/sdk/loggers.cpp
===================================================================
--- src/sdk/loggers.cpp (revision 6507)
+++ src/sdk/loggers.cpp (working copy)
@@ -8,6 +8,9 @@
  */
 
 #include "sdk_precomp.h"
+#ifndef WX_PRECOMP
+    #include <wx/settings.h>
+#endif
 #ifndef CB_PRECOMP
     #include <wx/listctrl.h>
     #include <wx/textctrl.h>