News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Compiling Error

Started by pegasus, January 15, 2007, 12:06:57 PM

Previous topic - Next topic

pegasus

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?

stahta01

#1
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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

pegasus

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.