Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
seasonw
on 09/10/2017, 14:20:41 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.

Thanks @pallas, here is the error message from make without -j:
Code:
root@IS-56490:~/Downloads/ccminer-phi1612# make
make  all-recursive
make[1]: Entering directory '/root/Downloads/ccminer-phi1612'
Making all in compat
make[2]: Entering directory '/root/Downloads/ccminer-phi1612/compat'
make[3]: Entering directory '/root/Downloads/ccminer-phi1612/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/Downloads/ccminer-phi1612/compat'
make[2]: Leaving directory '/root/Downloads/ccminer-phi1612/compat'
make[2]: Entering directory '/root/Downloads/ccminer-phi1612'
make[2]: *** No rule to make target 'x11/phi.cu', needed by 'x11/phi.o'. Stop.
make[2]: Leaving directory '/root/Downloads/ccminer-phi1612'
Makefile:2169: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/Downloads/ccminer-phi1612'
Makefile:646: recipe for target 'all' failed
make: *** [all] Error 2

Any clue?

Had the same problem. Please switch to linux branch.

Wow, didn't notice about linux branch, it works great now. Thank you very much  Wink