On Mon, 8 Apr 2002, Tony Lambregts wrote:
wine compiles fine with my system until this patch is applied http://www.winehq.com/hypermail/wine-cvs/2002/04/0087.html
It seems that "struct iovec" is undefined on your system. What OS/hardware is this? Can you find out which header file defines it on your system ? Normally (on Linux) it should be in <bits/uio.h>, included via <sy/uio.h>, which is included via <sys/socket.h>. Also, please send me your wine include/config.h file.
Martin