fancoder / cryptonote-universal-pool

Mining pool for all CryptoNote based coins such as Bytecoin, duckNote, Monero, and Fantomcoin.
http://cryptonotemining.org
GNU General Public License v2.0
335 stars 308 forks source link

'boost/variant.hpp' file not found #30

Open bekman1 opened 8 years ago

bekman1 commented 8 years ago

Hello guys, i try to run cryptonote-universal-pool on OS X (x64) 10.11.4 Node.js v5.9.1 redis 3.0.7 and get error after "npm update" command

cryptonote-util@0.0.1 install /Users/eimpex/Downloads/redis-3.0.7/pool/node_modules/cryptonote-util node-gyp rebuild

CXX(target) Release/obj.target/cryptonote/src/main.o In file included from ../src/main.cc:8: ../src/cryptonote_core/cryptonote_basic.h:7:10: fatal error: 'boost/variant.hpp' file not found

include <boost/variant.hpp>

     ^

1 error generated. make: *\ [Release/obj.target/cryptonote/src/main.o] Error 1

pmitchev commented 8 years ago

You need boost brew install boost

nfgallimore commented 6 years ago

Thank you