Code::Blocks
User forums => Nightly builds => Topic started 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:
- fix for bug #16951 and #17068: Project properties dialog too large, caused by wxTreectrl from libfinder-plugin
- added missing format-file in debian/source,
thanks afb - applied patch #2849: Multiline S&R, (the return of rickg22)
- applied patch #2902: Improvement in TabSwitcher
- pumped scintilla/wxScintilla to v2.1.2 (incl. updating code generation script and regenerating code... obviously)
- Applied: [Patch #2990] fix linking of codesnippets plugin
- Fixed: [Bug #15438] Abbreviations problem with doxygen comment
- pumped AStyle to 1.25
- only use -lX11 on wxGTK, not on wxMSW/wxMac
- Fixed: Broken make dist inside astyle folder
- fix keybinder mappings on wxMac, as the Command key was missing
(mapping for instance Find to just "f", rather than "Ctrl-f"...)
the Control key is very seldom used, but maps to "XCtrl-" if so.
doesn't affect other platforms, where wxACCEL_CMD == wxACCEL_CTRL - fix console only debugging (gdb tty) on wxMac
- updated wxPropGrid from 1.2 to 1.4 version
- moved wxPropGrid from wxSmith to the core as DLL as it will 7 can be re-used
- wxSmith-Aui: build fix
- fix a bug when changing EOL-mode from editor configuration dialog, see http://forums.codeblocks.org/index.php/topic,12712.msg86084.html#msg86084 for details
- fix a bug that make project prebuild-steps be invoked twice in workspace-build (see: http://forums.codeblocks.org/index.php/topic,12774.msg86405.html#msg86405)
- CodeSnippets - remove use of precompiled header in App project
- fix a bug that prevents tab-position (top or bottom) in message-pane from being restored
- Added DoxyBlocks, EditorTweaks, NassiShneiderman and Cscope plug-ins
- BrowseTracker - 1.2.95 2010/06/30 - Ignore Editor line 1 activations in JumpTracker
- fix : EditorTweaks stealing regular shift-ins functionality (aka ctrl-v / paste)
- wxSmith: applied patch by Cryogen to fix wxPropGrid issue with first column always being at min size
- save state and order of tabs in Logs and others (see http://forums.codeblocks.org/index.php/topic,12554.msg85056.html#msg85056 and http://forums.codeblocks.org/index.php/topic,12650.msg85657.html#msg85657)
- Reference can not be NULL. Refer section 8.3.2 of ISO/IEC 14882:2003(E) for more details.
- wxSmith: Updated number of wxWidgets controls supported by applying patch of Cryogen (Thanks!), wxSmith: Namely these are: wxAnimationCtrl, wxBitmalCombobox, wxColourPicker, wxContextHelpButton, wxSmith: ...wxDialUpManager, wxDirPickerCtrl, wxFilePickerCtrl, wxFindReplaceDialog, wxFontDialog, wxFontPickerCtrl, wxHtmlEasyPrinting, wxHyperLinkCtrl, wxListView, wxMEdiaCtrl, wxMessageDialog, wxPageSetupDialog, wxPasswordEntryDialog, wxPrintDialog, wxProgressDialog, wxRichTextCtrl, wxRichTextFormattingDlg, wxRichTextStyleOrganiserDialog, wxSearchCtrl, wxSimpleHtmlListbox, wxTextEntryDialog, wxTreebook
- build fixes to EditorTweaks and wxSmith related projects under Unix
- Fixed: Build with wx-2.9.1
- wxSmith: added missing images (icons) for new controls
- (temporarily?) removed wxMediaCtrl from wxSmith, because it breaks compilation on allmost all linux distributions (see http://forums.codeblocks.org/index.php/topic,12977.0.html for details )
- cbProject: allow macro replacements for file path's, too (sse wxFileName::GetFullPath instead of GetFullName)
- cbProject: allow macro replacements for file path's, too (sse wxFileName::GetFullPath instead of GetFullName)
Regressions/Confirmed/Annoying/Common bugs:
-
good job!
thx
-
thanks
-
Good job!
I love Code::Blocks
:-D
-
What happened to CodeSnippits? It seems to have disappeared from the view menu as well?
-
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):
- pumped TinyXML to 2.6.1 (plus some patches from TinyXML SVN trunk) -> fixes some C++ inconsistencies
- applied : Patch to make '--add-brackets / -j' option available in astyle plugin (http://forums.codeblocks.org/index.php/topic,13054.msg87865.html)
See here (http://apt.jenslody.de) how to use it.
-
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'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."
-
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
-
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....
-
CodeSnippets -- where are you???
-
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.
-
The wxChartCtrl crash should be fixed in trunk (svn r 6473) .
-
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
-
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.
-
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.
-
Does building works OK on windows?
For me it doesn't:
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.
-
a good work
-
Patch needed for NON PCH Build on Windows; <algorithm> needed for std::sort use.
Tim S.
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>