Hello guys,
I downloaded the source code for linux from github and followed the installation instructions. After carrying out this commands
./autogen.sh
./configure
make
I get this error (after the "make" command):
"clientversion.cpp:42:19: fatal error: build.h: No such file or directory
compilation terminated."
I also tried "make install" with the same result. Anyone knows how to fix it
thats what i did on ubu 16.04 to install sys wallet:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo add-apt-repository ppa:syscoin/syscoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
./autogen.sh
./configure
... make ...
Thanks. Still get the same error when following your steps. Inbetween I get this message tho after "sudo add-apt-repository ppa:syscoin/syscoin" :
Cannot add PPA: ''This PPA does not support xenial''.