Re: 0.6.5 compilation problem with gcc 4.0.3

sqweek <[email protected]> Thu, 1 Jun 2006 11:08:48 +0800
Newsgroups gmane.lisp.scheme.scsh
Message-ID <[email protected]>
On 01/06/06, Martin Gasbichler <[email protected]> wrote:
> sqweek <[email protected]> writes:
>
> > I moved the write_integer prototype outside the ps_write_integer
> > function body and it went and compile happily. Best guess is that gcc
> > is misinterpreting the intent of the static keyword in this context as
> > a persistant variable instead of a symbol local to the compilation
> > unit?
>
> This problem has been fixed in the latest version of scsh
> (0.6.7). It's available from <http://www.scsh.net>.

 Argh, I should check this kind of thing. Sorry for the line noise.