Closed Evaia closed 6 months ago
Did you install librange-v3-dev
?
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 range-v3
that doesn't contain the fold_left.hpp
header.
There's unfortunately no easy workaround other than to install a more recent version of range-v3
manually. Alternatively, you can download a binary release.
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