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

Build fails on Mac OS X 10.11 #7

Closed
silverbucket opened this issue Nov 2, 2015 · 3 comments
Closed

Build fails on Mac OS X 10.11 #7

silverbucket opened this issue Nov 2, 2015 · 3 comments
Labels

Comments

@silverbucket
Copy link

During the build process, this eventually happens...

running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-fPIC" "-o" "/Users/njenning/code/projects/mysteryshack/target/release/build/openssl-sys-f0bee5fb97afc90d/out/src/openssl_shim.o" "-c" "src/openssl_shim.c"
ExitStatus(Code(1))


command did not execute successfully, got: exit code: 1



--- stderr
src/openssl_shim.c:1:10: fatal error: 'openssl/hmac.h' file not found
#include <openssl/hmac.h>
         ^
1 error generated.
thread '<main>' panicked at 'explicit panic', /Users/njenning/.cargo/registry/src/github.com-0a35038f75765ae4/gcc-0.3.19/src/lib.rs:771
@untitaker
Copy link
Owner

Same issue as sfackler/rust-openssl#255. Unfortunately I don't think we'll ever be able to get rid of the openssl dependency.

@untitaker untitaker added the doc label Nov 2, 2015
@silverbucket
Copy link
Author

So, in case you want to make note of it, the following worked:

$ brew install openssl
$ brew link --force openssl

@silverbucket
Copy link
Author

(OS X 10.11)

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

No branches or pull requests

2 participants