v-dimension / vds-core

Other
70 stars 85 forks source link

Installed according to build-unix.md error #11

Open louiszu opened 5 years ago

louiszu commented 5 years ago

configure: error: libdb_cxx headers missing, Bitcoin Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality)

Have installation and operation ,apt-get install libdb4.8-dev libdb4.8++-dev

deanrobin commented 5 years ago

same error, I search question in google 3 hours.

Hconk commented 5 years ago

@deanrobin First , you must in depends execute make, then , ./configure --prefix=$PWD/depends/x86_64-unknown-linux-gnu . But this repo not contain all source code(not found miner.h ) . Error info:

  CXX      libvds_server_a-init.o
init.cpp:27:19: fatal error: miner.h: No such file or directory
compilation terminated.
Makefile:8345: recipe for target 'libvds_server_a-init.o' failed
make[2]: *** [libvds_server_a-init.o] Error 1
make[2]: Leaving directory '/root/vds-core-master/src'
Makefile:11285: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/vds-core-master/src'
Makefile:695: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1