exclusivecoin / Exclusive

MIT License
0 stars 1 forks source link

Errors compiling makefile.unix #1

Open ghost opened 10 years ago

ghost commented 10 years ago

A few errors encountered while compiling: groestl.c:3122:1: fatal error: opening dependency file obj/groestl.d: No such file or directory zerocoin/Accumulator.cpp:106:1: fatal error: opening dependency file obj/zerocoin/Accumulator.d: No such file or directory g++: error: /home/ubuntu/Exclusive/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/ubuntu/Exclusive/src/leveldb/libmemenv.a: No such file or directory

Solved with: mkdir -p src/obj/zerocoin chmod +x src/leveldb/build_detect_platform cd src/leveldb && make libleveldb.a libmemenv.a

sdrafahl commented 7 years ago

try this

https://github.com/ChristianSommer/BIZ/blob/master/README-COMPILATION-ERRORS.txt