You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Till Toenshoff (Jira)" <ji...@apache.org> on 2020/01/27 17:54:00 UTC

[jira] [Created] (MESOS-10090) Mesos build on Windows appears to be broken.

Till Toenshoff created MESOS-10090:
--------------------------------------

             Summary: Mesos build on Windows appears to be broken.
                 Key: MESOS-10090
                 URL: https://issues.apache.org/jira/browse/MESOS-10090
             Project: Mesos
          Issue Type: Bug
         Environment: Windows, MSVC
            Reporter: Till Toenshoff


I was told that when trying to build the latest Mesos (master - 1.10 WIP), MSVC complains about our use of domain sockets;
{noformat}
mesos\src\slave/slave.hpp(133,40): error C3083: ‘unix’: the symbol to the left of a ‘::’ must be a type
mesos\src\slave/slave.hpp(877,28): error C3083: ‘unix’: the symbol to the left of a ‘::’ must be a type
\mesos\src\slave\slave.cpp(203,45): error C3083: ‘unix’: the symbol to the left of a ‘::’ must be a typemesos\3rdparty\libprocess\src\http.cpp(1628,18): error C3083: ‘unix’: the symbol to the left of a ‘::’ must be a type
mesos\3rdparty\libprocess\src\http.cpp(1629,16): error C3083: ‘unix’: the symbol to the left of a ‘::’ must be a type {noformat}
This entirely prevents building on MSVC while no workaround is known - declaring this as a blocker for those reasons.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)