-
Notifications
You must be signed in to change notification settings - Fork 23
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
Failing to Build on macOS Sierra (Architecture Issue?) #4
Comments
did you follow the instructions in doc/BUILD.md ? ps : given this is very much still in development, I suggest you don't just download the code, but rather use git, and clone the repo, then when I update it, it will simply be a matter of doing a git pull |
Yep, had followed the instructions and it was supposed to have installed libusb with the universal flag active.
So that’s why the universal version of libusb wasn’t installed. |
Built it!
Saved that as |
hmm, looks like homebrew is generally removing the universal build option... |
Unable to build on my mid-2011 Mac mini running macOS Sierra. Sounds like it might be an issue with the i386 called versus the x86_64 build.
This warning:
ld: warning: ignoring file /usr/local/lib/libusb-1.0.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libusb-1.0.dylib
leads to:
ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
And eventually:
The text was updated successfully, but these errors were encountered: