Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
pallas
on 09/10/2017, 12:40:20 UTC
Anyone compile ccminer-PHI1612 successfully in Ubuntu 16.04?

I did:

Code:
git clone https://github.com/216k155/ccmier-PHI1612
./autogen.sh
./configure
./build.sh

but I have error message =

Code:
api.cpp:600:68: fatal error: compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h: No such file or directory

Any clue?

replace "compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h" with "openssl/sha.h" in api.cpp
you can also run "make -j4" instead of "./build.sh"

Thank you very much, sha issue solved. But now I have some weird issue:-

I have no problem to compile ccminer tpruvot and krnlx. Just no idea why phi1612 version had such problem  Huh

run make without -j so we can see where the error is.