You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ brew info erlang
erlang: stable 24.3.4 (bottled), HEAD
$ make lib
make -C lib
if [ -d"erlang-rfc4627" ];then \
cd erlang-rfc4627 ; git pull ;\
else \
git clone https://github.com/tonyg/erlang-rfc4627.git ;\
fi
Already up to date.
mkdir -p erlang-rfc4627/ebin
make -C erlang-rfc4627
Building for OTP release .
/bin/sh: line 0: test: R14A: unary operator expected
/bin/sh: line 0: test: R14B01: unary operator expected
Using path to INETS httpd.hrl that exists in releases at and after R14B01.
/bin/sh: line 0: test: R13A: unary operator expected
Using Dialyzer-compatible specs.
erlc -I include -o ebin -Duse_specs -Wall +debug_info src/rfc4627.erl
make[2]: *** [ebin/rfc4627.beam] Segmentation fault: 11
make[1]: *** [compilejsonlib] Error 2
make: *** [lib] Error 2
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: