Hello!
Yesterday I downloaded wine-0.9.11 sources and tried to compile it on cygwin with gcc-4.1.0. './configure' and 'make depend' completed successfully, but I make wine failed - GCC C compiler rejected kthread.c: ---------------- kthread.c:93: error: field 'res_state' has incomplete type kthread.c: In function '__res_state': kthread.c:144: warning: control reaches end of non-void function make[1]: *** [kthread.o] Error 1 make[1]: Leaving directory `/cygdrive/d/GnuProjects/wine-0.9.11/loader' make: *** [loader] Error 2 ---------------- I attached full log to this message.
Please, help me fix it and build wine on cygwin.