Author Topic: The 14 January 2008 build will NOT be out.  (Read 9119 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 14 January 2008 build will NOT be out.
« on: January 14, 2008, 09:46:40 pm »
no core commits

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7589
    • My Best Post
Re: The 14 January 2008 build will NOT be out.
« Reply #1 on: January 15, 2008, 09:33:49 pm »
Patch needed to compile on Windows with no PCH.

Tim S

Code
Index: src/plugins/compilergcc/advancedcompileroptionsdlg.cpp
===================================================================
--- src/plugins/compilergcc/advancedcompileroptionsdlg.cpp (revision 4821)
+++ src/plugins/compilergcc/advancedcompileroptionsdlg.cpp (working copy)
@@ -5,6 +5,7 @@
 #include <wx/combobox.h>
 #include <wx/intl.h>
 #include <wx/listbox.h>
+#include <wx/sizer.h>
 #include <wx/spinctrl.h>
 #include <wx/textctrl.h>
 #include <wx/textdlg.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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 14 January 2008 build will NOT be out.
« Reply #2 on: January 15, 2008, 09:40:08 pm »
applied