Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 24, 2007, 11:35:23 pm

Title: The 24 July 2007 build will NOT be out.
Post by: killerbot on July 24, 2007, 11:35:23 pm
my system is in between 2 commits ;-)
for sure tomorrow ...
Title: Re: The 24 July 2007 build will NOT be out.
Post by: stahta01 on July 24, 2007, 11:53:27 pm
FYI:

I needed to add this patch to get Windows Non precompiled headers build to work.

Tim S

Code
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>
Title: Re: The 24 July 2007 build will NOT be out.
Post by: Biplab on July 25, 2007, 06:51:44 am
FYI:

I needed to add this patch to get Windows Non precompiled headers build to work.

Tim S

Done. Thanks. :)