Skip to content
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

Fail to run on Mac #3

Open
mondayrris opened this issue May 17, 2022 · 0 comments
Open

Fail to run on Mac #3

mondayrris opened this issue May 17, 2022 · 0 comments

Comments

@mondayrris
Copy link

$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant