Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [SCRYPT JANE] UltraCoin (UTC) - Newly Launched
by
mpolci
on 12/02/2014, 17:36:56 UTC
windows wallet and github source updated to version 1.6

checkpoint has been added to secure the network.
get it at http://www.ultracoin.net/wallet.html

I'm trying to compile the client on debian squeeze.
First it cannot find the splash2.jpg file in the images directory. I resolved linking to the icons/splash2.jpg.
Then I receive the following error:

src/main.cpp:18:53: error: boost/random/uniform_int_distribution.hpp: No such file or directory
src/main.cpp: In function ‘int generateMTRandom(unsigned int, int)’:
src/main.cpp:958: error: ‘mt19937’ is not a member of ‘boost::random’
src/main.cpp:958: error: expected ‘;’ before ‘gen’
src/main.cpp:959: error: ‘uniform_int_distribution’ is not a member of ‘boost::random’
src/main.cpp:959: error: expected primary-expression before ‘>’ token
src/main.cpp:959: error: ‘dist’ was not declared in this scope
src/main.cpp:960: error: ‘gen’ was not declared in this scope
src/main.cpp: In function ‘unsigned char GetNfactor(int64)’:
src/main.cpp:987: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘int64’ [-Wformat]
src/main.cpp: At global scope:
src/main.cpp:956: warning: ‘int generateMTRandom(unsigned int, int)’ defined but not used [-Wunused-function]
make: *** [build/main.o] Error 1


do you have boost installed?
Yes, I installed the dependencies as indicated in the readme-qt.rst file:

        apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
        libssl-dev libdb4.8++-dev

maybe the libboost version included in debian squeeze is too old? It is 1.42