coin3d / coin

Coin3D core library
BSD 3-Clause "New" or "Revised" License
288 stars 109 forks source link

coin built failed on arm64 Linux platform via vcpkg #432

Open romezxy opened 3 years ago

romezxy commented 3 years ago

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 commented 3 years ago

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.