eXtremal-ik7 / pool_frontend_zcash

ZCash mining pool/solo mining suite
50 stars 46 forks source link

Error #14

Closed FsOi closed 7 years ago

FsOi commented 7 years ago

Hi! Not enough header files.

[ 33%] Building CXX object poolcore/CMakeFiles/poolcore.dir/api.cpp.o
In file included from /home/user/git/poolcore/src/include/poolcore/accounting.h:6:0,
                 from /home/user/git/poolcore/src/include/poolcore/backend.h:4,
                 from /home/user/git/poolcore/src/poolcore/api.cpp:4:
/home/user/git/poolcore/src/include/poolcore/kvdb.h:4:24: fatal error: leveldb/db.h: No such file or directory
compilation terminated.
poolcore/CMakeFiles/poolcore.dir/build.make:86: recipe for target 'poolcore/CMakeFiles/poolcore.dir/api.cpp.o' failed
make[2]: *** [poolcore/CMakeFiles/poolcore.dir/api.cpp.o] Error 1
CMakeFiles/Makefile2:140: recipe for target 'poolcore/CMakeFiles/poolcore.dir/all' failed
make[1]: *** [poolcore/CMakeFiles/poolcore.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
user@z_wps:~/git/poolcore/x86_64-Linux$ make
[ 22%] Built target poolcommon
[ 27%] Building CXX object poolcore/CMakeFiles/poolcore.dir/api.cpp.o
In file included from /home/user/git/poolcore/src/include/poolcore/accounting.h:6:0,
                 from /home/user/git/poolcore/src/include/poolcore/backend.h:4,
                 from /home/user/git/poolcore/src/poolcore/api.cpp:4:
/home/user/git/poolcore/src/include/poolcore/kvdb.h:4:24: fatal error: leveldb/db.h: No such file or directory
compilation terminated.
poolcore/CMakeFiles/poolcore.dir/build.make:86: recipe for target 'poolcore/CMakeFiles/poolcore.dir/api.cpp.o' failed
make[2]: *** [poolcore/CMakeFiles/poolcore.dir/api.cpp.o] Error 1
CMakeFiles/Makefile2:140: recipe for target 'poolcore/CMakeFiles/poolcore.dir/all' failed
make[1]: *** [poolcore/CMakeFiles/poolcore.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

What could be the problem?