Neil Conway created MESOS-6452:
----------------------------------
Summary: Compile error in strerror.h on OSX
Key: MESOS-6452
URL: https://issues.apache.org/jira/browse/MESOS-6452
Project: Mesos
Issue Type: Bug
Components: stout
Reporter: Neil Conway
{noformat}
Making all in src
/Library/Developer/CommandLineTools/usr/bin/make all-am
CXX posix/libmesos_no_3rdparty_la-rlimits.lo
In file included from ../../mesos/src/posix/rlimits.cpp:25:
../../mesos/3rdparty/stout/include/stout/os/strerror.hpp:41:47: error: use of
undeclared identifier 'ERANGE'
if (::strerror_r(errno_, buffer, size) == ERANGE) {
^
1 error generated.
make[2]: *** [posix/libmesos_no_3rdparty_la-rlimits.lo] Error 1
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)