Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 14, 2008, 09:46:40 pm

Title: The 14 January 2008 build will NOT be out.
Post by: killerbot on January 14, 2008, 09:46:40 pm
no core commits
Title: Re: The 14 January 2008 build will NOT be out.
Post by: stahta01 on January 15, 2008, 09:33:49 pm
Patch needed to compile on Windows with no PCH.

Tim S

Code
Index: src/plugins/compilergcc/advancedcompileroptionsdlg.cpp
===================================================================
--- src/plugins/compilergcc/advancedcompileroptionsdlg.cpp (revision 4821)
+++ src/plugins/compilergcc/advancedcompileroptionsdlg.cpp (working copy)
@@ -5,6 +5,7 @@
 #include <wx/combobox.h>
 #include <wx/intl.h>
 #include <wx/listbox.h>
+#include <wx/sizer.h>
 #include <wx/spinctrl.h>
 #include <wx/textctrl.h>
 #include <wx/textdlg.h>
Title: Re: The 14 January 2008 build will NOT be out.
Post by: killerbot on January 15, 2008, 09:40:08 pm
applied