Hello I think it's close to work. I use Racket v5.3.6 on the desktop that run OSx 10.7.5 I succesfully run fluxus from terminal
According to this link : http://lists.pawfal.org/htdig.cgi/fluxus-pawfal.org/2012-May/004791.html I typed : export PLTCOLLECTS=/opt/local/lib/:/Applications/Racket\ v5.3.6/collects/ run Racket from the terminal In racket I put this very basic test code : #lang racket (require fluxus-018/drflux) (define (render) draw-cube) (every-frame (render)) I can see this message : default-load-extension-handler: forbidden (execute) access to /opt/local/lib/fluxus-018/compiled/native/i386-macosx/3m/fluxus-engine_ss.dylib when I press F5 to run the script : ../../../../Applications/Racket v5.3.6/collects/unstable/file.rkt:9:0: make-directory: cannot make directory path: /opt/local/lib/fluxus-018/compiled/drracket/ system error: Permission denied; errno=13 because it can't make directory I guess there is a problem with autorisation. So I run it witth sudo in terminal : sudo open /Applications/Racket\ v5.3.6/DrRacket.app Then in fluxus the error change : fluxus.rkt:3:9: fluxus-018/drflux: standard-module-name-resolver: collection not found collection: ...ers/Ulala/Library/Racket/5.3.6/collects /Applications/Racket v5.3.6/collects in: fluxus-018/drflux after pressing F5 : fluxus-018/drflux: standard-module-name-resolver: collection not found collection: "fluxus-018" in collection directories: /Users/Ulala/Library/Racket/5.3.6/collects /Applications/Racket v5.3.6/collects in: fluxus-018/drflux So it goes back to the previous error message. I don't know what I should do now. Thanks Joaquim ( I repost it because it seems it doesn't reach you and it doesn't appear in the ml) Le 30 janv. 2014 à 04:56, gabor papp a écrit : >> net17-dhcp056:fluxus Ulala$ fluxus >> /opt/local/lib/fluxus-018/boot.scm:35:8: collection not found >> for module path: scheme/pretty > i can reproduce this on my machine. it seems that something has changed > in racket v5.92. until we fix this, please build fluxus with v5.3.6. > > gabor
