AoD-Technologies / cryptocurrency-pool-server

It's all in the name. An end-all, be-all replacement for nomp/s-nomp/z-nomp.
GNU General Public License v3.0
20 stars 27 forks source link

build fails #1

Closed cryptopool-builders closed 4 years ago

cryptopool-builders commented 4 years ago

Hello,

First off thanks for doing this updated repo! I am trying to build and i get the following error:

CC(target) Release/obj.target/multihashing/Lyra2RE.o CC(target) Release/obj.target/multihashing/Lyra2REV2.o CC(target) Release/obj.target/multihashing/Lyra2REV3.o CC(target) Release/obj.target/multihashing/Lyra2Z.o CC(target) Release/obj.target/multihashing/lyra2z16m330.o CC(target) Release/obj.target/multihashing/lyra2z330.o CC(target) Release/obj.target/multihashing/m7.o ../m7.c:1:17: fatal error: gmp.h: No such file or directory compilation terminated. multihashing.target.mk:201: recipe for target 'Release/obj.target/multihashing/m7.o' failed make: *** [Release/obj.target/multihashing/m7.o] Error 1

looks like int the cryptocurrency-pool-server/node_modules/multi-hashing/build

cryptopool-builders commented 4 years ago

never mind missing libgmp3-dev