Here's a transcription.
_________________________
C:\QUICK\SRC>make
gcc -c -Wall -O -g comm.c
In file included from comm.c:62:
merc.h:2358: warning: conflicting types for built-in function 'logf'
comm.c:208: error: conflicting types for 'gettimeofday'
c:/djgpp/include/time.h:86: error: previous declaration of 'gettimeofday'
comm.c: In function 'read_from_descriptor':
comm.c:1162: error: 'EWOULDBLOCK' undeclared (first use in this function)
comm.c:1162: error: (Each undeclared identifier is reported only once
comm.c:1162: error: for each function it appears in.)
make.exe: *** [comm.o] Error 1
___________________________
I am so completely new at this, and I really do not understand most of it...I'd be grateful if I could receieve assistance!
Thanks!
xander
_________________________
C:\QUICK\SRC>make
gcc -c -Wall -O -g comm.c
In file included from comm.c:62:
merc.h:2358: warning: conflicting types for built-in function 'logf'
comm.c:208: error: conflicting types for 'gettimeofday'
c:/djgpp/include/time.h:86: error: previous declaration of 'gettimeofday'
comm.c: In function 'read_from_descriptor':
comm.c:1162: error: 'EWOULDBLOCK' undeclared (first use in this function)
comm.c:1162: error: (Each undeclared identifier is reported only once
comm.c:1162: error: for each function it appears in.)
make.exe: *** [comm.o] Error 1
___________________________
I am so completely new at this, and I really do not understand most of it...I'd be grateful if I could receieve assistance!
Thanks!
xander