Re: [PD] Building Pd App on OSX

2013-07-28 Thread Dan Wilcox
> > Wee. You're lucky I just did a bunch of low level library compiling stuff on > OSX/iOS for OpenFrameworks ... > On Jul 27, 2013, at 5:51 AM, pd-list-request iem.at wrote: > >> From: Jonathan Wilkes yahoo.com> >> Subject: Re: [PD] Building Pd App on O

Re: [PD] Building Pd App on OSX

2013-07-27 Thread Dan Wilcox
Wee. You're lucky I just did a bunch of low level library compiling stuff on OSX/iOS for OpenFrameworks ... On Jul 27, 2013, at 5:51 AM, pd-list-requ...@iem.at wrote: > From: Jonathan Wilkes > Subject: Re: [PD] Building Pd App on OSX > Date: July 27, 2013 1:34:11 AM EDT > To

Re: [PD] Building Pd App on OSX

2013-07-26 Thread Jonathan Wilkes
On 07/06/2013 06:18 PM, Miller Puckette wrote: Yeah... I originally assembled it by trial and error, starting from the "Wish Shell" app and changing stuff by trial and error. It might even be the case that the "Wish Shell.app" archive used by the script below can be replaced with your own local

Re: [PD] Building Pd App on OSX

2013-07-06 Thread Jonathan Wilkes
On 07/06/2013 06:18 PM, Miller Puckette wrote: Yeah... I originally assembled it by trial and error, starting from the "Wish Shell" app and changing stuff by trial and error. It might even be the case that the "Wish Shell.app" archive used by the script below can be replaced with your own local

Re: [PD] Building Pd App on OSX

2013-07-06 Thread Miller Puckette
Yeah... I originally assembled it by trial and error, starting from the "Wish Shell" app and changing stuff by trial and error. It might even be the case that the "Wish Shell.app" archive used by the script below can be replaced with your own local one... but I thought it safer to cache copy once

Re: [PD] Building Pd App on OSX

2013-07-06 Thread Jonathan Wilkes
On 07/06/2013 05:22 PM, Miller Puckette wrote: What I do (in effect): Get an existing Pd application As in download one of your prebuilt mac binaries? -Jonathan and remove all the Pd sources (Contents/Resources/src, bin, doc, tcl, portaudio, portmidi, extra, *.txt) then un-tar a source tar

Re: [PD] Building Pd App on OSX

2013-07-06 Thread Miller Puckette
What I do (in effect): Get an existing Pd application and remove all the Pd sources (Contents/Resources/src, bin, doc, tcl, portaudio, portmidi, extra, *.txt) then un-tar a source tarball into Contrnts/Resources, cd to src, and make -f makefile.mac (Actually, of course, I do this from a script.

[PD] Building Pd App on OSX

2013-07-03 Thread Jonathan Wilkes
Miller et al, Once I get Pd built on OSX, I can make install so that "pd" from the terminal will launch it. But how do I make it into an App? Any hints? INSTALL.txt doesn't have anything. I'd like to get it building so that a) I can make use of all the goodies someone put into AppMai