Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
blueboxster
on 03/08/2017, 11:59:20 UTC
@polylogic


Just reinstall ubunto 16.04 following the part 03.2 to compile the code again with new dependencies.

It went smoothly all the way until "make".

It stopped with the following warnings :

In file included from checkpoints.cpp:10:0:
main.h:118:56: warning: large integer implicitly truncated to unsigned type [-Woverflow]
 static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 10000000000;
                                                        ^
cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’
  CXX      libbitcoin_server_a-httprpc.o
  CXX      libbitcoin_server_a-httpserver.o
  CXX      libbitcoin_server_a-init.o
In file included from init.cpp:23:0:
main.h:118:56: warning: large integer implicitly truncated to unsigned type [-Woverflow]
 static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 10000000000;
                                                        ^
In file included from init.cpp:42:0:
governance.h: In member function ‘void CGovernanceObject::UpdateSentinelVariables(const CBlockIndex*)’:
governance.h:202:13: warning: unused variable ‘nAbsNoVoteReq’ [-Wunused-variable]
         int nAbsNoVoteReq = nAbsYesVoteReq; //same in absolute value
             ^

++++++++++++++++++++++++++

^CMakefile:4444: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Interrupt
Makefile:7871: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Interrupt
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Interrupt


Hope this help debugging Wink