Re: Using SystemConfiguration API inside KEXT
Re: Using SystemConfiguration API inside KEXT
- Subject: Re: Using SystemConfiguration API inside KEXT
- From: Mo McRoberts <email@hidden>
- Date: Tue, 11 May 2010 18:13:17 +0100
On 11-May-2010, at 18:07, John B Brown wrote:
> Dear Jean-Daniel,
>
> Exactly where does
>
> "#include <Framework_name/Header_filename.h>
>
> #import <Framework_name/Header_filename.h>"
>
> help in finding <SystemConfiguration/SystemConfiguration.h>?
Because “SystemConfiguration” is the framework name and SystemConfiguration.h is the name of the header within it.
> It will not!
It will, in userspace, on a properly-configured toolchain. How the hell do you think #include <CoreFoundation/CoreFoundation.h> works? (hint: it includes /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h, given a 10.6 SDK as sysroot)
Have you ever actually compiled stuff on Mac OS X? http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Darwin-Options.html
M.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden