Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build from source fails. #126

Open
2Dai opened this issue May 1, 2023 · 1 comment
Open

Build from source fails. #126

2Dai opened this issue May 1, 2023 · 1 comment

Comments

@2Dai
Copy link

2Dai commented May 1, 2023

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

@Securee
Copy link

Securee commented Jun 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants