• 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: iPhone Platform: "error: stdarg.h: No such file or directory"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iPhone Platform: "error: stdarg.h: No such file or directory"


  • Subject: Re: iPhone Platform: "error: stdarg.h: No such file or directory"
  • From: Sherm Pendley <email@hidden>
  • Date: Wed, 28 Jan 2009 15:32:41 -0500

On Jan 28, 2009, at 2:57 PM, Clark Cox wrote:

On Wed, Jan 28, 2009 at 10:36 AM, Andreas Grosam <email@hidden > wrote:

I'm getting this error
"/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/ iPhoneSimulator2.2.1.sdk/usr/include/stdarg.h"
error: stdarg.h: No such file or directory
when compiling the following file with either GCC 4.2 or LLVM GCC 4.2:

Neither of which are yet supported for iPhone development.

Which, for those who haven't looked in /usr/include/stdarg.h, explains the "No such file" error. That file does a "#include_next <stdarg.h>" when you're using GCC, which pulls in the next instance of stdarg.h in the header search path. That "next" instance is in an architecture- specific directory somewhere under /usr/lib/gcc, and it's *that* one that's not being found.


sherm--

_______________________________________________
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: 
 >iPhone Platform: "error: stdarg.h: No such file or directory" (From: Andreas Grosam <email@hidden>)
 >Re: iPhone Platform: "error: stdarg.h: No such file or directory" (From: Clark Cox <email@hidden>)

  • Prev by Date: Re: search gone sour at developer.apple.com?
  • Next by Date: Re: iPhone Platform: "error: stdarg.h: No such file or directory"
  • Previous by thread: Re: iPhone Platform: "error: stdarg.h: No such file or directory"
  • Next by thread: Re: iPhone Platform: "error: stdarg.h: No such file or directory"
  • Index(es):
    • Date
    • Thread