Re: 0.6.5 compilation problem with gcc 4.0.3
Martin Gasbichler <[email protected]> Wed, 31 May 2006 20:35:14 +0200
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
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>. -- Martin