When I copy the scheme code by hand I get the strange make: expected
struct name at: sc ... error.
i also had something like this. what usually works for me is this:
scons --app
./macos/osx_app-postbuild.sh
rm -rf Fluxus.app
scons --app
./macos/osx_app-postbuild.sh
if i don't do the second pass i get strange errors like "syntax: no
pattern variables before ellipses in template" and similar.
i suspect the scons file is not properly written and it installs
something too early at the first time.
gabor