Re: SDK 10.5 on XCode 4.1

2011-09-15 Thread Leonardo
> Da: Richard Somers > Data: Thu, 15 Sep 2011 10:00:07 -0600 > A: Leonardo > Cc: > Oggetto: Re: SDK 10.5 on XCode 4.1 > > On Sep 15, 2011, at 8:13 AM, Leonardo wrote: > >> I need to build using SDK 10.5. I work on Lion and XCode 4.1 > > If you need the MacOSX10

Re: SDK 10.5 on XCode 4.1

2011-09-15 Thread Scott Ribe
On Sep 15, 2011, at 12:14 PM, Conrad Shultz wrote: > ...and I suspect that is what Time Machine does under the hood as well. Yes, it does. Hard links to directories is a pretty non-standard thing, which is why ln does not support it. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevat

Re: SDK 10.5 on XCode 4.1

2011-09-15 Thread Conrad Shultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/15/11 10:57 AM, Richard Somers wrote: > On Sep 15, 2011, at 10:40 AM, Scott Ribe wrote: > >> Minor nit, that's a symlink, not a hard link. One important >> difference is that a symlink can cross volume boundaries... > > Correct. Second importan

Re: SDK 10.5 on XCode 4.1

2011-09-15 Thread Richard Somers
On Sep 15, 2011, at 10:40 AM, Scott Ribe wrote: > Minor nit, that's a symlink, not a hard link. One important difference is > that a symlink can cross volume boundaries... Correct. Second important difference is symbolic links may refer to directories which this is. --Richard

Re: SDK 10.5 on XCode 4.1

2011-09-15 Thread Scott Ribe
On Sep 15, 2011, at 10:00 AM, Richard Somers wrote: > If you need the MacOSX10.5.sdk one way to do this is to make a unix hard link > to the sdk included with Xcode 3. To make a hard link use the following > commands from the Terminal application. Minor nit, that's a symlink, not a hard link. O

Re: SDK 10.5 on XCode 4.1

2011-09-15 Thread Richard Somers
On Sep 15, 2011, at 8:13 AM, Leonardo wrote: > I need to build using SDK 10.5. I work on Lion and XCode 4.1 If you need the MacOSX10.5.sdk one way to do this is to make a unix hard link to the sdk included with Xcode 3. To make a hard link use the following commands from the Terminal applicatio

SDK 10.5 on XCode 4.1

2011-09-15 Thread Leonardo
Hi, I need to build using SDK 10.5. I work on Lion and XCode 4.1 Build 4B110. Is a way to do that? Actually I get a lot of error, and I can't compile. For example I get the error: /Developer/SDKs/MacOSX10.5.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory But the file exi