Re: Development version build fails on Windows 7
Michael Sperber <[email protected]> Sun, 11 Nov 2012 16:55:33 +0100
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
Mikko Vanhatalo <[email protected]> writes: > I'm trying to build the development version (changeset > 1607:2608abe6239a) > on Windows 7 using the supplied instructions. I'm using the prebuilt > Scheme48 1.8 from s48.org and Windows 7 SDK v7.1. Glad to know somebody else but me builds on Windows! > The build fails during the execution of 'build-initial-image.bat', what > it comes down to seems to be: > Warning: undefined variables > #{Package 249 user} > set-port-crlf?! > (&warning) Huh, strange: 1.8 has `set-port-crlf?!'. In the Scheme 48 1.8 you're using to do this, what does this yield, when you type it in the REPL? ,open (subset ports (set-port-crlf?!)) set-port-crlf?! -- Regards, Mike