-
Notifications
You must be signed in to change notification settings - Fork 275
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
Building for wasm on macOS 10.14 #134
Comments
This errors look like errors with the OS files, not with this library. And google those Don't know enough about MacOS to really help you |
Also probably seems like an issue that will break almost any CC-built projects building for WASM, not just us. Maybe either file on the appropriate wasm project or cc. |
Still no luck. For future readers, I tried installing macOS 10.14 headers ( For those with immediate need, I was able to package in a Ubuntu 18.04 Vagrantbox by installing a pre-built binary of Clang 8.0.0 (https://releases.llvm.org/download.html) into |
Right, |
Note that on Linux I had to |
I was able to build
rust-secp256k1
in a Ubuntu vagrant box, however am still running into issues on macOS 10.14.The error originates from
depend/secp256k1/contrib/lax_der_parsing.c:7
and is caused by/usr/include/machine/_types.h:34:2: error: architecture not supported
.Clang version:
I have tried separately installing and compiling with Clang 8 via Homebrew, and receive the same compilation issue.
Below is the full output:
The text was updated successfully, but these errors were encountered: