[plt-scheme] Creating executable from DrScheme ...

From: kumar (kumar_lista at mac.com)
Date: Mon Jan 5 19:24:40 EST 2009

Great! Thanks.
-Kumar

On 05 Jan 2009, at 11:54 PM, Matthew Flatt wrote:

> At Mon, 05 Jan 2009 22:35:50 +0800, kumar wrote:
>> The html module, when loaded, tries to read the "html-spec"
>> file from the collection path, which is undefined (i.e. #f)
>> when packaged as a standalone executable.
>>
>> If I turn the html-spec file into a html-spec.ss module
>> which exports the contents as a constant *html-may-contain*
>> and use that constant in the html-unit.ss module, replacing
>> lines 121-122 with
>>
>>        (define may-contain
>> 	(sgml:gen-may-contain *html-may-contain*))
>>
>> I'm able to use the html module in a standalone executable.
>
> Thanks for tracking this down! I've committed your repair in SVN.
>
>
> Matthew
>



Posted on the users mailing list.