[Fluxus] makehelpmap problems

gabor papp gabor.lists at mndl.hu
Sun Jun 1 12:29:05 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")

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.

gabor





More information about the Fluxus mailing list