You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/02/01 03:32:00 UTC

[jira] [Resolved] (ARROW-11448) [C++] tdigest build failure on Windows with Visual Studio

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

Kouhei Sutou resolved ARROW-11448.
----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 9382
[https://github.com/apache/arrow/pull/9382]

> [C++] tdigest build failure on Windows with Visual Studio
> ---------------------------------------------------------
>
>                 Key: ARROW-11448
>                 URL: https://issues.apache.org/jira/browse/ARROW-11448
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 3.0.0
>         Environment: Windows - Visual Studio
>            Reporter: Neal McDonnell
>            Assignee: Neal McDonnell
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> CMake args (run from Visual Studio command prompt): 
> {code:java}
> C:\Git\arrow3.0.0\cpp\build>cmake ..
> -DARROW_PARQUET=ON
> -DARROW_WITH_SNAPPY=ON
> -DARROW_BUILD_STATIC=OFF
> -DSnappy_LIB=%SNAPPY_INSTALL%\lib\snappy.lib
> -DSnappy_INCLUDE_DIR=%SNAPPY_INSTALL%\include
> -DCMAKE_INSTALL_PREFIX=%BUILD_HOME%{code}
> Missing {{include <tuple>}}:
> {code:java}
> 24>C:\Git\arrow3.0.0\cpp\src\arrow\util\tdigest.cc(224,12): error C2039: 'tie': is not a member of 'std'
> 24>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\queue(22): message : see declaration of 'std'
> 24>C:\Git\arrow3.0.0\cpp\src\arrow\util\tdigest.cc(224,1): error C3861: 'tie': identifier not found
> 24>C:\Git\arrow3.0.0\cpp\src\arrow\util\tdigest.cc(233,12): error C2039: 'tie': is not a member of 'std'
> 24>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\queue(22): message : see declaration of 'std'
> 24>C:\Git\arrow3.0.0\cpp\src\arrow\util\tdigest.cc(233,1): error C3861: 'tie': identifier not found{code}
> Arrow version:
> {code:java}
> C:\Git\arrow3.0.0\cpp\build>git describe
>  apache-arrow-3.0.0-94-g51e911892{code}
> Fixed in PR: [https://github.com/apache/arrow/pull/9382]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)