Re: Xcode 2.5 can't #include_next <stdarg.h>
Re: Xcode 2.5 can't #include_next <stdarg.h>
- Subject: Re: Xcode 2.5 can't #include_next <stdarg.h>
- From: Chris Espinosa <email@hidden>
- Date: Thu, 1 Nov 2007 08:53:56 -0700
On Nov 1, 2007, at 8:25 AM, Steve Mills wrote: Installed Xcode 2.5 on Mac Pro running 10.5. Xcode 3.0 is also installed. 2.5 is in default /Xcode2.5 folder. Opening projects never opened in Xcode 3.0. Build. Lots of these errors:
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
Error comes from this line:
#include_next <stdarg.h>
When I first opened the project and got this error, I checked the libs and frameworks in the project and saw they were coming from /user/lib/ and /System/Library/Frameworks/. I changed them to come from the /Xcode2.5/SDKs/MacOSX10.4u.sdk/... instead, and the Path Type changed to "Relative to Xcode folder". I guess that wasn't the problem. I'm stumped. Everything built correctly in Xcode 2.4.whatever on 10.4.10.
Could you put -v into Other C Flags and provide a full transcript, at least the part that starts "CompileC" and ends with the above error?
Chris |
_______________________________________________
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