[Mono-list] Error building mono

Dick Porter dick@ximian.com
Thu, 11 Apr 2002 14:21:05 +0100


On Thu, Apr 11, 2002 at 08:08:15AM +0200, Krister Hansson wrote:
> Hi there.
> 
> I get this error building mono with the mono-build-w32.sh script
> 
> I have the latest packages for cygwin and have been able to build mono before

A fresh cvs checkout of mono builds on cygwin for me using the script.  I
probably don't have the absolute latest cygwin packages installed though.

> socket-io.c:1165: storage size of `mreq' isn't known
> socket-io.c:1165: warning: unused variable `mreq'

You should have struct mreq defined in /usr/include/w32api/winsock.h.


- Dick