slashmili/ex_guard

Upgrade fs dependancy

slashmili opened this issue · 5 comments

can't compile fs when installing ex_guard

==> fs (compile)
ld: library not found for -lerl_interface
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ERROR: sh(clang c_src/mac/cli.o c_src/mac/compat.o c_src/mac/main.o -framework CoreFoundation -framework CoreServices  -L"/usr/local/Cellar/erlang/23.0.3/lib/erlang/lib/erl_interface-4.0/lib" -lerl_interface -lei -o priv/mac_listener)
failed with return code 1 and the following output:
ld: library not found for -lerl_interface
clang: error: linker command failed with exit code 1 (use -v to see invocation)

ERROR: compile failed while processing /Users/kain/Sites/pandamex/deps/fs: rebar_abort
** (Mix) Could not compile dependency :fs, "/Users/kain/.mix/rebar compile skip_deps=true deps_dir="/Users/kain/Sites/pandamex/_build/dev/lib"" command failed. You can recompile this dependency with "mix deps.compile fs", update it with "mix deps.update fs" or clean it with "mix deps.clean fs

@masterkain could you please give me your Elixir and OTP versions?

currently on

Erlang/OTP 23 [erts-11.0.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]

Elixir 1.10.4 (compiled with Erlang/OTP 23)

maybe related potatosalad/erlang-libdecaf#9

there was a bug in fs and it got fixed 5HT/fs#61

fs is updated