[plt-scheme] Creating executable from DrScheme ...
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