p2k / ecoinpool

A pool mining software written in Erlang for cryptographic currencies
https://ecoinpool.p2k-network.org/projects/ecoinpool
GNU General Public License v3.0
66 stars 36 forks source link

include/proper_internal.hrl:26: can't find include file "compile_flags.hrl" #2

Open SimonVillage opened 11 years ago

SimonVillage commented 11 years ago

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?

AxelWal commented 11 years ago

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.