Missing headers under cygwin

Posted by Lag.Com on Mon 03 May 2004 05:12 PM — 2 posts, 11,456 views.

#0
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.
#1
Duh, stupid me. The paths in my makefile to the files compiled in the Rom 2.4 code were wrong, fixed now.