Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coin built failed on arm64 Linux platform via vcpkg #432

Open
romezxy opened this issue Dec 9, 2020 · 1 comment
Open

coin built failed on arm64 Linux platform via vcpkg #432

romezxy opened this issue Dec 9, 2020 · 1 comment
Labels

Comments

@romezxy
Copy link

romezxy commented Dec 9, 2020

I install coin package via vcpkg on a arm64 Linux platform, got errors here. it seems like coin is not support that platform.

Package: coin:arm64-linux
Vcpkg version: 2020.11.12-unknownhash

Using community triplet arm64-linux. This triplet configuration is not guaranteed to succeed.
-- [COMMUNITY] Loading triplet configuration from: /root/vcpkg/triplets/community/arm64-linux.cmake
CMake Error at scripts/cmake/vcpkg_fail_port_install.cmake:97 (message):
Architecture 'arm' not supported by coin! Architecture 'arm64' not supported by coin!
Call Stack (most recent call first): ports/coin/portfile.cmake:1 (vcpkg_fail_port_install) scripts/ports.cmake:136 (include)

@VolkerEnderlein
Copy link
Collaborator

VolkerEnderlein commented Dec 12, 2020

Coin itself does build on the arm64 platform but unfortunately the vcpkg does not support this for Coin. You may ask for further support on their issue tracker (I saw your entry there). Meanwhile, if you are only interested in running Coin (without any GUI toolkit binding) you can try one of the cross platform builds that were created by this action today. We will add builds for GUI toolkit bindings Qt and Xt soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants