Monero-Pool icon indicating copy to clipboard operation
Monero-Pool copied to clipboard

file not exist issue. Please help!

Open pregithub opened this issue 7 years ago • 5 comments

h.cpp hash-extra-skein.cpp jh.cpp keccak.cpp oaes_lib.c skein.cpp cn-hash.cpp -o ../build/libCryptoNight.so -fPIC In file included from block.cpp:2:0: cryptonote_boost_serialization.h:7:42: fatal error: boost/serialization/vector.hpp: No such file or directory #include <boost/serialization/vector.hpp> ^ compilation terminated. make: *** [all] Error 1 [root@monero Monero-Pool]# find . | grep vector ./CryptoNight/serialization/vector.h

pregithub avatar Jan 16 '18 17:01 pregithub

Do you have boost downloaded and added as a reference?

archit120 avatar Jan 17 '18 02:01 archit120

[root@monero Monero-Pool]# make mkdir build cd CryptoNight;
g++ -shared -std=c++11 block.cpp tree-hash.cpp address.cpp base58.cpp blake256.cpp groestl.cpp hash.cpp hash-extra-blake.cpp hash-extra-groestl.cpp hash-extra-jh.cpp hash-extra-skein.cpp jh.cpp keccak.cpp oaes_lib.c skein.cpp cn-hash.cpp -o ../build/libCryptoNight.so -fPIC In file included from cryptonote_basic.h:15:0, from cryptonote_boost_serialization.h:14, from block.cpp:2: serialization/binary_archive.h:15:20: fatal error: varint.h: No such file or directory #include "varint.h" ^ compilation terminated. make: *** [all] Error 1

pregithub avatar Jan 17 '18 03:01 pregithub

I have downloaded boost, then run it again, some error !

pregithub avatar Jan 17 '18 03:01 pregithub

scam

ghost avatar Jun 19 '18 15:06 ghost

As mentioned on other issues, this project is broken and abandoned now. Please look for other alternatives. I've updated the README to reflect this.

archit120 avatar Aug 06 '20 13:08 archit120