News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 20 October 2007 build will NOT be out.

Started by killerbot, October 20, 2007, 10:26:41 PM

Previous topic - Next topic

killerbot


stahta01

Patch needed for NON PCH under windows.

Tim S


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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Biplab

Be a part of the solution, not a part of the problem.

MortenMacFly

Quote from: Biplab on October 22, 2007, 03:32:34 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]