Re: where is sys/types.h?
Re: where is sys/types.h?
- Subject: Re: where is sys/types.h?
- From: Andy Lee <email@hidden>
- Date: Thu, 27 May 2004 19:36:23 -0400
On May 27, 2004, at 2:14 PM, Ken Brooks wrote:
The following code snippet from the Torque Network Library actually
compiles correctly under XCode. Yet I search my hard drive and
cannot find types.h or socket.h AT ALL! Where are they hiding?
How are you doing the search? I found a bunch of files named types.h
using Finder's Find command, with the criterion that the file name is
"types.h".
Using "locate types.h" in a Terminal window also worked.
Given the hint that it was in /usr/include, the fastest way was with
the "find" command:
5: find /usr/include -name "types.h"
/usr/include/curl/types.h
/usr/include/i386/types.h
/usr/include/machine/types.h
/usr/include/ppc/types.h
/usr/include/rpc/types.h
/usr/include/sys/types.h
--Andy
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.