openmonero icon indicating copy to clipboard operation
openmonero copied to clipboard

build error

Open helperShang opened this issue 5 years ago • 1 comments

oCore::get_tx_amount_output_indices(uint64_t) const':
/root/openmonero/src/xmregcore/src/MicroCore.cpp:193:42: error: could not convert 'cryptonote::BlockchainDB::get_tx_amount_output_indices(tx_id, 1)' from 'vector<std::vector<long unsigned int, std::allocator<long unsigned int> >,allocator<std::vector<long unsigned int, std::allocator<long unsigned int> >>>' to 'vector<long unsigned int,allocator<long unsigned int>>'
     return core_storage.get_db()
            ~~~~~~~~~~~~~~~~~~~~~          
             .get_tx_amount_output_indices(tx_id);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~

helperShang avatar May 23 '19 05:05 helperShang

Please try devel branch of OpenMonero with development version (master branch) of monero, as shown here: https://github.com/moneroexamples/openmonero/issues/151#issuecomment-494165075

moneroexamples avatar May 23 '19 08:05 moneroexamples