Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jonasstein opened this issue Sep 15, 2024 · 2 comments
Open

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

jonasstein opened this issue Sep 15, 2024 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@jonasstein
Copy link
Collaborator

full report on
https://bugs.gentoo.org/939692

@jonasstein jonasstein added bug Something isn't working good first issue Good for newcomers labels Sep 15, 2024
@sunwire
Copy link
Contributor

sunwire commented Sep 16, 2024

It looks like you are trying to compile version 1.1.1 but the current version is 2.0.0

@jmwilson
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants