Bitcoin Forum
September 02, 2024, 04:00:30 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: eXtremal-ik7/pool_frontend_zcash ошибка компиляции  (Read 314 times)
achechet (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 26, 2017, 10:57:29 AM
 #1

Пытаюсь собрать пул с гитхаба под 14 Юбунтой:
https://github.com/eXtremal-ik7/pool_frontend_zcash
при компиляции poolcore возникает ошибка которая где то в репликах была откомментирована что сборка, что сборка должна происходить после компиляции zcashd.
Но у меня он откомпилирован и запускается, а ошибка все равно есть.
Сможет кто помочь советом?
Маке файл собирается нормально:
cmake has gone succesfully:
alex@ubuntu:~/ZEC/poolcore/x86_64-Linux$ cmake ../src -DROOT_SOURCE_DIR=/home/alex/ZEC -DZCASH_ENABLED=1
Code:
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- thread
-- system
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.1f")
/home/alex/ZEC/zcash
-- Configuring done
-- Generating done
-- Build files have been written to: /home/alex/ZEC/poolcore/x86_64-Linux

А вот при компиляции ошибка (zcashd уже собран):
alex@ubuntu:~/ZEC/poolcore/x86_64-Linux$ make -j5
Code:
[ 7%] Scanning dependencies of target poolrpczcash
Generating pool_generated.cpp, pool_generated.h
Scanning dependencies of target poolcommon
[ 14%] [ 21%] Building CXX object zcash/CMakeFiles/poolrpczcash.dir/__/poolrpc/poolrpc.cpp.o
Building CXX object zcash/CMakeFiles/poolrpczcash.dir/zcash.cpp.o
[ 35%] [ 35%] Building CXX object poolcommon/CMakeFiles/poolcommon.dir/poolapi.cpp.o
Building CXX object poolcommon/CMakeFiles/poolcommon.dir/pool_generated.cpp.o
In file included from /home/alex/ZEC/poolcore/src/zcash/zcash.cpp:3:0:
/home/alex/ZEC/zcash/src/main.h:10:35: fatal error: config/bitcoin-config.h: No such file or directory
#include "config/bitcoin-config.h"
^
compilation terminated.
make[2]: *** [zcash/CMakeFiles/poolrpczcash.dir/zcash.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [zcash/CMakeFiles/poolrpczcash.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX static library libpoolcommon.a
[ 35%] Built target poolcommon
make: *** [all] Error 2
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!