-
Notifications
You must be signed in to change notification settings - Fork 153
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
Latest master doesn't compile if using WSL2 Ubuntu 24.0.4 official release #254
Comments
Thank you for the bug report! As of now it uses Ubuntu 22.04 in CI and will update/fix as soon as possible when Anyone is appreciated if they make a PR for notice but this bug report is sufficient for more breaking changes. |
It does seem like the virtual package |
Nice. If that's the case, I'll make a PR for that. |
Very nice. I rarely use Ubuntu like this and forgot about virtual packages. That should help with backwards compatibility, right? |
In relation to this issue: pspdev#254
Exactly, then we don't have to specify a version and it works with older systems too. |
I don't see anything else here. This is closeable for me unless there's something I missed. |
Great! Thanks for reporting this |
Description of Bug
PSPSDK fails to build due to
zlib.h
not being foundHow to Reproduce
Why Does This Happen
The
build-essential
package at one time installed thezlib-dev
package by default. 24.0.4 switched the package tozlib1g-dev
and removed it frombuild-essential
.Suggested Fix
Add a note to the documentation about this so that other people know to install the missing package before building. It's the only one like this. This issue was opened mostly to document that in case others run into the same issue.
Thanks for your time.
The text was updated successfully, but these errors were encountered: