User forums > Help
Cannot compile R2706 under SuSE Linux 9.3 (AMD64)
MortenMacFly:
...oh dear oh dear... I'm still here... this is annoying. but I'm getting closer and closer... be prepared... ;-)
Edit: mandrav: If you read this: Could you wait with further commits until I finished this? I won't do it all again... :lol:
mandrav:
--- Quote from: Der Meister on July 07, 2006, 04:52:26 pm ---
--- 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:
--- End quote ---
I know some things broke. Morten is working on this right now.
mandrav:
--- Quote from: MortenMacFly on July 07, 2006, 04:59:35 pm ---Edit: mandrav: If you read this: Could you wait with further commits until I finished this? I won't do it all again... :lol:
--- End quote ---
Oh no!
* mandrav pretends he didn't read this :lol:
MortenMacFly:
--- Quote from: mandrav on July 07, 2006, 05:05:50 pm ---Oh no!
* mandrav pretends he didn't read this :lol:
--- End quote ---
Well, this time it was no conflicts *phew!*. Anyway, I've decided to split this commit into sub-parts... the first one is already over, on Linux the libcodeblocks.a compiles again... more to come...
MortenMacFly:
Well, here I need a little help:
I receive the following error:
--- Code: ---scriptconsole.cpp: In function `void ScriptConsolePrintFunc(SQVM*, const
SQChar*, ...)':
scriptconsole.cpp:26: error: `InjectScriptOutput' undeclared (first use this
function)
scriptconsole.cpp:26: error: (Each undeclared identifier is reported only once
for each function it appears in.)
scriptconsole.cpp: In member function `void
ScriptConsole::OnbtnExecuteClick(wxCommandEvent&)':
scriptconsole.cpp:113: error: `LoadBuffer' undeclared (first use this function)
scriptconsole.cpp:116: error: `GetErrorString' undeclared (first use this
function)
scriptconsole.cpp: In member function `void
ScriptConsole::OnbtnLoadClick(wxCommandEvent&)':
scriptconsole.cpp:132: error: `LoadScript' undeclared (first use this function)
scriptconsole.cpp:139: error: `GetErrorString' undeclared (first use this
function)
make[3]: *** [scriptconsole.o] Error 1
make[3]: Leaving directory `/home/ftmh/projects/codeblocks/src/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ftmh/projects/codeblocks/src/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ftmh/projects/codeblocks/src'
make: *** [all-recursive] Error 1
--- End code ---
...allthouh I have defined:
--- Code: ---#ifndef CB_PRECOMP
#include <globals.h>
#include <manager.h>
#include <configmanager.h>
#include <scriptingmanager.h>
#endif
--- End code ---
...any hints?!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version