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

Document OS X installation #1700

Closed
reaperhulk opened this issue Feb 25, 2015 · 1 comment · Fixed by #2109
Closed

Document OS X installation #1700

reaperhulk opened this issue Feb 25, 2015 · 1 comment · Fixed by #2109

Comments

@reaperhulk
Copy link
Member

We implicitly assume our OS X users already have a compiler and the ffi headers (xcode-select --install). This is sometimes an unsafe assumption, especially as our project gets more popular. Let's document how to install on OS X.

@jbolda
Copy link

jbolda commented Feb 25, 2015

The specific error code snippet is below. It fails on the cffi dependency.

    c/_cffi_backend.c:13:10: fatal error: 'ffi.h' file not found

    #include <ffi.h>

             ^

    1 error generated.

    error: command 'cc' failed with exit status 1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

2 participants