-
Notifications
You must be signed in to change notification settings - Fork 19
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
(Mix) Could not compile dependency hoedown #11
Comments
I think you need a more recent gcc version. Either install it via homebrew or install Xcode command line tools with |
@dlcmh Try locking hoedown to tag {:hoedown, github: "hoedown/hoedown", tag: "3.0.2", override: true} and report back |
@devinus -> same result, I think the issue is with the use of Googling "mac gcc soname install_name" suggests that
|
Faced issue mentioned in the title - please help, thanks!
Machine is MacBook Air running Yosemite.
Elixir 1.0.5 & Erlang/OTP 18 installed.
Added
{:markdown, github: "devinus/markdown"}
todeps
inmix.exs
in a Phoenix project.Ran
mix deps.get
-> no issues.Ran
mix phoenix.server
andmix eps.compile hoedown
several times -> here's what appeared:The text was updated successfully, but these errors were encountered: