Hi Hans-Christoph,
thanks for the hints. Everything works now after some adjustments. Maybe you can add that to the documentation (or change the make script that it autocopies the bin directory into the build directory).
Before issuing "make darwin_app_core":
mv ../../pd{,-orig} ln -s <path-of-pd-main-dir> ../../pd
make darwin_app_core
cp -R <path-of-pd-main-dir>/bin build/<name-of-Pd-darwin-program>/Contents/Resources/
(Make sure to omit a trailing slash after the "bin"!)
-- Orm
Am 14. August 2006, 20:54 Uhr (-0400) schrieb Hans-Christoph Steiner:
Pd doesn't build on OSX without either Miller's scripts or the Pd- extended build stuff. You can get the Pd-extended stuff from CVS:
cd pure-data/packages/darwin_app make darwin_app_core
Or download a nightly build: