Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 10, 2007, 08:50:04 pm

Title: The 10 November 2007 build will NOT be out.
Post by: killerbot on November 10, 2007, 08:50:04 pm
tomorrow : sweating out the last regressions due to the recent changes
Title: Re: The 10 November 2007 build will NOT be out.
Post by: stahta01 on November 11, 2007, 08:19:15 am
Patch needed for Windows Non PCH build.

Tim S

Code
Index: src/plugins/contrib/devpak_plugin/mytar.h
===================================================================
--- src/plugins/contrib/devpak_plugin/mytar.h (revision 4615)
+++ src/plugins/contrib/devpak_plugin/mytar.h (working copy)
@@ -4,6 +4,8 @@
 #include <wx/string.h>
 #include <wx/dynarray.h>
 
+class wxArrayString;
+
 struct Replacers
 {
     wxString from;
Index: src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp
===================================================================
--- src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp (revision 4615)
+++ src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp (working copy)
@@ -31,6 +31,7 @@
 #include <wx/listbox.h>
 #include <wx/button.h>
 #include <wx/choice.h>
+#include <wx/checkbox.h>
 #include <cbproject.h>
 #include <editpathdlg.h>
 #include <manager.h>
Index: src/plugins/todo/todolist.cpp
===================================================================
--- src/plugins/todo/todolist.cpp (revision 4615)
+++ src/plugins/todo/todolist.cpp (working copy)
@@ -22,7 +22,7 @@
 #include "editormanager.h"
 #include "manager.h"
 #include "projectmanager.h"
-//#include "logmanager.h"
+#include "logmanager.h"
 #include "sdk_events.h"
 #endif
 
Index: src/plugins/projectsimporter/projectsimporter.cpp
===================================================================
--- src/plugins/projectsimporter/projectsimporter.cpp (revision 4615)
+++ src/plugins/projectsimporter/projectsimporter.cpp (working copy)
@@ -14,6 +14,7 @@
     #include <wx/utils.h>
     #include <wx/filename.h>
     #include <wx/fs_zip.h>
+    #include <wx/menu.h>
     #include <wx/xrc/xmlres.h>
 
     #include "globals.h"
Index: src/sdk/configmanager.cpp
===================================================================
--- src/sdk/configmanager.cpp (revision 4615)
+++ src/sdk/configmanager.cpp (working copy)
@@ -19,6 +19,7 @@
     #include "globals.h"
     #include "personalitymanager.h"
     #include "cbexception.h"
+    #include "logmanager.h"
     #include <wx/file.h>
     #include <wx/dir.h>
     #include <wx/log.h> // for wxSafeShowMessage()
Index: src/src/main.cpp
===================================================================
--- src/src/main.cpp (revision 4615)
+++ src/src/main.cpp (working copy)
@@ -61,6 +61,7 @@
 #include <annoyingdialog.h>
 #include <editorcolourset.h>
 #include <logmanager.h>
+#include <personalitymanager.h>
 
 #include "infopane.h"
 #include "dlgaboutplugin.h"
Title: Re: The 10 November 2007 build will NOT be out.
Post by: killerbot on November 11, 2007, 09:46:40 am
thanks Tim, I will apply them this evening unless somebody beats me to it ;-)
Title: Re: The 10 November 2007 build will NOT be out.
Post by: killerbot on November 11, 2007, 09:41:20 pm
done