stenc
stenc copied to clipboard
Fails to compile on GCC-15 error: uint8_t has not been declared
full report on https://bugs.gentoo.org/939692
It looks like you are trying to compile version 1.1.1 but the current version is 2.0.0
scsiencrypt.h can simply #include <cstdint> to fix. Also there isn't (yet) a branch for 1.x development, which is needed for this. This fix wouldn't even be a patch version - more like 1.1.1-post1 to fix compilation issues.
solved in 2.x