Author Topic: The 11 December 2007 build will NOT be out.  (Read 8234 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 11 December 2007 build will NOT be out.
« on: December 11, 2007, 07:54:02 pm »
no core commits

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 11 December 2007 build will NOT be out.
« Reply #1 on: December 13, 2007, 05:35:28 am »
Patch I needed to compile on Windows without using PCH.

Tim S

Code
Index: src/sdk/logmanager.cpp
===================================================================
--- src/sdk/logmanager.cpp (revision 4728)
+++ src/sdk/logmanager.cpp (working copy)
@@ -5,6 +5,11 @@
 */
 
 #include "sdk_precomp.h"
+
+#ifndef CB_PRECOMP
+#include <wx/log.h>
+#endif
+
 #include "logmanager.h"
 #include "loggers.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 thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 11 December 2007 build will NOT be out.
« Reply #2 on: December 13, 2007, 09:36:38 am »
Added, thank you.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."