I still have build problems (without precompiled headers). I first posted this patch on 2nd December 07. Thanks to Tim for the patch.
-RedHat Enterprise 4.0 U4
-WX 2.8.7
-C::B rev 4816
Index: advancedcompileroptionsdlg.cpp
===================================================================
--- advancedcompileroptionsdlg.cpp (revision 4816)
+++ advancedcompileroptionsdlg.cpp (working copy)
@@ -1,6 +1,7 @@
#include "sdk.h"
#ifndef CB_PRECOMP
#include <wx/checkbox.h>
+#include <wx/choice.h>
#include <wx/combobox.h>
#include <wx/intl.h>
#include <wx/listbox.h>