User forums > Help
Cannot compile R2706 under SuSE Linux 9.3 (AMD64)
MortenMacFly:
--- Quote from: mandrav on July 07, 2006, 03:32:36 pm ---You might want to update first. I commited a huge patch (cleaning up #includes in SDK). :)
--- End quote ---
Ok, I did this and started over again (:roll: my fault - you've warned me), but still: there are quite some... we'll see if I can finish this today here at work...
TheTuxKeeper:
Strange, just few hours ago I decided to try to build cb without pch :shock:
I tried to build rev2705 and got few errors (FC4 and gcc 4.0.1). Now I try to build rev2708 and post the errors, if there are any. :)
Here's a short error summary of rev2708 till now (will post the whole error log later):
--- Code: ---daniel@linux:~> cat /mnt/daten/daniel/codeblocks-nightlybuilds.log | grep Error
make[5]: [scriptbindings.lo] Error 1 (ignored)
make[5]: [sc_consts.lo] Error 1 (ignored)
make[5]: [sc_globals.lo] Error 1 (ignored)
make[5]: [sc_wxtypes.lo] Error 1 (ignored)
make[5]: [sc_io.lo] Error 1 (ignored)
make[5]: [libsqbindings.la] Error 1 (ignored)
make[4]: [annoyingdialog.lo] Error 1 (ignored)
make[4]: [autodetectcompilers.lo] Error 1 (ignored)
make[4]: [cbeditor.lo] Error 1 (ignored)
make[4]: [cbplugin.lo] Error 1 (ignored)
make[4]: [cbproject.lo] Error 1 (ignored)
make[4]: [compilercommandgenerator.lo] Error 1 (ignored)
make[4]: [compilerfactory.lo] Error 1 (ignored)
make[4]: [compiletargetbase.lo] Error 1 (ignored)
make[4]: [configmanager.lo] Error 1 (ignored)
make[4]: [configmanager-revision.lo] Error 1 (ignored)
make[4]: [devcpploader.lo] Error 1 (ignored)
make[4]: [editkeywordsdlg.lo] Error 1 (ignored)
make[4]: [editorbase.lo] Error 1 (ignored)
--- End code ---
MortenMacFly:
--- Quote from: daniel2000 on July 07, 2006, 04:15:49 pm ---Here's a short error summary of rev2708 till now (will post the whole error log later):
--- End quote ---
I'm still here... comping and fixing... give some time and it'll work again...
TheTuxKeeper:
--- Quote from: MortenMacFly on July 07, 2006, 04:25:11 pm ---I'm still here... comping and fixing... give some time and it'll work again...
--- End quote ---
8)
I'll wait for your commit(s) and then build it again :D
btw. I don't want to hurry you, take your time ;)
Der Meister:
--- Quote from: mandrav on July 07, 2006, 03:32:36 pm ---You might want to update first. I commited a huge patch (cleaning up #includes in SDK). :)
--- End quote ---
Your change in src/sdk/compilerfactory.h broke src/plugins/projectwizard/wiz.cpp as it now doesn't have a declaration of the type 'Compiler' any more. This patch solves this problem:
--- Code: ---Index: src/plugins/projectwizard/wiz.cpp
===================================================================
--- src/plugins/projectwizard/wiz.cpp (revision 2708)
+++ src/plugins/projectwizard/wiz.cpp (working copy)
@@ -30,6 +30,7 @@
#include <compilerfactory.h>
#include <projectbuildtarget.h>
#include <filefilters.h>
+#include <compiler.h>
#include <licenses.h> // defines some common licenses (like the GPL)
#include <scripting/bindings/sc_base_types.h>
[/quote]
Note: This problem is *not* specific to gcc 3.3.x. It appeared here while compiling with gcc 3.4.6.
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version