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

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

    [ https://issues.apache.org/jira/browse/MESOS-10090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17024539#comment-17024539 ] 

Joseph Wu commented on MESOS-10090:
-----------------------------------

I was planning to fix this in the SSL downgrade chain (up for review): https://reviews.apache.org/r/72018/

> 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
>            Priority: Blocker
>
> 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)