• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Guidelines for talking about Xcode 2.5 on this list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guidelines for talking about Xcode 2.5 on this list


  • Subject: Re: Guidelines for talking about Xcode 2.5 on this list
  • From: Scott Tooker <email@hidden>
  • Date: Wed, 22 Aug 2007 20:16:35 -0700


On Aug 22, 2007, at 5:25 PM, Philip Aker wrote:

On 2007-08-22, at 15:57:39, Scott Tooker wrote:

The guidelines:

1. Since we have released the Xcode 2.5 seed to all ADC members, it's okay to talk about Xcode 2.5 on Mac OS X 10.4.x (Tiger).

Thanks Scott,

I'd like to know if there have been any problems reported installing and building with Xcode 2.5 on 10.4.x.

With this seed, there aren't any known issues with installing the Xcode 2.5 developer tools on Tiger, though it's always a good idea to uninstall the existing tools first.




I get the impression from the Areas Affected notes that I might have to adapt a lot of shell script phases so that's my primary concern.

While we do segregate the command line developer tools into /Developer/ usr/bin, by default we still install those same tools into /usr/bin and other place relative to / to provide compatibility with projects from 2.4.1 and earlier. So you shouldn't have to make any changes to get your projects to build.


Moving forward we are encouraging developers to use new read-only build settings like ${DEVELOPER_DIR} or ${DEVELOPER_USR_DIR} to reference developer tools in shell scripts from Xcode.

For example, to use bison in a script directly you'd do something like:

/usr/bin/ld

now you'd use

${DEVELOPER_USR_DIR}/bin/ld

where Xcode is passing down the location "/Developer/usr/" for DEVELOPER_USR_DIR.

Scott




Philip Aker email@hidden



Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Guidelines for talking about Xcode 2.5 on this list
      • From: Philip Aker <email@hidden>
References: 
 >Guidelines for talking about Xcode 2.5 on this list (From: Scott Tooker <email@hidden>)
 >Re: Guidelines for talking about Xcode 2.5 on this list (From: Philip Aker <email@hidden>)

  • Prev by Date: Re: Xcode 2.5 - What's different?
  • Next by Date: Re: Guidelines for talking about Xcode 2.5 on this list
  • Previous by thread: Re: Guidelines for talking about Xcode 2.5 on this list
  • Next by thread: Re: Guidelines for talking about Xcode 2.5 on this list
  • Index(es):
    • Date
    • Thread