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..."<div><br></div><div>Does this mean to define an environment variable for JACK and then run make with those options?</div><div><br></div><div>Mike<br><br>On Saturday, September 12, 2015, Miller Puckette <<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How I do it:<br>
<br>
unarchive any recent version of Pd<br>
overwrite the source with whatever version you want (for instance, you<br>
can clone the git repo) into Pd-xxx/Contents/Resources<br>
cd to Pd-xxx/Contents/Resources/src and hit "JACK=true make -f makefile.mac"<br>
<br>
(or if you want 64-bit-ness:)<br>
  JACK=true make -f makefile.mac "ARCH=-arch x86_64" "EXTRAARCH=-arch x86_64"<br>
<br>
cheers<br>
Miller<br>
<br>
On Sat, Sep 12, 2015 at 07:19:40PM -0500, Mike McGonagle wrote:<br>
> I've recently learned that Pd extended is pretty much no longer being<br>
> "extended", and as such, I'd like to learn how to compile Pd Vanilla along<br>
> with the few externals I need. I'm currently using Mac OS X 10.6.8 and have<br>
> tried using the standard "autogen/configure/make", but it seems to stop<br>
> when trying to link things up. I noticed that the makefile is set up to<br>
> target 10.8 by the autogen, what can I do to change it for my system?<br>
><br>
> Any suggestions for learning this would be greatly appreciated.<br>
><br>
> Mike<br>
<br>
> _______________________________________________<br>
> Pd-dev mailing list<br>
> <a href="javascript:;" onclick="_e(event, 'cvml', 'Pd-dev@lists.iem.at')">Pd-dev@lists.iem.at</a><br>
> <a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br>
<br>
</blockquote></div>