scsitape/stenc

Fails to compile on GCC-15 error: uint8_t has not been declared

jonasstein opened this issue · 2 comments

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.