Created
February 24, 2014 16:35
-
-
Save ronnylt/9191734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(feature/erlangmk●●)$ make | |
APP cowlib.app.src | |
APP ranch.app.src | |
APP cowboy.app.src | |
APP mimetypes.app.src | |
./rebar compile | |
==> json (compile) | |
ERROR: compile failed while processing /Users/ronnylt/workspace/sp/spchat-erlang/deps/json: {'EXIT',{badarg,[{re,split, | |
[[118,99,115,95,105,110,102,111,95,109,115,103,95,48,95, | |
61,40,37,70,123,99,121,97,110,125,102,101,97,116,117, | |
114,101,47,101,114,108,97,110,103,109,107,37,102,37,70, | |
123,121,101,108,108,111,119,125,9679,37,102,37,70,123, | |
114,101,100,125,9679,37,102,41], | |
"=", | |
[{return,list},{parts,2}]], | |
[{file,"re.erl"},{line,154}]}, | |
{rebar_port_compiler,'-os_env/0-lc$^0/1-0-',1,[]}, | |
{rebar_port_compiler,'-os_env/0-lc$^0/1-0-',1,[]}, | |
{rebar_port_compiler,os_env,0,[]}, | |
{rebar_port_compiler,compile,2,[]}, | |
{rebar_core,run_modules,4,[]}, | |
{rebar_core,execute,4,[]}, | |
{rebar_core,process_dir,4,[]}]}} | |
make[1]: *** [all] Error 1 | |
/usr/local/bin/rebar get-deps | |
==> gproc (get-deps) | |
/usr/local/bin/rebar compile | |
==> gproc (compile) | |
./rebar compile | |
==> sync (compile) | |
APP spchat.app.src | |
cat: src/spchat.app.src: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment