Author Topic: Compiling Error  (Read 5747 times)

pegasus

  • Guest
Compiling Error
« 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Compiling Error
« Reply #1 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
« Last Edit: January 15, 2007, 01:41:43 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

pegasus

  • Guest
Re: Compiling Error
« Reply #2 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.