Author Topic: The 20 October 2007 build will NOT be out.  (Read 8173 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 20 October 2007 build will NOT be out.
« on: October 20, 2007, 10:26:41 pm »
tomorrow or monday

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 20 October 2007 build will NOT be out.
« Reply #1 on: October 22, 2007, 02:06:23 pm »
Patch needed for NON PCH under windows.

Tim S

Code
Index: src/sdk/cbproject.cpp
===================================================================
--- src/sdk/cbproject.cpp (revision 4548)
+++ src/sdk/cbproject.cpp (working copy)
@@ -46,6 +46,7 @@
     #include "macrosmanager.h"
     #include "messagemanager.h"
     #include "editormanager.h"
+    #include "filemanager.h"
     #include "configmanager.h"
     #include "compilerfactory.h"
     #include "projectbuildtarget.h"
Index: src/sdk/editormanager.cpp
===================================================================
--- src/sdk/editormanager.cpp (revision 4548)
+++ src/sdk/editormanager.cpp (working copy)
@@ -42,6 +42,7 @@
     #include "projectfile.h"
     #include "pluginmanager.h"
     #include "manager.h"
+    #include "filemanager.h"
     #include "sdk_events.h"
     #include "projectbuildtarget.h"
     #include "cbproject.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 20 October 2007 build will NOT be out.
« Reply #2 on: October 22, 2007, 03:32:34 pm »
Patch needed for NON PCH under windows.

Applied. Thanks for the patch. :)
Be a part of the solution, not a part of the problem.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 20 October 2007 build will NOT be out.
« Reply #3 on: October 22, 2007, 04:17:08 pm »
Applied. Thanks for the patch. :)
Biplab: If that's all than we are lucky... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ