[MPlayer-cygwin] SVN 27139: rtsp.c WSAEINPROGRESS not declared
Henry Garcia
defsyn at gmail.com
Fri Jun 27 21:03:11 CEST 2008
Make fails on compiling rtsp.c
stream/librtsp/rtsp.c: In function `write_stream':
stream/librtsp/rtsp.c:66: warning: implicit declaration of function `send'
stream/librtsp/rtsp.c:74: warning: implicit declaration of function
`WSAGetLastError'
stream/librtsp/rtsp.c:74: error: `WSAEINPROGRESS' undeclared (first
use in this function)
stream/librtsp/rtsp.c:74: error: (Each undeclared identifier is
reported only once
stream/librtsp/rtsp.c:74: error: for each function it appears in.)
stream/librtsp/rtsp.c: In function `read_stream':
stream/librtsp/rtsp.c:93: warning: implicit declaration of function `recv'
stream/librtsp/rtsp.c:97: error: `fd_set' undeclared (first use in
this function)
stream/librtsp/rtsp.c:97: error: syntax error before "rset"
stream/librtsp/rtsp.c:100: warning: implicit declaration of function `FD_ZERO'
stream/librtsp/rtsp.c:100: error: `rset' undeclared (first use in this function)
stream/librtsp/rtsp.c:101: warning: implicit declaration of function `FD_SET'
stream/librtsp/rtsp.c:106: warning: implicit declaration of function `select'
make: *** [stream/librtsp/rtsp.o] Error 1
--------------------------------------
gcc 3.4.5
Windows 2000
MingW
More information about the MPlayer-cygwin
mailing list