-
Notifications
You must be signed in to change notification settings - Fork 15
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
size_t definition missing in picopng library header #134
Comments
Hi there, what version of Linux are you compiling on? |
P.S. picopng is an external dependency so I would prefer to not change anything in the source code for picopng. |
I'm using Arch Linux with gcc 11.1.0. Steps to compile: "make" :-) |
I did the suggested fix on the bug/134 branch: https://github.com/Chordian/sidfactory2/tree/bug/134 |
@micheldebree Yes, current head -> master of SF2 compiles fine now on Arch / gcc 11.1.0. |
Hi,
when compiling on linux I got tons of errors because of size_t not being declared in picopng library.
Including cstddef in picopng.h will fix this:
The text was updated successfully, but these errors were encountered: