ex_guard
ex_guard copied to clipboard
Upgrade fs dependancy
fs 0.9
is outdated
https://beta.hexfaktor.org/github/slashmili/ex_guard
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 https://github.com/potatosalad/erlang-libdecaf/issues/9
there was a bug in fs and it got fixed https://github.com/synrc/fs/issues/61
fs
is updated