I know this is probably a pretty easy thing to fix, but I don't know where to get the header files from that fit Cygwin. Anyway, here's the error message.
/usr/bin/gcc -c -O -g -DNOCRYPT -Dunix -I/export/Rom24/gipa/network/include -I../ipapi/include -I../sem comm.c
comm.c:61:20: sockio.h: No such file or directory
comm.c:69:19: ipapi.h: No such file or directory
comm.c:319: error: syntax error before "comm"
comm.c:319: warning: data definition has no type or storage class
make: *** [comm.o] Error 1
It's pretty straightforward, but as I said I don't know how to get these headers.
/usr/bin/gcc -c -O -g -DNOCRYPT -Dunix -I/export/Rom24/gipa/network/include -I../ipapi/include -I../sem comm.c
comm.c:61:20: sockio.h: No such file or directory
comm.c:69:19: ipapi.h: No such file or directory
comm.c:319: error: syntax error before "comm"
comm.c:319: warning: data definition has no type or storage class
make: *** [comm.o] Error 1
It's pretty straightforward, but as I said I don't know how to get these headers.