Git Product home page Git Product logo

erlswf's People

Contributors

bef avatar ernstki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

erlswf's Issues

Fail to run on Mac

$ 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

Missing repo

http://hg.opensource.lshift.net/erlang-rfc4627/ gives me a 404, so I cannot install erlswf

make -C lib
if [ -d "erlang-rfc4627" ]; then \
		cd erlang-rfc4627 ; hg update ;\
	else \
		hg clone http://hg.opensource.lshift.net/erlang-rfc4627/ ;\
	fi
abort: HTTP Error 404: Not Found
make[1]: *** [getjsonlib] Error 255
make: *** [lib] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.