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


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
Quote from: 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

Done. Thanks. :)