missing headerfile in compilation
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com As I am trying to compile the kextsymboltool.c, the compiler tells me: kextsymboltool.c:21:24: mach-o/kld.h: No such file or directory In file included from /System/Library/Frameworks/IOKit.framework/PrivateHeaders/kext/KXKextManager.h:113, from kextsymboltool.c:28: /System/Library/Frameworks/IOKit.framework/PrivateHeaders/kext/KXKext.h:10:24: mach-o/kld.h: No such file or directory But previously, I had already done the following: sudo mkdir -p /System/Library/Frameworks/IOKit.framework/Versions/A/PrivateHeaders/kext cd /System/Library/Frameworks/IOKit.framework/ sudo ln -s Versions/A/PrivateHeaders PrivateHeaders sudo cp PATH_TO_IOKITUSER/IOKitUser-version/kext.subproj/*.h PrivateHeaders/kext Any help? Thanks _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Billy Lau