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

[jira] [Created] (ARROW-11448) Arrow C++ 3.0.0 build failing on Windows with Visual Studio

Neal McDonnell created ARROW-11448:
--------------------------------------

             Summary: Arrow C++ 3.0.0 build failing 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


CMake args: 

{{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%}}


Missing {{include <tuple>}}:

{{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}}


Arrow version:

{{C:\Git\arrow3.0.0\cpp\build>git describe
apache-arrow-3.0.0-94-g51e911892}}



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