Open shortthefomo opened 2 weeks ago
@dangell7 helped a bit due to build only really working on linux at the moment.
error: no viable conversion from returned value of type 'bool' to function return type 'std::strong_ordering' return std::lexicographical_compare_three_way(
was the error it was tripping up on, that bing said even commenting out that bit still did not get me much further as then the next one popped up
error: invalid operands to binary expression ('const base_uint<128UL, void>' and 'const base_uint<128UL, void>') return (lhs <=> rhs) == 0;
https://github.com/XRPLF/rippled/pull/4411
know back porting support on its way so prob just close this one out?
I encountered the same problem, but solved it by uncommenting L552-L574 in base_unit and commenting out L576-586.
It could be a problem caused by the following PR https://github.com/Xahau/xahaud/pull/374