Re: [PD] building on OSX

2011-03-09 Thread Hans-Christoph Steiner
As far as I know, this Mac OS X build stuff is all sorted out in the new build system (i.e. "cd pd && ./configure" rather than "cd pd/src && ./configure") .hc On Mar 9, 2011, at 12:03 PM, Miller Puckette wrote: (Hi Ron!) I thought the 'source release' no longer had any reference to the

Re: [PD] building on OSX

2011-03-09 Thread Miller Puckette
(Hi Ron!) I thought the 'source release' no longer had any reference to the SDK version number thanks to a patch from Hans last year... I'd better go look at this. thanks Miller On Wed, Mar 09, 2011 at 10:47:17AM -0500, Hans-Christoph Steiner wrote: > > I think this might turn it off: > > ./co

Re: [PD] building on OSX

2011-03-09 Thread Hans-Christoph Steiner
I think this might turn it off: ./configure --disable-fat .hc On Mar 9, 2011, at 5:35 AM, ronald kuivila wrote: Hi all, I am new to Pd. I downloaded the basic MSP release and tried to compile under OSX, but I get a complaint from lipo. The problem seems to be I have the 10.5 SDK, so alte

Re: [PD] building on OSX

2011-03-09 Thread chris clepper
Removing any mention of the OS SDK version defaults to the one for your version of the OS. The SDKs are for backwards compatibility. On Wed, Mar 9, 2011 at 5:35 AM, ronald kuivila wrote: > Hi all, > > I am new to Pd. I downloaded the basic MSP release and tried to compile > under OSX, but I get

[PD] building on OSX

2011-03-09 Thread ronald kuivila
Hi all, I am new to Pd. I downloaded the basic MSP release and tried to compile under OSX, but I get a complaint from lipo. The problem seems to be I have the 10.5 SDK, so altering the -i flag to /Developer/SDKs/MacOSX10.5.sdk solved the problem: cc -g -O2 -DPD -Wall -W -Wstrict-prototy