-
Notifications
You must be signed in to change notification settings - Fork 57
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
Cannot build v0.9.9 on Ubuntu 22.04 #221
Comments
Did you install There's a (mostly) up-to-date list of dependencies in the README. There's also the Dockerfile used by the CI action that lists the dependencies as well (and a few more things). |
I did install everything listed there in addition to all of the deps for Folly. |
Sorry, you're right. I just checked and 22.04 still has an old version of There's unfortunately no easy workaround other than to install a more recent version of I'll see if I can work around this issue for the next release. |
Copy that. Thank you for all of your great work! |
802e836 should fix this. I've also set up a 22.04 CI build to make sure this doesn't break. |
process goes all the way until the end and fails near the end with a
/home/[redacted]/src/dwarfs-0.9.9/src/dwarfs/categorizer/fits_categorizer.cpp:41:10: fatal error: range/v3/algorithm/fold_left.hpp: No such file or directory
System is Ubuntu 22.04, both runs are building without tests.
tarball build:
same issue with the git version
The text was updated successfully, but these errors were encountered: