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

The dem bones llvm library executable not working on M1 Macbooks #17

Open
Tekh-ops opened this issue Apr 24, 2021 · 2 comments
Open

The dem bones llvm library executable not working on M1 Macbooks #17

Tekh-ops opened this issue Apr 24, 2021 · 2 comments

Comments

@Tekh-ops
Copy link

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

@Tekh-ops
Copy link
Author

Does someone has fix?

@binhhuyle
Copy link
Contributor

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

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

No branches or pull requests

2 participants