Povilas Poguda (Paul)
Povilas Poguda (Paul)
Hey @godexsoft Followed your steps in building custom Clio server, however, when I ran this command: ``` cmake -DCMAKE_TOOLCHAIN_FILE:FILEPATH=build/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release .. ``` I received the following error - ``` CMake...
@godexsoft Now, the problem is with this command - ``` cmake --build . --parallel $(nproc) ``` When I run, I receive the following error - ``` In file included from...
@thejohnfreeman Thanks for your response. Could you please explain the exact commands I should run in source tree for rippled? For now, I ran only this command - `conan export...
Hey @thejohnfreeman Thanks for your tries to build Clio. I have followed your steps, however I received the following error when I ran the last build command: ``` [ 9%]...