On 8/19/11 6:01 PM, fra wrote:
no, seems to don't work.
this racket say:
fluxus-018/drflux: standard-module-name-resolver: collection not
found: "fluxus-018" in any of:
(#<path:/home/fra/.racket/5.1.1/collects>
#<path:/usr/local/lib/racket/collects>) in: fluxus-018/drflux
and i think i need to say to racket where to find fluxus, but i
don't know how. Or maybe i'm missed something in the installation of
fluxus (scons and scons install) i don't know.
thanks, ciao, francesco.
have you tried setting the PLTCOLLECTS environment variable before
starting racket?
something like:
export PLTCOLLECTS=/usr/local/lib/racket/collects:/usr/local/lib
i believe /usr/local/lib contains a fluxus-018 folder with lots of .ss
files. i'm not running ubuntu, so i cannot test this, but something like
this should work. you might also have to set LD_LIBRARY_PATH if the
binary modules are not found. there's a description in the 'DrScheme in
OS X' part about this in the documentation page i sent you.
best,
gabor