mariana-trench
mariana-trench copied to clipboard
Build from source fails.
Bug
Bug description The last version fails during compilation.
Logs
/home/***/Desktop/mariana-trench/source/Frame.cpp: In member function ‘Json::Value marianatrench::Frame::to_json(ExportOriginsMode) const’:
/home/***/Desktop/mariana-trench/source/Frame.cpp:273:72: error: call of overloaded ‘Value(int64_t)’ is ambiguous
273 | Json::Value(static_cast<std::int64_t>(collapse_depth.value()));
| ^
In file included from /usr/include/jsoncpp/json/json.h:10,
from /tmp/mt-static-0mpgm35t/build/mariana-trench/header-tree/mariana-trench/Access.h:17,
from /home/***/Desktop/mariana-trench/mariana-trench/source/Frame.cpp:12:
/usr/include/jsoncpp/json/value.h:317:3: note: candidate: ‘Json::Value::Value(Json::Value&&)’
I compile it successfully in ubuntu 22.04 LTS(with GLIC 2.35 default) + fmt 7.1.3