I’m having trouble building Blender on my Macbook M1. I have the latest master branch and did a succesful “make update”. I get the following error:
leon@Leons-MacBook-Air blender % make
Configuring Blender in "/Users/leon/Blender-git/build_darwin" ...
-- The C compiler identification is AppleClang 12.0.0.12000032
-- The CXX compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detected native architecture arm64.
objc[4348]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x2008cc188) and ?? (0x116ddc2b8). One of the two will be used. Which one is undefined.
objc[4348]: Class AMSupportURLSession is implemented in both ?? (0x2008cc1d8) and ?? (0x116ddc308). One of the two will be used. Which one is undefined.
-- Detected OS X 11.1 and Xcode 12.4 at /Applications/Xcode.app/Contents/Developer
-- SDKs Directory: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
-- Detected OSX_SYSROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
-- Found Git: /opt/homebrew/bin/git (found version "2.31.1")
-- Performing Test SUPPORT_NEON_BUILD
-- Performing Test SUPPORT_NEON_BUILD - Success
-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libz.tbd (found version "1.2.11")
-- Found BZip2: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libbz2.tbd (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found OpenAL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/OpenAL.framework
-- JACK not found, disabling WITH_JACK
CMake Error at build_files/cmake/platform/platform_apple.cmake:86 (message):
Mac OSX requires pre-compiled libs at:
'/Users/leon/Blender-git/blender/../lib/darwin_arm64'
Call Stack (most recent call first):
CMakeLists.txt:938 (include)