When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
Quote from: mandrav on July 07, 2006, 03:32:36 pmYou might want to update first. I commited a huge patch (cleaning up #includes in SDK). 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:
You might want to update first. I commited a huge patch (cleaning up #includes in SDK).
Edit: mandrav: If you read this: Could you wait with further commits until I finished this? I won't do it all again... :lol:
Oh no!* mandrav pretends he didn't read this :lol:
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 1make[3]: Leaving directory `/home/ftmh/projects/codeblocks/src/src'make[2]: *** [all-recursive] Error 1make[2]: Leaving directory `/home/ftmh/projects/codeblocks/src/src'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/home/ftmh/projects/codeblocks/src'make: *** [all-recursive] Error 1
#ifndef CB_PRECOMP #include <globals.h> #include <manager.h> #include <configmanager.h> #include <scriptingmanager.h>#endif
...any hints?!