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
Have download from git. ./rebar get-deps <- seems to be fine
root@***:/tmp/ecoinpool# ./rebar compile ==> meck (compile) ==> protobuffs (compile) ==> mochiweb (compile) ==> proper (compile) include/proper_internal.hrl:26: can't find include file "compile_flags.hrl"
what to do?
The text was updated successfully, but these errors were encountered:
Use a newer version of rebar. https://github.com/basho/rebar build in a seperate folder and copy the rebar file over the one in the ecoinpool directory.
Sorry, something went wrong.
No branches or pull requests
Have download from git.
./rebar get-deps <- seems to be fine
root@***:/tmp/ecoinpool# ./rebar compile
==> meck (compile)
==> protobuffs (compile)
==> mochiweb (compile)
==> proper (compile)
include/proper_internal.hrl:26: can't find include file "compile_flags.hrl"
what to do?
The text was updated successfully, but these errors were encountered: