Author Topic: The 17 August 2007 build will NOT be out.  (Read 6826 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 17 August 2007 build will NOT be out.
« on: August 17, 2007, 04:56:00 pm »
no core commits

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: The 17 August 2007 build will NOT be out.
« Reply #1 on: August 17, 2007, 07:16:55 pm »
Patch needed to compile without PCH under windows.

Tim S

Code
Index: src/plugins/compilergcc/compileroptionsdlg.cpp
===================================================================
--- src/plugins/compilergcc/compileroptionsdlg.cpp (revision 4400)
+++ src/plugins/compilergcc/compileroptionsdlg.cpp (working copy)
@@ -52,6 +52,7 @@
 #endif
 #include <wx/choicdlg.h> // wxGetSingleChoiceIndex
 #include <wx/filedlg.h>
+#include <wx/textdlg.h>     // wxGetTextFromUser
 #include "cbexception.h"
 #include "annoyingdialog.h"
 #include "compileroptionsdlg.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 17 August 2007 build will NOT be out.
« Reply #2 on: August 17, 2007, 10:13:27 pm »
done