The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
Index: src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp===================================================================--- src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp (revision 4307)+++ src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp (working copy)@@ -30,6 +30,7 @@ #include <wx/xrc/xmlres.h> #include <wx/listbox.h> #include <wx/button.h>+#include <wx/choice.h> #include <cbproject.h> #include <editpathdlg.h> #include <manager.h>
FYI:I needed to add this patch to get Windows Non precompiled headers build to work.Tim S