You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: