Author Topic: The 10 November 2007 build will NOT be out.  (Read 14199 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 10 November 2007 build will NOT be out.
« on: November 10, 2007, 08:50:04 pm »
tomorrow : sweating out the last regressions due to the recent changes

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 10 November 2007 build will NOT be out.
« Reply #1 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"
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 10 November 2007 build will NOT be out.
« Reply #2 on: November 11, 2007, 09:46:40 am »
thanks Tim, I will apply them this evening unless somebody beats me to it ;-)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 10 November 2007 build will NOT be out.
« Reply #3 on: November 11, 2007, 09:41:20 pm »
done