You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Akhil J Nair (Jira)" <ji...@apache.org> on 2021/11/28 11:09:00 UTC

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

Akhil J Nair created ARROW-14895:
------------------------------------

             Summary: 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


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)