On Jun 25, 2006, at 12:49 AM, james tittle wrote:
...so I've added a pd-devel target, and it's doing the scons building just fine, but when it comes to packaging, I run into the following:
install -p /Users/tigital/puredataDev/packages/darwin_app/mac.r / Users/tigital/puredataDev/packages/darwin_app/build/Pd-0.39..app/ Contents/Resources/bin cd /Users/tigital/puredataDev/packages/darwin_app/build/ Pd-0.39..app/Contents/Resources/bin && /Developer/tools/Rez -t APPL mac.r -o pd /bin/sh: line 1: cd: /Users/tigital/puredataDev/packages/darwin_app/ build/Pd-0.39..app/Contents/Resources/bin: No such file or directory make: *** [rez_install] Error 1
...it seems like it's making a file called 'bin' instead of a directory: how do I get around that?
...nevermind: I was forgetting to add "install" to the scons script (and a "prefix=..."), so now this is behaving a bit more like I'd expect...still need to make some changes to the SConstruct/SConscript to account for Pd.app's bundle structure...
l8r, jamie