I don't think so ... I moved the socket header inclusion logic from all over the place to dx/dx.h. I'd wonder where AF_INET is on Richard's system. If its not in cygwin/socket.h, sys/socket.h or socket.h, then its either not there, in which case it ought not to be trying to use the internet protocol (?). If it is, then I'd wonder why the associated HAVE_..._H isn't set in include/dxconfig.h. What platform are we discussing?
Greg Please respond to [email protected] Sent by: [EMAIL PROTECTED] To: [email protected] cc: Subject: Re: [opendx-dev] IRIX: libdx client.c sys/socket.h AF_INET etc. Richard, I went and looked at the changes in this file and sys/socket.h has been removed by Greg when performing the Windows updates (I believe on accident). Are you sure it was sockets.h or socket.h. If you can confer that it was sys/socket.h, I will put in the test/include into this file. David >In libdx/client.c, my compile is unable to find the definitions AF_INET, >SOCK_STREAM etc, which >occur in sys/sockets.h on my system. I've searched all the possible includes >inside if/endif blocks >in client.c, but can't find these definitions anywhere. Is it >possible that they >should have been >put into dxconfig.h by configure? > > >Richard -- ............................................................................. David L. Thompson The University of Montana mailto:[EMAIL PROTECTED] Computer Science Department http://www.cs.umt.edu/u/dthompsn Missoula, MT 59812 Work Phone : (406)257-8530
