We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What am I doing wrong?
$ echo $ERL_LIBS /home/hernanex3/.ERL_LIBS/ $ pwd /home/hernanex3/.ERL_LIBS $ git clone [email protected]:rustyio/sync.git Cloning into 'sync'... remote: Counting objects: 708, done. remote: Total 708 (delta 0), reused 0 (delta 0), pack-reused 708 Receiving objects: 100% (708/708), 288.56 KiB | 552.00 KiB/s, done. Resolving deltas: 100% (441/441), done. $ cd sync/ $ make ./rebar compile ==> sync (compile) Compiled src/sync.erl Compiled src/sync_options.erl Compiled src/sync_notify.erl src/sync_utils.erl:16: Warning: export_all flag enabled - all functions will be exported Makefile:2: recipe for target 'compile' failed make: *** [compile] Error 1 $ erl Erlang/OTP 20 [erts-9.0.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [kernel-poll:false] Eshell V9.0.4 (abort with ^G) 1> sync:start(). {error,{"no such file or directory","sync.app"}}
The text was updated successfully, but these errors were encountered:
Hi, I just pushed an update. Give this a shot and let me know: 44a1e0d
Sorry, something went wrong.
@choptastic yehaa that solved the {error,{"no such file or directory","sync.app"}} problem. But now when:
{error,{"no such file or directory","sync.app"}}
rebar3 shell 130 ===> Verifying dependencies... ===> Compiling uf Erlang/OTP 20 [erts-9.0.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:0] [kernel-poll:false] Eshell V9.0.4 (abort with ^G) 1> sync:go(). =INFO REPORT==== 4-Mar-2018::12:46:52 === /home/hernanex3/lib/rebar3/_build/default/lib/cf/src/cf.erl:0: Recompiled. =INFO REPORT==== 4-Mar-2018::12:46:52 === /home/hernanex3/lib/rebar3/_build/default/lib/cf/src/cf_term.erl:0: Recompiled. =INFO REPORT==== 4-Mar-2018::12:46:52 === /home/hernanex3/lib/rebar3/_build/default/lib/erlware_commons/src/ec_assoc_list.erl:0: Recompiled. =INFO REPORT==== 4-Mar-2018::12:46:53 === /home/hernanex3/lib/rebar3/_build/default/lib/erlware_commons/src/ec_cmd_log.erl:0: Recompiled. =INFO REPORT==== 4-Mar-2018::12:46:53 === /home/hernanex3/lib/rebar3/_build/default/lib/erlware_commons/src/ec_cnv.erl:0: Recompiled. % ... infinite list of INFO, AND error messages
And can't detect any of my files' changes. Maybe it can't work with rebar3?
No branches or pull requests
What am I doing wrong?
The text was updated successfully, but these errors were encountered: