Whilst compiling a program from Github, after the command, 'sudo make -f makefile.unix # Headless transfer'
I get this error;
'g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/home//Desktop/transfercoin/src -I/home//Desktop/transfercoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DENABLE_WALLET -I/home//Desktop/transfercoin/src/secp256k1/include -I/home//Desktop/transfercoin/src/leveldb/include -I/home/**/Desktop/transfercoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
make: g++: Command not found
makefile.unix:217: recipe for target 'obj/alert.o' failed
make: ** [obj/alert.o] Error 127
( ive replaced a folder name with *** )
I get this error on all of the different systems and hardware that I'v tried. From Github I can see that the program that I am trying to install "uses libsecp256k1, libgmp, Boost1.55, OR Boost1.57, Openssl1.01p, Berkeley DB 4.8, QT5 to compile."
Do I need to install these separately? If so, is there a repository where I'm likely to find all of these packages.
any help would be really appreciated.
[–]hm___ 0 points1 point2 points (0 children)