zone117x / node-cryptonote-pool

Mining pool for CryptoNote based coins such as Bytecoin and Monero
GNU General Public License v2.0
824 stars 1.14k forks source link

Boost/variant.hpp Problem #184

Open noobishpool opened 7 years ago

noobishpool commented 7 years ago

I allways have the same error:

make: Entering directory `/root/pool/node_modules/cryptonote-util/build' CXX(target) Release/obj.target/cryptonote/src/main.o In file included from ../src/main.cc:8:0: ../src/cryptonote_core/cryptonote_basic.h:7:29: fatal error: boost/variant.hpp: No such file or directory

include <boost/variant.hpp>

                         ^

compilation terminated. make: *** [Release/obj.target/cryptonote/src/main.o] Error 1 make: Leaving directory /root/pool/node_modules/cryptonote-util/build' gyp ERR! build error gyp ERR! stack Error:make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23) gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12) gyp ERR! System Linux 2.6.32-042stab123.9 gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /root/pool/node_modules/cryptonote-util gyp ERR! node -v v0.10.20 gyp ERR! node-gyp -v v0.10.10 gyp ERR! not ok npm ERR! weird error 1 npm ERR! not ok code 0

Tried with Ubuntu differnt versions, even with Centos 7, dont know what to do, someone can help me please ?

rjcoupe commented 7 years ago

Have you installed Boost as per the instructions?