[PD-dev] Looking for some advice

Miller Puckette msp at ucsd.edu
Sun Sep 13 19:40:05 CEST 2015


Yes... but on looking at it, I think it's better practice to turn the
command around and say,

make -f makefile.mac "ARCH=-arch x86_64" "EXTRAARCH=-arch x86_64" JACK=true

cheers
Miller

On Sun, Sep 13, 2015 at 10:56:04AM -0500, Mike McGonagle wrote:
> Miller, thanks for the prompt reply. I've looked at what you said, but I'm
> just a bit confused by what you mean by ...and hit "JACK=true make..."
> 
> Does this mean to define an environment variable for JACK and then run make
> with those options?
> 
> Mike
> 
> On Saturday, September 12, 2015, Miller Puckette <msp at ucsd.edu> wrote:
> 
> > How I do it:
> >
> > unarchive any recent version of Pd
> > overwrite the source with whatever version you want (for instance, you
> > can clone the git repo) into Pd-xxx/Contents/Resources
> > cd to Pd-xxx/Contents/Resources/src and hit "JACK=true make -f
> > makefile.mac"
> >
> > (or if you want 64-bit-ness:)
> >   JACK=true make -f makefile.mac "ARCH=-arch x86_64" "EXTRAARCH=-arch
> > x86_64"
> >
> > cheers
> > Miller
> >
> > On Sat, Sep 12, 2015 at 07:19:40PM -0500, Mike McGonagle wrote:
> > > I've recently learned that Pd extended is pretty much no longer being
> > > "extended", and as such, I'd like to learn how to compile Pd Vanilla
> > along
> > > with the few externals I need. I'm currently using Mac OS X 10.6.8 and
> > have
> > > tried using the standard "autogen/configure/make", but it seems to stop
> > > when trying to link things up. I noticed that the makefile is set up to
> > > target 10.8 by the autogen, what can I do to change it for my system?
> > >
> > > Any suggestions for learning this would be greatly appreciated.
> > >
> > > Mike
> >
> > > _______________________________________________
> > > Pd-dev mailing list
> > > Pd-dev at lists.iem.at <javascript:;>
> > > http://lists.puredata.info/listinfo/pd-dev
> >
> >



More information about the Pd-dev mailing list