Hi there,
I've managed to build racket and fluxus from source but having trouble
actually running it. There was a question about this in April 2014 (b
Javier Olaechea) with exactly the same issue on Ubuntu, but no answers,
so just repeating since I'm really stuck. (I don't think this is a
particularly Arch Linux-related issue).
Running fluxus gives me this:
/usr/local/lib/fluxus-018/boot.scm:35:9: collection not found
for module path: scheme/pretty
collection: "scheme"
in collection directories:
context...:
show-collection-err
standard-module-name-resolver
I checked (current-library-collection-paths) in racket and get:
> (current-library-collection-paths)
'(#<path:/home/chris/.racket/6.1.1/collects>
#<path:/usr/local/share/racket/collects>)
Initially the collects location in SConstruct was not pointing to this
directory, so I changed that line to:
RacketCollects = ARGUMENTS.get('RacketCollects', RacketPrefix +
"/share/racket/collects/")
and re-ran scons, and indeed during compilation the location has changed
to /usr/local/share/racket/collects, but still I get the same error.
Any ideas what I'm doing wrong?
Thanks in advance,
Chris
--
Chris Salzberg
[email protected]