You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/02/13 15:07:00 UTC

[jira] [Resolved] (PARQUET-1210) [C++] Boost 1.66 compilation fails on Windows on linkage stage

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

Uwe L. Korn resolved PARQUET-1210.
----------------------------------
       Resolution: Fixed
    Fix Version/s: cpp-1.4.0

Issue resolved by pull request 437
[https://github.com/apache/parquet-cpp/pull/437]

> [C++] Boost 1.66 compilation fails on Windows on linkage stage
> --------------------------------------------------------------
>
>                 Key: PARQUET-1210
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1210
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>         Environment: Windows
>            Reporter: Max Risuhin
>            Assignee: Max Risuhin
>            Priority: Major
>             Fix For: cpp-1.4.0
>
>
> 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)