[ 53%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/chaingen.cpp.o
/coins/infinium/tests/core_tests/chaingen.cpp: In member function ‘void test_generator::add_block(const cryptonote::block&, size_t, std::vector&, uint64_t)’:
/coins/infinium/tests/core_tests/chaingen.cpp:75:102: error: too few arguments to function ‘bool cryptonote::get_block_reward(size_t, size_t, uint64_t, uint64_t&, cryptonote::difficulty_type)’
get_block_reward(misc_utils::median(block_sizes), block_size, already_generated_coins, block_reward);
^
In file included from /coins/infinium/tests/core_tests/chaingen.cpp:15:0:
/coins/infinium/src/cryptonote_core/cryptonote_basic_impl.h:42:8: note: declared here
bool get_block_reward(size_t median_size, size_t current_block_size, uint64_t already_generated_coins, uint64_t &reward, const cryptonote::difficulty_type diff);
^
/coins/infinium/tests/core_tests/chaingen.cpp: In function ‘bool construct_miner_tx_manually(size_t, uint64_t, const cryptonote::account_public_address&, cryptonote::transaction&, uint64_t, cryptonote::keypair*)’:
/coins/infinium/tests/core_tests/chaingen.cpp:505:68: error: too few arguments to function ‘bool cryptonote::get_block_reward(size_t, size_t, uint64_t, uint64_t&, cryptonote::difficulty_type)’
if (!get_block_reward(0, 0, already_generated_coins, block_reward))
^
In file included from /coins/infinium/tests/core_tests/chaingen.cpp:15:0:
/coins/infinium/src/cryptonote_core/cryptonote_basic_impl.h:42:8: note: declared here
bool get_block_reward(size_t median_size, size_t current_block_size, uint64_t already_generated_coins, uint64_t &reward, const cryptonote::difficulty_type diff);
^
make[3]: *** [tests/CMakeFiles/coretests.dir/core_tests/chaingen.cpp.o] Error 1
make[3]: Leaving directory `/coins/infinium/build/release'
make[2]: *** [tests/CMakeFiles/coretests.dir/all] Error 2
make[2]: Leaving directory `/coins/infinium/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/coins/infinium/build/release'
make: *** [build-release] Error 2
anyone had that ?