Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 27, 2007, 09:24:59 pm

Title: The 27 December 2007 build will NOT be out.
Post by: killerbot on December 27, 2007, 09:24:59 pm
no core commits
Title: Re: The 27 December 2007 build will NOT be out.
Post by: Grom on December 27, 2007, 11:07:35 pm
I am worrying that after holidays all commits will be done in drunk way :lol:.
Title: Re: The 27 December 2007 build will NOT be out.
Post by: stahta01 on December 28, 2007, 08:30:33 pm
Patch needed by Windows NON PCH build.

Code
Index: src/plugins/debuggergdb/breakpointsdlg.cpp
===================================================================
--- src/plugins/debuggergdb/breakpointsdlg.cpp (revision 4759)
+++ src/plugins/debuggergdb/breakpointsdlg.cpp (working copy)
@@ -15,6 +15,7 @@
 #include <wx/listbox.h>
 #include <wx/checkbox.h>
 #include <wx/spinctrl.h>
+#include <wx/menu.h>
 #include <globals.h>
 namespace
 {
Index: src/sdk/cbproject.cpp
===================================================================
--- src/sdk/cbproject.cpp (revision 4759)
+++ src/sdk/cbproject.cpp (working copy)
@@ -32,7 +32,9 @@
 
 #include <wx/choicdlg.h>
 #include <wx/settings.h>
+#include <wx/filedlg.h>
 #include <wx/filename.h>
+#include <wx/textdlg.h>
 
 #ifndef CB_PRECOMP
     #include "cbproject.h" // class's header file
Index: src/sdk/scripting/bindings/sc_io.cpp
===================================================================
--- src/sdk/scripting/bindings/sc_io.cpp (revision 4759)
+++ src/sdk/scripting/bindings/sc_io.cpp (working copy)
@@ -7,6 +7,7 @@
 #ifndef CB_PRECOMP
     #include <globals.h>
     #include <wx/string.h>
+    #include <wx/filedlg.h>
 #endif
 
 #include <wx/filename.h>
Index: src/src/startherepage.cpp
===================================================================
--- src/src/startherepage.cpp (revision 4759)
+++ src/src/startherepage.cpp (working copy)
@@ -15,6 +15,7 @@
 #include <wx/intl.h>
 #include <wx/utils.h>
 #include <wx/sizer.h>
+#include <wx/settings.h>
 #include <manager.h>
 #include <logmanager.h>
 #include <projectmanager.h>

Tim S
Title: Re: The 27 December 2007 build will NOT be out.
Post by: killerbot on December 28, 2007, 09:28:33 pm
applied, thanks Tim
Title: Re: The 27 December 2007 build will NOT be out.
Post by: zortich on December 30, 2007, 06:31:05 pm
It is the end of the year. And I wounder whereis RC3?
Title: Re: The 27 December 2007 build will NOT be out.
Post by: raph on December 31, 2007, 01:25:31 pm
It is the end of the year. And I wounder whereis RC3?
:mrgreen:
Title: Re: The 27 December 2007 build will NOT be out.
Post by: stahta01 on December 31, 2007, 09:42:08 pm
RFC:

Would it be possible to release one of the windows nightly as an Beta build and upload it to sf.net?
I would hope this might reduce the RC2 users.

Tim S