[
https://issues.apache.org/jira/browse/ARROW-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-11448:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Blocker
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> CMake args:
>
> {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}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)