[Fluxus] makehelpmap problems

Dave Griffiths dave at pawfal.org
Mon Jun 2 01:49:21 PDT 2008


> i was trying to read the osc help in fluxus. osc-destination and
> osc-send, when i noticed that sometimes the text formatting is messed
> up. what is more slashes are left out sometimes also, for example:
>
> (osc-destination "osc.udp:localhost:4444")
>
> is displayed instead of
>
> (osc-destination "osc.udp://localhost:4444")

well spotted, my parser thinks the // is a comment.

> i was thinking that maybe the help file is outdated, and i tried to
> regenerate it. the first line of makehelpmap.scm
> (#!/usr/local/bin/mzscheme -r) is not really cross platform. would not
> be this better?
>
> ":"; exec mzscheme -r $0 "$@"
>
> anyway, when i run it, it gives an error:
>
> [docs]$ ./makehelpmap.scm
> ./makehelpmap.scm:233:9: makehelpmap: standard-module-name-resolver:
> collection not found: "makehelpmap" in any of:
> (#<path:/Users/gabor/Library/PLT Scheme/3.99.0.25/collects>
> #<path:/Applications/PLT Scheme v3.99.0.25/collects>) in: makehelpmap
>
> this is the osx output, but it gives similar results on fedora also.

ah, I haven't ported it to the new plt yet.

cheers,

dave




More information about the Fluxus mailing list