archit120 / Monero-Pool

An open source monero Pool written in C# and C++ for maximum speed and efficiency. Uses Redis as database
21 stars 12 forks source link

file not exist issue. Please help! #5

Open pregithub opened 6 years ago

pregithub commented 6 years ago

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

archit120 commented 6 years ago

Do you have boost downloaded and added as a reference?

pregithub commented 6 years ago

[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 commented 6 years ago

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

ghost commented 6 years ago

scam

archit120 commented 4 years ago

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.