Last active
August 29, 2015 14:10
-
-
Save simplyb/f0852ab82edd5041b8a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mix do deps.get, compile -v 15:26:00 | |
Dependency resolution completed successfully | |
All dependencies up to date | |
==> bcrypt (compile) | |
ld: warning: directory not found for option '-L"/usr/local/Cellar/erlang/17.3.4/lib/erlang/lib/erl_interface-3.7.19/lib"' | |
ld: library not found for -lerl_interface | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
ERROR: Command [compile] failed! | |
** (Mix) Could not compile dependency bcrypt, /usr/local/bin/rebar command failed. If you want to recompile this dependency, please run: mix deps.compile bcrypt | |
[capture_life] gcc --version 15:26:19 | |
gcc (Homebrew gcc49 4.9.2) 4.9.2 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment