You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gilbert Song (JIRA)" <ji...@apache.org> on 2018/01/17 20:28:01 UTC

[jira] [Updated] (MESOS-7704) Remove use of #pragma comment (lib, "IPHLPAPI.lib").

     [ https://issues.apache.org/jira/browse/MESOS-7704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilbert Song updated MESOS-7704:
--------------------------------
    Summary: Remove use of #pragma comment (lib, "IPHLPAPI.lib").  (was: Remove use of #pragma comment(lib...)

> Remove use of #pragma comment (lib, "IPHLPAPI.lib").
> ----------------------------------------------------
>
>                 Key: MESOS-7704
>                 URL: https://issues.apache.org/jira/browse/MESOS-7704
>             Project: Mesos
>          Issue Type: Bug
>         Environment: Windows
>            Reporter: Andrew Schwartzmeyer
>            Assignee: Andrew Schwartzmeyer
>            Priority: Major
>             Fix For: 1.5.0
>
>
> Commits 0a1e94d84, 5a7c8d8ef, and f7f661525 introduced the pattern of linking to a Windows system library with the {{#pragma comment(lib, "IPHLPAPI.lib")}}, instead of adding the library to the correct place in the CMake build system.
> While this works, we should be consistent in the way we link to libraries, so this code should be removed and {{IPHLPAPI.lib}} should be added to stout's {{LFLAGS}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)