Re: Development version build fails on Windows 7

Mikko Vanhatalo <[email protected]> Mon, 12 Nov 2012 03:19:04 +0200
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
On 2012-11-11 17:55, Michael Sperber wrote:
> 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?!

It works.

I was running the commands from a SDK CMD prompt, which for some
unknown reason, caused all this. The build run fine from a normal
prompt without the stuff defined by the SDK.

Opening the ports module from both of the prompts succeeded though.