Re: Using SystemConfiguration API inside KEXT
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Mo McRoberts