[PD] compiling pd vanilla on a mac

2013-06-26 Thread Jonathan Wilkes
Hi,
   Any clues about this ./configure error:
configure: error: Couldn't find 10.5, 10.6, or 10.7 SDK
configure: error: ./configure failed for portaudio

I have no clue how to check what SDK version I have installed (Google returns 
nothing useful)

For reference:

After agreeing to some stupid license agreement that I didn't read I downloaded 
the
stupid "Command Line Tools (OSX Lion) for Xcode - 2013" which claims
to include the the "Mac OSX SDK Frameworks and headers" (which I had to type
out because their stupid webpage doesn't allow you to copy/paste the stupid 
text).

Thanks,
Jonathan
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] compiling pd vanilla on a mac

2013-06-26 Thread Miller Puckette
I find configure scripts too complicated for human understanding, and so
I just use the hand-edited makefile: "make -f makefile.mac", invoked from
the /src directory.

cheers
Miller

On Wed, Jun 26, 2013 at 02:47:58PM -0700, Jonathan Wilkes wrote:
> Hi,
>    Any clues about this ./configure error:
> configure: error: Couldn't find 10.5, 10.6, or 10.7 SDK
> configure: error: ./configure failed for portaudio
> 
> I have no clue how to check what SDK version I have installed (Google returns 
> nothing useful)
> 
> For reference:
> 
> After agreeing to some stupid license agreement that I didn't read I 
> downloaded the
> stupid "Command Line Tools (OSX Lion) for Xcode - 2013" which claims
> to include the the "Mac OSX SDK Frameworks and headers" (which I had to type
> out because their stupid webpage doesn't allow you to copy/paste the stupid 
> text).
> 
> Thanks,
> Jonathan

> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] compiling pd vanilla on a mac

2013-06-26 Thread Dan Wilcox
Did you install Xcode? You need more than the commandline tools, that's just 
git and a bunch of other things like it. The compiler and frameworks come with 
the Xcode app itself. You didn't find any info on Google because it's Mac and 
*everyone* installs the GUI app first (aka Xcode), so they'd already have it.

nstall that, then go to the Downloads tab in the preferences, and make sure the 
Commandline Tools is installed there. If not, install it. Then configure & make 
will work. I was actually working with portaudio for another project and it 
compiles fine for me.

For reference:

SDKs are installed to: 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs

You can also see in Xcode in the project build settings: click on project in 
project tree, select Build Settings tab, there should be an entry for the SDK 
with a dropdown box

On Jun 26, 2013, at 5:59 PM, pd-list-requ...@iem.at wrote:

> From: Jonathan Wilkes 
> Subject: [PD] compiling pd vanilla on a mac
> Date: June 26, 2013 5:47:58 PM EDT
> To: pd-list 
> Reply-To: Jonathan Wilkes 
> 
> 
> Hi,
>Any clues about this ./configure error:
> configure: error: Couldn't find 10.5, 10.6, or 10.7 SDK
> configure: error: ./configure failed for portaudio
> 
> I have no clue how to check what SDK version I have installed (Google returns 
> nothing useful)
> 
> For reference:
> After agreeing to some stupid license agreement that I didn't read I 
> downloaded the
> stupid "Command Line Tools (OSX Lion) for Xcode - 2013" which claims
> to include the the "Mac OSX SDK Frameworks and headers" (which I had to type
> out because their stupid webpage doesn't allow you to copy/paste the stupid 
> text).
> 
> Thanks,
> Jonathan


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] compiling pd vanilla on a mac

2013-06-26 Thread Jonathan Wilkes





 >From: Dan Wilcox 
>To: Jonathan Wilkes  
>Cc: "pd-list@iem.at list"  
>Sent: Wednesday, June 26, 2013 10:24 PM
>Subject: Re: [PD] compiling pd vanilla on a mac
 


>Did you install Xcode?

Nope!  I thought the compiler itself and standard libs would surely already be 
on the machine. I went ahead and starting dl'ing it
when Google didn't turn up anything (should be done in 45 minutes).

So thanks-- sounds like this should clear things up for me.

-Jonathan
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] compiling pd vanilla on a mac

2013-06-27 Thread Dan Wilcox
... that's why you let automake generate them. :D

autools is great *after* you spend tons of time getting it setup *just* right. 
Until then, it's hell.

On Jun 27, 2013, at 4:05 AM, pd-list-requ...@iem.at wrote:

> I find configure scripts too complicated for human understanding, and so
> I just use the hand-edited makefile: "make -f makefile.mac", invoked from
> the /src directory.
> 
> cheers
> Miller


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list