-
Notifications
You must be signed in to change notification settings - Fork 16
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
Installation trouble #23
Comments
Hi Benjamin, I had the same problem, and found the solution here: https://gist.github.com/mlafeldt/3885346 Just placing that elf.h header file in /usr/local/include did the trick. |
Yep, that seems to work. Probably worth putting this hint int he README!
… On Aug 8, 2018, at 2:36 PM, Ben Selfridge ***@***.*** ***@***.***>> wrote:
Hi Benjamin,
I had the same problem, and found the solution here: https://gist.github.com/mlafeldt/3885346 <https://gist.github.com/mlafeldt/3885346>
Just placing that elf.h header file in /usr/local/include did the trick.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#23 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGsIC8B-1lndXRL2FkaodcnPZXsLqgKzks5uOy_JgaJpZM4V0W0_>.
|
P.S. I also needed
brew install md5sha1sum
to get to the end.
… On Aug 15, 2018, at 8:46 AM, Benjamin C. Pierce ***@***.*** ***@***.***>> wrote:
Yep, that seems to work. Probably worth putting this hint int he README!
> On Aug 8, 2018, at 2:36 PM, Ben Selfridge ***@***.*** ***@***.***>> wrote:
>
> Hi Benjamin,
>
> I had the same problem, and found the solution here: https://gist.github.com/mlafeldt/3885346 <https://gist.github.com/mlafeldt/3885346>
> Just placing that elf.h header file in /usr/local/include did the trick.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <#23 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGsIC8B-1lndXRL2FkaodcnPZXsLqgKzks5uOy_JgaJpZM4V0W0_>.
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi -- I'm having trouble following the installation instructions. Even after doing
I get this:
Can someone tell me what I'm doing wrong?
Thanks!
(P.S. I'm running on OSX, with Stack newly installed.)
The text was updated successfully, but these errors were encountered: