You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "John Kordich (JIRA)" <ji...@apache.org> on 2017/05/11 20:30:04 UTC

[jira] [Created] (MESOS-7502) Build error on Windows when using "int" for a file descriptor

John Kordich created MESOS-7502:
-----------------------------------

             Summary: Build error on Windows when using "int" for a file descriptor
                 Key: MESOS-7502
                 URL: https://issues.apache.org/jira/browse/MESOS-7502
             Project: Mesos
          Issue Type: Bug
          Components: test
            Reporter: John Kordich


There is a build error for mesos-tests in src/tests/check_tests.cpp on Windows associated with the use of an "int" file descriptor:

C:\mesos\mesos\src\tests\check_tests.cpp(1890): error C2440: 'initializing': cannot convert from 'Try<std::array<os::WindowsFD,2>,Error>' to 'Try<std::array<int,2>,Error>' [C:\mesos\mesos\build\src\tests\mesos-tests.vcxproj]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)