Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 20, 2007, 10:26:41 pm

Title: The 20 October 2007 build will NOT be out.
Post by: killerbot on October 20, 2007, 10:26:41 pm
tomorrow or monday
Title: Re: The 20 October 2007 build will NOT be out.
Post by: stahta01 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"
Title: Re: The 20 October 2007 build will NOT be out.
Post by: Biplab on October 22, 2007, 03:32:34 pm
Patch needed for NON PCH under windows.

Applied. Thanks for the patch. :)
Title: Re: The 20 October 2007 build will NOT be out.
Post by: MortenMacFly on October 22, 2007, 04:17:08 pm
Applied. Thanks for the patch. :)
Biplab: If that's all than we are lucky... ;-)