hey hans,
...trying to get back to some pd stuff, but I have a few questions on building the app packages...on this page [ http://puredata.org/docs/ developer/build ], there's some talk about a 'template' section for "How to add your library", but I can't find any such thing in the makefiles...this is really just a documentation oversight, I'd guess, because it's simple enough to go along and ape similar targets...
...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:
cd "/Users/tigital/puredataDev/packages/darwin_app/build/Pd-0.39..app/ Contents/Resources/Scripts" && \ ln -s ../bin/pd.tk AppMain.tcl cd "/Users/tigital/puredataDev/packages/darwin_app/build/Pd-0.39..app/ Contents" && ln -s Resources/extra Plugins cd /Users/tigital/puredataDev/packages/darwin_app/build/Pd-0.39..app/ Contents/Resources/doc && \ /Users/tigital/puredataDev/packages/darwin_app/../../scripts/ convert-help-to-standard.sh 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?
thnx, jamie