Justin Karneges | 3 Apr 2012 07:55
Favicon
Gravatar

drop osx tiger?

This link suggests 10.4 has a 5% marketshare:

http://www.bgr.com/2011/11/11/os-x-lion-sees-slow-adoption-with-less-than-2-
of-os-traffic-share-study-finds/

I installed Xcode on Snow Leopard only a few days ago, and I noticed it lacked 
a 10.4 SDK. It only goes back as far as 10.5. Is there a way to download a 
10.4 SDK? Or, should we even bother?

Justin
Dmitry Nezhevenko | 3 Apr 2012 09:03

Re: drop osx tiger?

On Mon, Apr 02, 2012 at 10:55:49PM -0700, Justin Karneges wrote:
> This link suggests 10.4 has a 5% marketshare:
> 
> http://www.bgr.com/2011/11/11/os-x-lion-sees-slow-adoption-with-less-than-2-
> of-os-traffic-share-study-finds/
> 
> I installed Xcode on Snow Leopard only a few days ago, and I noticed it lacked 
> a 10.4 SDK. It only goes back as far as 10.5. Is there a way to download a 
> 10.4 SDK? Or, should we even bother?

Which version of Xcode you've? 10.4 is probably 3.2.x only and not
installed by default (there is separate checkbox for it IIRC).

PS. Also if you're building Qt yourself, make sure that you're using
something NOT named llvm-gcc (gcc --version should not output that it's
llvm-gcc). It's apple-only crap that has so many bugs that it's much
easier to ignore it at all than to fix/workaround all of them. 

--

-- 
WBR, Dmitry
On Mon, Apr 02, 2012 at 10:55:49PM -0700, Justin Karneges wrote:
> This link suggests 10.4 has a 5% marketshare:
> 
> http://www.bgr.com/2011/11/11/os-x-lion-sees-slow-adoption-with-less-than-2-
> of-os-traffic-share-study-finds/
> 
> I installed Xcode on Snow Leopard only a few days ago, and I noticed it lacked 
> a 10.4 SDK. It only goes back as far as 10.5. Is there a way to download a 
(Continue reading)

Kevin Smith | 3 Apr 2012 09:06
Picon

Re: drop osx tiger?

On Tue, Apr 3, 2012 at 6:55 AM, Justin Karneges <justin@...> wrote:
> This link suggests 10.4 has a 5% marketshare:
>
> http://www.bgr.com/2011/11/11/os-x-lion-sees-slow-adoption-with-less-than-2-
> of-os-traffic-share-study-finds/
>
> I installed Xcode on Snow Leopard only a few days ago, and I noticed it lacked
> a 10.4 SDK. It only goes back as far as 10.5. Is there a way to download a
> 10.4 SDK? Or, should we even bother?

I wouldn't bother.

/K
James Bunton | 4 Apr 2012 11:08
Picon

Re: drop osx tiger?

On Mon, Apr 02, 2012 at 10:55:49PM -0700, Justin Karneges wrote:
> <snip>
> I installed Xcode on Snow Leopard only a few days ago, and I noticed
> it lacked a 10.4 SDK. It only goes back as far as 10.5. Is there a way
> to download a 10.4 SDK? Or, should we even bother?
> <snip>

I wonder if recent Qt versions even support 10.4 anymore.

If anybody wants to try, I have a copy of the older SDKs:
http://delx.net.au/files/others/MacOSX10.4u.sdk.zip
http://delx.net.au/files/others/MacOSX10.5.sdk.zip

--

James


Gmane