• 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: C_INCLUDE_PATH & NEXT_ROOT
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C_INCLUDE_PATH & NEXT_ROOT


  • Subject: Re: C_INCLUDE_PATH & NEXT_ROOT
  • From: Jerry <email@hidden>
  • Date: Thu, 14 Jul 2005 09:04:14 +0100


On 14 Jul 2005, at 08:54, D. Walsh wrote:

The following two commands seem to work from the tcsh terminal window just before entering a 'make' command:

setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.9.sdk
setenv C_INCLUDE_PATH /Developer/SDKs/MacOSX10.3.9.sdk/usr/include

however, I'm trying to automate a project that uses "Makefile's" and including these commands doesn't seem to work as the Makefile appears to use "sh" instead of "tcsh".


Effectively I need to swicth to the 10.3.9.sdk and then back to the 10.4.0.sdk to complete the project once this portion has been built.

Anyone know how I can get this to work??

NEXT_ROOT=/Developer/SDKs/MacOSX10.3.9.sdk export NEXT_ROOT
C_INCLUDE_PATH=/Developer/SDKs/MacOSX10.3.9.sdk/usr/include export C_INCLUDE_PATH

ought to do it.

Jerry


 _______________________________________________
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

References: 
 >C_INCLUDE_PATH & NEXT_ROOT (From: "D. Walsh" <email@hidden>)

  • Prev by Date: C_INCLUDE_PATH & NEXT_ROOT
  • Next by Date: Re: Xcode stripping subproject dependencies?
  • Previous by thread: C_INCLUDE_PATH & NEXT_ROOT
  • Next by thread: Re: C_INCLUDE_PATH & NEXT_ROOT -> Solution ?
  • Index(es):
    • Date
    • Thread