Hello,<br>I&#39;m trying to get imapfilters compiled on cygwin.  I&#39;ve gotten it mostly working, but I&#39;m running into this error:<br><br>cc -Wall -O -DMAKEFILE_SHAREDIR=&#39;&quot;/usr/local/share/imapfilter&quot;&#39; -I/usr/local/include   -c -o socket.o socket.c<br>
socket.c: In function `open_connection&#39;:<br>socket.c:29: error: storage size of &#39;hints&#39; isn&#39;t known<br>socket.c:39: error: invalid application of `sizeof&#39; to incomplete type `addrinfo&#39;<br>socket.c:44: warning: implicit declaration of function `getaddrinfo&#39;<br>
socket.c:47: warning: implicit declaration of function `gai_strerror&#39;<br>socket.c:56: error: dereferencing pointer to incomplete type<br>socket.c:56: error: dereferencing pointer to incomplete type<br>socket.c:57: error: dereferencing pointer to incomplete type<br>
socket.c:60: error: dereferencing pointer to incomplete type<br>socket.c:60: error: dereferencing pointer to incomplete type<br>socket.c:65: error: dereferencing pointer to incomplete type<br>socket.c:69: warning: implicit declaration of function `freeaddrinfo&#39;<br>
socket.c:29: warning: unused variable `hints&#39;<br>make: *** [socket.o] Error 1<br><br>Has anyone tried with cygwin?  I see there was a patch in 2004, but nothing since.  Any suggestions for this error?<br><br>thanks,<br>
Ben<br>