Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

Unable to execute cmake on MacBook Pro using apple M1 silicon #143

Closed CoDanny closed 2 years ago

CoDanny commented 2 years ago

When I run the cmake command from the command line on my mac. I get the following output:

-- Conan executing: /Users/arroyo/.pyenv/shims/conan install /Users/arroyo/repos/tmp/cura5/cura-build-environment/conanfile.py -pr=default -g=cmake --build=missing
Configuration:
[settings]
arch=armv8
arch_build=armv8
build_type=Release
compiler=apple-clang
compiler.libcxx=libc++
compiler.version=13
os=Macos
os_build=Macos
[options]
[build_requires]
[env]

protobuf/3.17.1: Not found in local cache, looking in remotes...
protobuf/3.17.1: Trying with 'ultimaker'...
Downloading conanmanifest.txt
ERROR: Failed requirement 'protobuf/3.17.1' from 'conanfile.py (cura-build-environment/None)'
ERROR: Unable to find 'protobuf/3.17.1' in remotes
CMake Error at build/conan.cmake:540 (message):
  Conan install failed='1'
Call Stack (most recent call first):
  build/conan.cmake:882 (old_conan_cmake_install)
  cmake/conan.cmake:15 (conan_cmake_run)
  CMakeLists.txt:17 (include)

It appeats that there might not be packages for the apple silicon on the utilmaker conan remote?