Michael Legleux

Results 19 comments of Michael Legleux

I cannot build this on centos 7 with devtoolset-10 or 11 and gcc11 is what we deciced we'd be building with.

I'm not having any issues other than a fairly reproducible failure on this test in docker containers. I've seen it occasionally before and don't believe it's related to the PR...

@donovanhide You must have either installed `libprotobuf-dev` or maybe the `rippled-dev` package that installed it for you? CMake's findpackage module for Protobuf only looks for protobuf libraries whether or not...

> I don't think we expect validators to build rippled. I think they use our packages. @legleux @manojsdoshi can you confirm? I think it's a fairly safe assumption that most...

Hi, hope you figured this out already. You missed the `../..` in the cmake command. It's `cmake -DCMAKE_BUILD_TYPE=Release ../..` That is telling cmake the path to the source files (where...

Ignore if you aleady saw it but... `../..` is the directory where the source code lives, the root `CMakeLists.txt`. You created the build directory then `cd`'d to it _then_ cloned...

There's been many changes since this branch was crashing and/or hitting asserts. I will test again soon.

[Extend metric types and insight into rippled operation/state](https://github.com/XRPLF/rippled/issues/2962#top)https://github.com/XRPLF/rippled/issues/2962

You may be hitting a known issue. Try adding this to your Conan profile: ``` conan profile update 'env.CXXFLAGS="-DBOOST_ASIO_DISABLE_CONCEPTS"' default conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default ``` https://github.com/XRPLF/rippled/blob/develop/BUILD.md#call-to-async_teardown-is-ambiguous