> I've started from scratch again. It compiles fine, here's the post build > script output: it seems that the postbuild script works now. otherwise fluxus.app would not run at all.
you build the app with: scons --app ADDONS=0 fluxus-video is added to modules/scheme/fluxus-modules.ss recently, which won't work on new osx machines. we have to fix the quicktime problems in the video module to make this work. > If I don't specify --app to scons and try to run fluxus, it yells about > libpng being too old: > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > MacBook-Pro-de-Paraita:fluxus paraita$ ./fluxus > dyld: Library not loaded: /opt/local/lib/libpng14.14.dylib > Referenced from: /Users/paraita/src/fluxus/./fluxus > Reason: Incompatible library version: fluxus requires version 27.0.0 or > later, but libpng14.14.dylib provides version 15.0.0 > Trace/BPT trap: 5 > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > About that, I'll check my libpng version later. probably you have two libpng's lying around and different versions are picked up during build and run. - gabor
