Skip to content

{error,{"no such file or directory","sync.app"}} #80

Description

@herhernan

What am I doing wrong?

$ echo $ERL_LIBS
/home/hernanex3/.ERL_LIBS/
$ pwd
/home/hernanex3/.ERL_LIBS
$ git clone git@github.com: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"}}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions