mariana-trench icon indicating copy to clipboard operation
mariana-trench copied to clipboard

Build from source fails.

Open 2Dai opened this issue 1 year ago • 1 comments

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&&)’

2Dai avatar May 01 '23 17:05 2Dai

I compile it successfully in ubuntu 22.04 LTS(with GLIC 2.35 default) + fmt 7.1.3

Securee avatar Jun 19 '23 11:06 Securee