-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Can't build rippled v1.10.0 (liblz4 error) #4462
Comments
Using conan seems to work but there is a lot of source compiling of dependencies. Would be nice if this can get a quick hotfix. |
So cmake build is completely removed? |
Ofc not, cmake is not removed but it seems they removed all the Find* cmake scripts and now prefer conan for dependency resolution and package management. |
Please check out the new build instructions: https://github.com/XRPLF/rippled/blob/develop/BUILD.md |
See if this helps you : https://github.com/XRPLF/rippled-portable-builds |
If https://github.com/XRPLF/rippled/blob/develop/BUILD.md doesn't solve your issue, please open a new one. Include the specific steps that one can take in order to reproduce the problem. Thanks! |
I'm having this same issue when trying build validator-keys-tool (not rippled). Have rippled installed successfully. command: cmake -DCMAKE_BUILD_TYPE=Release ../.. get this error: |
Issue Description
Can't build recent rippled
v1.10.0
on Ubuntu 18.04 LTS due to this error:liblz4 is installed on the system:
Environment
Ubuntu 18.04 LTS (latest)
Boost v1.71
CMake 3.25.2
Previous version of
rippled v1.9.4
built just fine on the same environment.Supporting Files
For some reason
Findlz4.cmake
along side other CMake helpers disappeared inv1.10.0
:In
v1.9.4
:The text was updated successfully, but these errors were encountered: