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