Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 17, 2007, 04:56:00 pm

Title: The 17 August 2007 build will NOT be out.
Post by: killerbot on August 17, 2007, 04:56:00 pm
no core commits
Title: Re: The 17 August 2007 build will NOT be out.
Post by: stahta01 on August 17, 2007, 07:16:55 pm
Patch needed to compile without PCH under windows.

Tim S

Code
Index: src/plugins/compilergcc/compileroptionsdlg.cpp
===================================================================
--- src/plugins/compilergcc/compileroptionsdlg.cpp (revision 4400)
+++ src/plugins/compilergcc/compileroptionsdlg.cpp (working copy)
@@ -52,6 +52,7 @@
 #endif
 #include <wx/choicdlg.h> // wxGetSingleChoiceIndex
 #include <wx/filedlg.h>
+#include <wx/textdlg.h>     // wxGetTextFromUser
 #include "cbexception.h"
 #include "annoyingdialog.h"
 #include "compileroptionsdlg.h"
Title: Re: The 17 August 2007 build will NOT be out.
Post by: killerbot on August 17, 2007, 10:13:27 pm
done