[vtk-developers] Missing typedef in vtkSocket.cxx

David Doria daviddoria+vtk at gmail.com
Mon Sep 6 14:24:51 EDT 2010


When compiling on Windows Vista with Visual Studio 2008 I got a "socklen_t
is undefined" compiler error.

I added
typedef int socklen_t;

at the top of the file and then it worked. Anyone involved with vtkSocket
know if that seems like a reasonable fix?

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100906/0a36360b/attachment.html>


More information about the vtk-developers mailing list