[jira] [Commented] (ARROW-14895) [C++] Vcpkg install error for abseil on windows when building Arrow C++

2022-07-18 Thread H. Vetinari (Jira)


[ 
https://issues.apache.org/jira/browse/ARROW-14895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17568048#comment-17568048
 ] 

H. Vetinari commented on ARROW-14895:
-

This is probably related to using different C++ standard versions while 
compiling abseil & arrow. Abseil is a library whose ABI depends on the 
standard, and google only supports the case where everything is compiled 
against the same C++ version

> [C++] Vcpkg install error for abseil on windows when building Arrow C++
> ---
>
> Key: ARROW-14895
> URL: https://issues.apache.org/jira/browse/ARROW-14895
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
> Environment: Windows 10
>Reporter: Akhil J Nair
>Priority: Minor
>  Labels: pull-request-available
>   Original Estimate: 0h
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I attempted to build arrow c++ by following the 
> [docs|https://arrow.apache.org/docs/developers/cpp/building.html] . However 
> in the vcpkg install command
> {code:java}
> vcpkg install \
>   --x-manifest-root cpp \
>   --feature-flags=versions \
>   --clean-after-build{code}
> I get this error - 
> {code:java}
> Error: abseil:x86-windows@20210324.2 is only supported on '(x64 | arm64) & 
> (linux | osx | windows)'{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ARROW-14895) [C++] Vcpkg install error for abseil on windows when building Arrow C++

2021-11-28 Thread Akhil J Nair (Jira)


[ 
https://issues.apache.org/jira/browse/ARROW-14895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17450018#comment-17450018
 ] 

Akhil J Nair commented on ARROW-14895:
--

Er...new to JIRA, where is the Start Progress button?

 

https://github.com/apache/arrow/pull/11784

> [C++] Vcpkg install error for abseil on windows when building Arrow C++
> ---
>
> Key: ARROW-14895
> URL: https://issues.apache.org/jira/browse/ARROW-14895
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
> Environment: Windows 10
>Reporter: Akhil J Nair
>Priority: Minor
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> I attempted to build arrow c++ by following the 
> [https://arrow.apache.org/docs/developers/cpp/building.html|docs] . However 
> in the vcpkg install command
> {code:java}
> vcpkg install \
>   --x-manifest-root cpp \
>   --feature-flags=versions \
>   --clean-after-build{code}
> I get this error - 
> {code:java}
> Error: abseil:x86-windows@20210324.2 is only supported on '(x64 | arm64) & 
> (linux | osx | windows)'{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)