<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thank you. <div>Now scons works. </div><div>it builds fluxus on the desktop. (still the Jack uninstall problem on the laptop)</div><div>when I run Fluxs from the terminal, I've this message :</div><div><div><font class="Apple-style-span" face="Courier">scons: done building targets.</font></div><div><font class="Apple-style-span" face="Courier">net17-dhcp056:fluxus Ulala$ fluxus</font></div><div><font class="Apple-style-span" face="Courier">/opt/local/lib/fluxus-018/boot.scm:35:8: collection not found</font></div><div><font class="Apple-style-span" face="Courier">  for module path: scheme/pretty</font></div><div><font class="Apple-style-span" face="Courier">  collection: "scheme"</font></div><div><font class="Apple-style-span" face="Courier">  in collection directories:</font></div><div><font class="Apple-style-span" face="Courier">  context...:</font></div><div><font class="Apple-style-span" face="Courier">   show-collection-err</font></div><div><font class="Apple-style-span" face="Courier">   standard-module-name-resolver</font></div><div><div><br></div><div>I try to use it from Dr  Racket as it was my plan at the begining : I follow this link youu provided </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><br></div><div><div><font class="Apple-style-span" face="Courier">net17-dhcp056:fluxus Ulala$ export PLTCOLLECTS=/opt/local/lib:/Applications/Racket\v5.92/collects/</font></div><div><span class="Apple-style-span" style="font-family: Courier; ">net17-dhcp056:fluxus Ulala$ sudo open /Applications/Racket\ v5.92/DrRacket.app/ </span></div></div><div><br></div><div>then this in DrRacket :</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">#lang racket</font></div><div><font class="Apple-style-span" face="Courier">(require fluxus-018/drflux)</font></div></div><div> </div><div>F5 and I get this  error : </div><div><br></div><div><div><font class="Apple-style-span" color="#da180f">standard-module-name-resolver: collection not found</font></div><div><font class="Apple-style-span" color="#da180f">  for module path: fluxus-018/drflux</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.92/collects</font></div><div><font class="Apple-style-span" color="#da180f">   /Applications/Racket v5.92/collects</font></div><div><font class="Apple-style-span" color="#da180f">   ... [146 additional linked and package directories] in: fluxus-018/drflux</font></div></div><div>Le 29 janv. 2014 à 16:50, gabor papp a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>hi,<br><br><blockquote type="cite">Sorry I didn’t see the previous message. I messed up with the list.<br></blockquote><blockquote type="cite">So about the fluxus folder in. I used the git repository to get the source. I didn’t modify anything.<br></blockquote><blockquote type="cite">MacBook-Air-de-Joaquim-2:fluxus at0mb0y$ ls<br></blockquote>this was on your other computer with the scons problem. if i make a<br>folder called fluxus, i get a very similar error message to yours:<br>TypeError: Directory ..../fluxus/fluxus found where file expected.:<br> File "../fluxus/SConstruct", line 391:<br> app_env.Program(source = Source, target = Target)<br><br><blockquote type="cite">About the Jack version I uninstall the previous one (64bit non<br></blockquote><blockquote type="cite">universal) using the uninstall application.  download the<br></blockquote><blockquote type="cite">JackOSX.0.90_32bits_b17 installer and install it properly. I have the<br></blockquote><blockquote type="cite">same problem. <br></blockquote><br><blockquote type="cite">ld: warning: ignoring file /opt/local/lib/libjack.dylib, file was built for x86_64 which is not the architecture being linked (i386): /opt/local/lib/libjack.dylib<br></blockquote><blockquote type="cite">Undefined symbols for architecture i386:<br></blockquote>i think you didn't uninstall the lib properly, otherwise the lib should<br>not be in /opt/local/lib/<br>make sure you use:<br>sudo port uninstall jack<br><br>then clean the build:<br>scons -c<br><br>delete scons tempfiles:<br>rm -r .sconf_temp<br>rm .sconsign.dblite<br><br><blockquote type="cite">There is a way to be sure Jack is correctly installed ?<br></blockquote>if you installed jackosx you should have:<br>/System/Library/Frameworks/Jackmp.framework<br><br>and /opt/local/lib/libjack.dylib should not exist.<br><br>gabor<br><br></div></blockquote></div><br></div></body></html>