Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AsicCoin (ASC) | SHA256 - The coin for ASIC Mining! | No Premine
by
maxpower
on 20/09/2013, 13:38:20 UTC
still can`t compile it under ubuntu 12.04:

In QT - creator:
/home/.../asiccoin/src/util.cpp:-1: In function 'long int hex2long(const char*)':
/home/.../asiccoin/src/util.cpp:495: warning: array subscript has type 'char' [-Wchar-subscripts]

/home/.../asiccoin/src/main.cpp:20: error: boost/random/uniform_int_distribution.hpp: No such file or directory


If i make qmake -> make:

src/main.cpp:20:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory

No such file or directory Error 1




Sounds like you're missing the Boost random library. Not 100% sure on this, but try:

Code:
apt-get install libboost-random-dev