Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: pegasus on January 15, 2007, 12:06:57 pm

Title: Compiling Error
Post by: pegasus on January 15, 2007, 12:06:57 pm
Hello guys

I have updated my local copy of codeblocks a couple of minutes ago, but it looks like i can't compile codeblocks.
It starts with this message:

sdk\scripting\include\sqdbgserver.h:15: error: `SQChar' was not declared in this scope
sdk\scripting\include\sqdbgserver.h:15: error: template argument 1 is invalid
sdk\scripting\include\sqdbgserver.h:15: error: template argument 2 is invalid
sdk\scripting\include\sqdbgserver.h:15: error: template argument 3 is invalid
sdk\scripting\include\sqdbgserver.h:15: error: ISO C++ forbids declaration of `SQDBGString' with no type
sdk\scripting\include\sqdbgserver.h:17: error: expected `,' or `...' before '*' token
.
.
.

Everything was fine before i did that. Does anybody has the same problem?
Title: Re: Compiling Error
Post by: stahta01 on January 15, 2007, 01:01:55 pm
I am compiling svn 3492 right now it made it past the SDK section.
Will update post when it is done with codeblocks.cbp.
Finished codeblocks.cbp, but I forgot to check for errors.
I have compiled and now running 3492 and saw no errors.
Tim S
Title: Re: Compiling Error
Post by: pegasus on January 15, 2007, 04:08:28 pm
i guess i know what the problem was. i have used the build version 3422. that was the problem. i downloaded a binary version of codeblocks i tried to compile, and all things works finde. my local copy was not up to date enough. :) anyway, thx.