On Mon, 22 Jan 2018 07:13:21 +0200 Adrian Bunk <[email protected]> wrote: > Source: zoneminder > ... > /build/1st/zoneminder-1.30.4+dfsg/src/zm_comms.h: In member function 'virtual > int CommsBase::readV(const iovec*, int)': > /build/1st/zoneminder-1.30.4+dfsg/src/zm_comms.h:98:20: error: '::readv' has > not been declared > int nBytes = ::readv( mRd, iov, iovcnt ); > ^~~~~
man readv → I think "#include <sys/uio.h>" might be the solution. Regards, Juhani

