Re: Errors linking to stdarg.h and float.h
Re: Errors linking to stdarg.h and float.h
- Subject: Re: Errors linking to stdarg.h and float.h
- From: Jens Alfke <email@hidden>
- Date: Sat, 19 Jun 2010 23:02:46 -0700
On Jun 19, 2010, at 9:17 PM, William DeShazer wrote:
> I somewhat understand that the statement:
> #include_next <stdarg.h>
I don’t think there’s any such thing as “#include_next”. Do you mean the regular “#include”?
> That said, I don't understand what mechanism the compiler
> uses to find the right file, therefore, I don't know how to fix it.
It looks in the directories in the Header Search Paths as configured in the project and target build settings. Both <stdarg.h> and <float.h> are in /usr/include, the bog-standard Unix system header directory, so I can’t think of why the compiler wouldn’t be able to find them.
What exact errors do you get?
—Jens _______________________________________________
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