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