Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Compiling the recent revisions on Linux

<< < (3/6) > >>

thomas:
Done, thanks :)

yop:
For the known reasons (revision 1982)

--- Code: (diff) ---Index: src/sdk/compiler.cpp
===================================================================
--- src/sdk/compiler.cpp        (revision 1982)
+++ src/sdk/compiler.cpp        (working copy)
@@ -19,6 +19,7 @@
     #include "messagemanager.h"
     #include "configmanager.h"
     #include "globals.h"
+    #include "compilerfactory.h"

     #include <wx/intl.h>
     #include <wx/regex.h>
Index: src/sdk/projectoptionsdlg.cpp
===================================================================
--- src/sdk/projectoptionsdlg.cpp       (revision 1982)
+++ src/sdk/projectoptionsdlg.cpp       (working copy)
@@ -32,6 +32,7 @@
     #include "projectmanager.h"
     #include "compilerfactory.h"
     #include "globals.h"
+    #include "scriptingmanager.h"

     #include <wx/xrc/xmlres.h>
     #include <wx/treectrl.h>

--- End code ---

mandrav:
Done, thanks :)

yop:
A little typo:

--- Code: (diff) ---Index: src/sdk/workspaceloader.cpp
===================================================================
--- src/sdk/workspaceloader.cpp (revision 2001)
+++ src/sdk/workspaceloader.cpp (working copy)
@@ -22,7 +22,7 @@
     #include "projectmanager.h"
     #include "messagemanager.h"
     #include "cbproject.h"
-    #inclued "globals.h"
+    #include "globals.h"
     #include "workspaceloader.h"
 #endif
 

--- End code ---

Because I need the wxSmith plugin in linux I also did a --enable-contrib build and:


--- Code: (diff) ---Index: src/plugins/contrib/wxSmith/wxsheaders.h
===================================================================
--- src/plugins/contrib/wxSmith/wxsheaders.h (revision 2001)
+++ src/plugins/contrib/wxSmith/wxsheaders.h (working copy)
@@ -3,7 +3,7 @@
 
 #include <sdk.h>
 
-#ifdef CB_PRECOMP
+#ifndef CB_PRECOMP
     #include <wx/propgrid/propgrid.h>
     #include <wx/propgrid/propdev.h>
     #include <wx/propgrid/advprops.h>
Index: src/plugins/contrib/wxSmith/wxsevent.cpp
===================================================================
--- src/plugins/contrib/wxSmith/wxsevent.cpp (revision 2001)
+++ src/plugins/contrib/wxSmith/wxsevent.cpp (working copy)
@@ -3,6 +3,7 @@
 
 #include "wxsmith.h"
 #include "wxsglobals.h"
+#include <messagemanager.h>
 
 const wxEventType wxEVT_SELECT_RES = wxNewEventType();
 const wxEventType wxEVT_UNSELECT_RES = wxNewEventType();

--- End code ---

Michael:

--- Quote from: sethjackson on February 06, 2006, 10:41:56 pm ---Oh I see I have awhile to wait then.  :P

--- End quote ---

Sorry for the off-topic, but you can always try GCC 4.1.0 snapshot from Ceniza. I use it and it works well, despite some "modifications". Anyway, I keep my original MinGW 5 installation (but probably I will update it to 5.0.2).

Michael

PS.: In Windows GCC 4.1.0 is not so fast as in Linux :(. But may be it is because it is not the final release.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version