Re: Header Inclusion
Re: Header Inclusion
- Subject: Re: Header Inclusion
- From: Sherm Pendley <email@hidden>
- Date: Sun, 30 Jan 2011 22:34:02 -0500
On Sun, Jan 30, 2011 at 10:20 PM, David E Blanton <email@hidden> wrote:
> I want to include headers from Kernel.framework. I have added Kernel.framework to my project but I still get file not found on:
>
> #include <io.h>
Since it's a header in Kernel.framework, shouldn't that be
<Kernel/io.h>? Or maybe <Kernel/architecture/i386/io.h> - I honestly
don't know if GCC will look in architecture-specific subdirectories or
not.
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
_______________________________________________
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