missing headerfile in compilation
missing headerfile in compilation
- Subject: missing headerfile in compilation
- From: Billy Lau <email@hidden>
- Date: Fri, 1 Jun 2007 15:07:46 -0500 (CDT)
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden