which works of course to eliminate the build error message and appears to be current.
But this doesn't answer the question, which is, in essence, where is it now defined?
grep mach_reply_port -r /usr/include/
fishes:
john-macmullins-imac-2:~ johnmacmullin$ grep mach_reply_port -r /usr/include/
grep: /usr/include/c++/4.0.0/powerpc-apple-darwin10/ppc64: No such file or directory
grep: /usr/include/c++/4.0.0/powerpc-apple-darwin8/ppc64: No such file or directory
grep: /usr/include/c++/4.0.0/powerpc-apple-darwin9/ppc64: No such file or directory
grep: /usr/include/c++/4.2.1/powerpc-apple-darwin10/ppc64: No such file or directory
grep: /usr/include/c++/4.2.1/powerpc-apple-darwin8/ppc64: No such file or directory
grep: /usr/include/c++/4.2.1/powerpc-apple-darwin9/ppc64: No such file or directory
I did Spotlight on a number of folders to no avail.
Leaving the question in my mind still unanswered.
On Jun 12, 2010, at 12:28 PM, Jens Alfke wrote:
On Jun 11, 2010, at 3:08 PM, John MacMullin wrote:
The docs and internet search suggest mach_reply_port is a system call. That being the case, why the message? What's its declaration and am I missing an include?
In the spirit of ‘teach a man to fish’:
grep mach_reply_port -r /usr/include/
—Jens
Best regards,
John MacMullin