mymonero / mymonero-core-cpp

A central interface for initial critical light wallet functions backed by a slightly customized minimal vendored Monero C++ src
BSD 3-Clause "New" or "Revised" License
15 stars 44 forks source link

cmake --build . failure #45

Open jadeydi opened 2 years ago

jadeydi commented 2 years ago

mymonero-core-cpp/test/test_all.cpp:832:77: error: too few arguments to function call, expected 2, have 1 auto ret_string = serial_bridge::decode_address(args_string_from_root(root));

I think is it boost version error?

jadeydi commented 2 years ago

Doest use boost 1.58 library ?