Re: Compilation error in io.c, in scsh-0.6.6
Martin Gasbichler <[email protected]> Wed, 23 Nov 2005 11:16:18 +0100
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
[email protected] (Niels Möller) writes: > I just build scsh-0.6.6 on SunOS-5.10, sparc, using gcc-4.0.1. I had > to apply the below patch to c/unix/io.c; apperantly gcc doesn't like > function local static declarations of functions. (I'm not sure what > the C specification says about this code, but I'd consider function > declarations anywhere but on top level as bad style even if it is > allowed). This has already been fixed in CVS and will be in scsh 0.6.7, which I hope to release within the next few weeks (there is already a beta version on the FTP server). -- Martin