You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Max Risuhin (JIRA)" <ji...@apache.org> on 2018/02/07 09:49:00 UTC

[jira] [Created] (ARROW-2109) [C++] Boost 1.66 compilation fails on Windows on linkage stage

Max Risuhin created ARROW-2109:
----------------------------------

             Summary: [C++] Boost 1.66 compilation fails on Windows on linkage stage
                 Key: ARROW-2109
                 URL: https://issues.apache.org/jira/browse/ARROW-2109
             Project: Apache Arrow
          Issue Type: Bug
         Environment: Windows
            Reporter: Max Risuhin
            Assignee: Max Risuhin


Boost's autolinking should be disable on compilation with MSVC, since it causes linkage with shared import libs, instead of expected static. Following error occurs:

`LINK : fatal error LNK1104: cannot open file 'boost_filesystem.lib'`



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