On Fri, 2009-08-28 at 13:27 +0200, gabor papp wrote: > > 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.
I think the earlier problems with the lib must have been due to dave-error. However I've also had this "syntax: no pattern..." error after copying a working application with the cp command, which is a bit worrying. cheers, dave
