On Aug 15, 2006, at 6:09 AM, Orm Finnendahl wrote:
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":
- in the directory "<path-to-cvs>/packages/darwin_app/../../" rename the existing pd directory and create a symlink named "pd" to the pd source directory you want to compile:
mv ../../pd{,-orig} ln -s <path-of-pd-main-dir> ../../pd
- Make the application:
make darwin_app_core
- Copy the "bin" directory of the pd source directory into the build directory:
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"!)
This all works properly when you use the standard source layout:
http://puredata.org/docs/developer/devlayout
If it didn't none of the Pd-extended builds would be working on Mac
OS X ;)
.hc
-- 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: