dem-bones
dem-bones copied to clipboard
The dem bones llvm library executable not working on M1 Macbooks
The issue is as :
mac@Ayushs-MacBook-Pro MacOS % ./dembones -a=a.abc -i=a.fbx -o=out.fbx -b=16 dyld: Library not loaded: /usr/local/opt/llvm/lib/libomp.dylib Referenced from: /Users/mac/Desktop/dem-bones-1.2.0/bin/MacOS/./dembones Reason: no suitable image found. Did find: /usr/local/opt/llvm/lib/libomp.dylib: mach-o, but wrong architecture /usr/local/opt/llvm/lib/libomp.dylib: mach-o, but wrong architecture zsh: abort ./dembones -a=a.abc -i=a.fbx -o=out.fbx -b=16
Does someone has fix?
I think the reason is M1 is an ARM-based computer so all dependencies will need to be recompiled.
I don't have M1 to try, but you can look into the solution like this: https://stackoverflow.com/questions/65293299/how-to-build-llvm-clang-clang-for-apple-m1