Hello everyone, I am trying to compile the linux wallet for an ubuntu VPS in terminal. When i try compile i get the following error
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CoinonatX/src -I/root/CoinonatX/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/root/CoinonatX/src/leveldb/include -I/root/CoinonatX/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
In file included from alert.h:9:0,
from alert.cpp:5:
serialize.h:19:48: fatal error: boost/type_traits/is_fundamental.hpp: No such file or directory
#include
^
compilation terminated.
make: *** [obj/alert.o] Error 1
I have fixed all dependancies for the packages but i still get this error pls help
Do you installed libboost-all-dev? Try to:
sudo apt-get install libboost-all-dev
Hey thanks for your reply, yes i have tried that now, I get this error also the Github page wiki is not available for CoinonatX
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CoinonatX/src -I/root/CoinonatX/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/root/CoinonatX/src/leveldb/include -I/root/CoinonatX/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
In file included from serialize.h:22:0,
from alert.h:9,
from alert.cpp:5:
allocators.h:12:53: fatal error: openssl/crypto.h: No such file or directory
#include // for OPENSSL_cleanse()
^
compilation terminated.
make: *** [obj/alert.o] Error 1