Archived

This forum has been archived. Please start a new discussion on GitHub.

FreeBSD compilation problem: EPROTO undeclared

Hi,

Looks like EPROTO is a Linux specific errno value.
I got this error when compiling on FreeBSD:

Network.cpp: In function `bool IceInternal::interrupted()':
Network.cpp:34: `EPROTO' undeclared (first use this function)
Network.cpp:34: (Each undeclared identifier is reported only once for each
function it appears in.)
gmake[2]: *** [Network.o] Error 1


I'll put some
#ifdef EPROTO
magic to move things along. :)

Comments