News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 10 November 2007 build will NOT be out.

Started by killerbot, November 10, 2007, 08:50:04 PM

Previous topic - Next topic

killerbot

tomorrow : sweating out the last regressions due to the recent changes

stahta01

Patch needed for Windows Non PCH build.

Tim S


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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot

thanks Tim, I will apply them this evening unless somebody beats me to it ;-)

killerbot