You don't unless you have the 10.6 SDK installed and it somehow works with your version of Xcode.
My 2 cents: Honestly, I wouldn't worry about it. Make your builds for i386 and x86_64 and someone with an old machine who has the interest to build and upload it can help you out. 10.6 came out 10 years ago and was the last version to support ppc so it's nice to support it, in theory, in practice it's probably not worth your time unless you have extra and an old machine + build tools ready to go.
On Jun 12, 2019, at 6:07 PM, pd-list-request@lists.iem.at wrote:
Date: Wed, 12 Jun 2019 13:07:11 -0300 From: Alexandre Torres Porres <porres@gmail.com mailto:porres@gmail.com> To: Pd-List <pd-list@lists.iem.at mailto:pd-list@lists.iem.at> Subject: [PD] hints on how to compile for mac PPC on an intel Message-ID: <CAEAsFmieRVRMNME5J6CDKoSHxitibm6=i+fjLUhJ=QkpeMM4=Q@mail.gmail.com mailto:CAEAsFmieRVRMNME5J6CDKoSHxitibm6=i+fjLUhJ=QkpeMM4=Q@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hi, I thought I had taken care of every platform when compiling my externals, but there's still PPC to go :)
Any hints on how to compile for mac PPC on an intel mac?
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
well, I have this case where a friend is having a hard time loading my externals on 10.6.8, so I'm trying to check it out. Seems I'll have to install that to test it but it's been a nightmare - it shouldn't be too hard, I'm almost giving it up! I was able to install 10.8 in a partition but nothing below that yet.
If I successfully have a 10.6 partition, I'll see if I can also build for PPC, but if it's just too hard I'll forget about it.
Em qui, 13 de jun de 2019 às 18:17, Dan Wilcox danomatika@gmail.com escreveu:
You don't unless you have the 10.6 SDK installed and it somehow works with your version of Xcode.
My 2 cents: Honestly, I wouldn't worry about it. Make your builds for i386 and x86_64 and someone with an old machine who has the interest to build and upload it can help you out. 10.6 came out 10 years ago and was the last version to support ppc so it's nice to support it, in theory, in practice it's probably not worth your time unless you have extra and an old machine
- build tools ready to go.
On Jun 12, 2019, at 6:07 PM, pd-list-request@lists.iem.at wrote:
Date: Wed, 12 Jun 2019 13:07:11 -0300 From: Alexandre Torres Porres porres@gmail.com To: Pd-List pd-list@lists.iem.at Subject: [PD] hints on how to compile for mac PPC on an intel Message-ID: CAEAsFmieRVRMNME5J6CDKoSHxitibm6=i+fjLUhJ=QkpeMM4=Q@mail.gmail.com Content-Type: text/plain; charset="utf-8"
Hi, I thought I had taken care of every platform when compiling my externals, but there's still PPC to go :)
Any hints on how to compile for mac PPC on an intel mac?
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com robotcowboy.com
Em qui, 13 de jun de 2019 às 18:17, Dan Wilcox danomatika@gmail.com escreveu:
You don't unless you have the 10.6 SDK installed and it somehow works with your version of Xcode.
Seems 10.6 SDK works up to XCode 4.3, and I can't install XCode 4.3 in the OS 10.8 which I was able to downgrade to (only Xcode 4.4+)
I just realised now that it seems I won't be able to install 10.6.8 because macs do not seem to be able to install any previous OS versions that they came out with. I'm not surprise to learn that, I'm just surprised I didn't know! I'm still trying to learn more about this. Can anyone confirm this?
The machine I was able to install 10.8 actually came out with 10.7, but I wasn't lucky installing 10.7 on it. And since I actually wanted to install 10.6.8 as my friend's computer, I guess I'll have to give it up.
The other way around I can think of is by getting a virtual machine running 10.6.8 - I've seen some torrent images for that.
cheers
You used to be able to simply copy in the SDK folder i to the right spot and Xcode could find it. This worked for me to build an iOS 6 project in newer Xcode versions which didn’t come with it.
Naturally, this may it may not work depending on how far apart the Xcode and SDK versions are. I do know that the formats have changed very little over time, the bigger difference is their location. You can find info online about doing this, search for something als “using older SDK with newer Xcode”.
Dan Wilcox danomatika.com robotcowboy.com
On Jun 14, 2019, at 7:05 PM, Alexandre Torres Porres porres@gmail.com wrote:
Em qui, 13 de jun de 2019 às 18:17, Dan Wilcox danomatika@gmail.com escreveu: You don't unless you have the 10.6 SDK installed and it somehow works with your version of Xcode.
Seems 10.6 SDK works up to XCode 4.3, and I can't install XCode 4.3 in the OS 10.8 which I was able to downgrade to (only Xcode 4.4+)
I just realised now that it seems I won't be able to install 10.6.8 because macs do not seem to be able to install any previous OS versions that they came out with. I'm not surprise to learn that, I'm just surprised I didn't know! I'm still trying to learn more about this. Can anyone confirm this?
The machine I was able to install 10.8 actually came out with 10.7, but I wasn't lucky installing 10.7 on it. And since I actually wanted to install 10.6.8 as my friend's computer, I guess I'll have to give it up.
The other way around I can think of is by getting a virtual machine running 10.6.8 - I've seen some torrent images for that.
cheers