Re: MacOSX10.3.9.sdk msg.h
Re: MacOSX10.3.9.sdk msg.h
- Subject: Re: MacOSX10.3.9.sdk msg.h
- From: Chris Espinosa <email@hidden>
- Date: Sat, 11 Jun 2005 14:10:20 -0700
On Jun 11, 2005, at 11:02 AM, Ron Wilson wrote: I have my project set to Cross-Develop using the MacOSX10.3.9.sdk. One of my source files #includes <sys/msg.h>, but msg.h is missing from my MacOSX10.3.9.sdk folder and the compiler is picking up the version at /usr/include/sys/msg.h instead. This causes a whole chain of compile errors. I do have a msg.h in the 10.4 sdk (at /Developer/SDKs/MacOSX10.4.0.sdk/usr/include/sys/msg.h)
This is using XCode 2.0 on Tiger.
Can anyone confirm that msg.h is missing, or do I have a bad install of the sdk?
Yes, msg.h is new to Mac OS X 10.4 and does not exist in 10.3.9 or earlier, even in /usr/include (much less in the SDK).
We rejiggered a whole lot of BSD headers in 10.4 to be in conformance with current BSD, POSIX, and GNU specs. Things moved around quite a bit. Anything that's hardcoded to sys/msg.h is probably only going to compile under the more-compliant 10.4.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden