No description
Find a file
robojerk 68f56b5740
Some checks failed
Build libfuse / Build and Test (push) Failing after 2m21s
Fix cxxopts.hpp missing limits include
- Add sed command to inject #include <limits> at the top of cxxopts.hpp
- This fixes the 'numeric_limits is not a member of std' compilation error
- The cxxopts.hpp header is missing the required limits include
- This is a common issue with C++ headers that don't include all dependencies

The build is now successfully compiling most code but failing on this
specific missing include in the cxxopts.hpp header file.
2025-09-07 17:52:25 -07:00
.forgejo/workflows Fix cxxopts.hpp missing limits include 2025-09-07 17:52:25 -07:00
README.md first commit 2025-09-07 15:38:31 -07:00

compile and package libfuse

The problem is that the composefs package in the Debian repositories has a dependency on libfuse3-3 (>= 3.10.0) but only libfuse3-4 is available. This is a common issue with package version mismatches.