Author Topic: The 24 July 2007 build will NOT be out.  (Read 6840 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 24 July 2007 build will NOT be out.
« on: July 24, 2007, 11:35:23 pm »
my system is in between 2 commits ;-)
for sure tomorrow ...

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 24 July 2007 build will NOT be out.
« Reply #1 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>
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 24 July 2007 build will NOT be out.
« Reply #2 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. :)
Be a part of the solution, not a part of the problem.