> Here's the output: the postbuild script didn't change the paths. > /opt/local/lib/liblo.7.dylib (compatibility version 8.0.0, current > version 8.0.0) > Racket.framework/Versions/5.2_3m/Racket (compatibility version 0.0.0, > current version 0.0.0) these should be something like:
@executable_path/../Frameworks/liblo.7.dylib (compatibility version 7.0.0, current version 7.0.0) @executable_path/../Frameworks/Racket.framework/Versions/5.2_3m/Racket (compatibility version 0.0.0, current version 0.0.0) could you delete Fluxus.app, run scons, and post the postbuild script output? best, gabor
