• 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: Xcode v2.5 no longer compiles project without errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode v2.5 no longer compiles project without errors


  • Subject: Re: Xcode v2.5 no longer compiles project without errors
  • From: "Thomas A. Creedon" <email@hidden>
  • Date: Sun, 6 Jan 2008 16:33:17 -0800

Hey Chris!

Fantastico!  That seems to have done the trick!  Many thanks!

On Jan 6, 2008, at 1:01 PM, Chris Espinosa wrote:

cc -o hello hello.c

isn't using an SDK. It's invoking the default C compiler (in this context, Xcode 2.5's GCC) using the default sysroot (in this case, Leopard's headers and libraries).

If you are manually invoking the C compiler from a shell script, you must supply -isysroot ${SDKROOT} when invoking the compiler.

Chris

Toodle-looooooo........ Thomas

website hosting: < http://www.editHere.com/ >, email: < email@hidden >


_______________________________________________ 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: 
 >Re: Xcode v2.5 no longer compiles project without errors (From: "Thomas A. Creedon" <email@hidden>)
 >Re: Xcode v2.5 no longer compiles project without errors (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Build on 10.5.1, run on 10.3.5, undefined symbols (solved, sort of)
  • Next by Date: Interface Builder and NSImage loading
  • Previous by thread: Re: Xcode v2.5 no longer compiles project without errors
  • Next by thread: Interface Builder and NSImage loading
  • Index(es):
    • Date
    • Thread