Patch needed to compile without PCH under windows.
Tim S
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"