[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: Mac OS X MIDI support success (MacPorts)



On 05.03.2012 23:13, Russell Owen wrote:
> The problem I'm having is that it insists on trying to use Mac OS X 10.5 SDK, which doesn't even exist on my operating system
>
> I have tried everything I can think of, based on google searches, including:
> $ export MACOSX_DEPLOYMENT_TARGET=10.4
> $ export CMAKE_OSX_DEPLOYMENT_TARGET=10.4
> $ export CMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.4.sdk

Have you tried using the -D option to cmake like in my example?

Chris