https://bugs.kde.org/show_bug.cgi?id=480405
--- Comment #2 from bugs...@bromberger.com --- Thanks for the tips. On my system it compiles fine (using the CMakeFile.txt with clang, also with `clang++ -o finddups -g --std=c++20 *.cpp` but I have the dependencies built already). I don't think you need to call a `count()` method on the difference: https://en.cppreference.com/w/cpp/chrono/high_resolution_clock/now. I also don't seem to need `unistd.h` on my system. The warnings are innocuous, as they represent functionality that exists in other implementations (PAGESZ: I'm benchmarking the file accesses) and future options (ability to specify include/excludes). As far as the version of valgrind, this is simply what void packages: https://github.com/void-linux/void-packages/tree/master/srcpkgs/valgrind) - I didn't do any customization. I'll look around for one with debug symbols. Failing that, I'll try to build from source. -- You are receiving this mail because: You are watching all bug changes.