Re: (Newbie)Missing Header Files, Please Help
Re: (Newbie)Missing Header Files, Please Help
- Subject: Re: (Newbie)Missing Header Files, Please Help
- From: Dave Fayram <email@hidden>
- Date: Wed, 21 Aug 2002 02:44:48 -0700
I have the same problem. I loaded the april dev tools onto a fresh 10.2
installation and pif, nothing cocoa will compile. CoreServices.h seems
to want:
OT/OT.h
NSLCore/NSLCore.h
SecurityCore/SecurityCore.h
These aren't available in /System/Library/Frameworks/ or
/System/Library/PrivateFrameworks/.
It seems that 10.2 isn't compatible with the April Dev tools. I haven't
tried using an earlier version to
see if it works there, but I'd surmise it doesn't.
I guess we have to wait.
On Tuesday, August 20, 2002, at 07:50 AM, Kyle Moffett wrote:
On Monday, August 19, 2002, at 11:47 PM, Alex Aliferis wrote:
Greetings All!,
I'm just getting started in Cocoa development and made some progress
but now whenever I try to compile and run an app in Project Builder I
get the errors -
Compiling main.m (3 errors)
header file 'OT/OT.h' not found
header file 'NSLCore/NSLCore.h' not found
header file 'SecurityCore/SecurityCore.h' not found
Please tell me what I need to do to remedy this. I'm eager to get
started but this is holding me back completely. Any help would be
greatly appreciated.
Thanks,
Alex Aliferis
Go to the Project menu in PB, and click 'Add Frameworks...' then
choose 'OT.framework'
Repeat for 'NSLCore' and 'SecurityCore'
DO NOT use anything in /System/Library/PrivateFrameworks, only in
/System/Library/Frameworks,
unless you absolutely have to.
HTH,
Kyle Moffett
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.