Advertisement
teknogeek

Untitled

Nov 8th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.60 KB | None | 0 0
  1. main.cpp: In function ‘bool ConnectBlock(CBlock&, CValidationState&, CBlockIndex*, CCoinsViewCache&, bool):
  2. main.cpp:1859:73: error: ‘GetBlockValue’ was not declared in this scope
  3.      if (GetValueOut(block.vtx[0]) > GetBlockValue(pindex->nHeight, nFees))
  4.                                                                          ^
  5. main.cpp: In function ‘CBlockTemplate* CreateNewBlock(CReserveKey&):
  6. main.cpp:4486:83: error: ‘GetBlockValue’ was not declared in this scope
  7.          pblock->vtx[0].vout[0].nValue = GetBlockValue(pindexPrev->nHeight+1, nFees);
  8.                                                                                    ^
  9. In file included from bitcoinrpc.h:17:0,
  10.                  from rpcdump.cpp:9:
  11. json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int):
  12. json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
  13.          typedef typename String_type::value_type Char_type;
  14.                                                   ^
  15. In file included from bitcoinrpc.h:17:0,
  16.                  from bitcoinrpc.cpp:12:
  17. json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int):
  18. json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
  19.          typedef typename String_type::value_type Char_type;
  20.                                                   ^
  21. make: *** [obj/main.o] Error 1
  22. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement