Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Crypto.ba RXC [X11+POW+MN]
by
NODEPOW
on 08/10/2020, 04:38:02 UTC
In file included from bls/bls.cpp:5:0:
bls/bls.h:14:27: fatal error: chiabls/bls.hpp: No such file or directory
compilation terminated.
Makefile:9628: recipe for target 'bls/libruxcryptoconsensus_la-bls.lo' failed
make[2]: *** [bls/libruxcryptoconsensus_la-bls.lo] Error 1
make[2]: Leaving directory '/root/ruxcryptoRXC/src'
Makefile:11300: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/ruxcryptoRXC/src'
Makefile:686: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
root@ubuntu:~/ruxcryptoRXC# cd


Ok, you probably have ubuntu 16.04, that will be problem, you need 18.04 because GLIB 2.27 is on 18.04 native!

did you try to find some solutions for missing "chiabls/bls.hpp"

I will try to compile for 16.04 Ubuntu.

I suggest you try this

sudo apt-get install libnl-3-dev
sudo ln -s /lib/x86_64-linux-gnu/libnl-3.so /lib/x86_64-linux-gnu/libnl.so
make clean (this will clean your previous compile attempts)

Let me know did you managed to compile





I failed