The following packages are currently failing with GCC 15 because of strict C23/C++23 standards (implicit function declarations and integer-to-pointer conversions are now hard errors):
- taipool
- opus
- pixman
- lame
- libmpeg2
- libftpvita
- onigmo
- openal-soft
I have temporarily fixed this by adding -Wno-error=implicit-function-declaration and -Wno-error=int-conversion to their respective VITABUILD scripts.
Action Required:
These packages should be properly patched to include missing headers (like <string.h>) and correct function prototypes to avoid relying on these compatibility flags.
The following packages are currently failing with GCC 15 because of strict C23/C++23 standards (implicit function declarations and integer-to-pointer conversions are now hard errors):
I have temporarily fixed this by adding
-Wno-error=implicit-function-declarationand-Wno-error=int-conversionto their respectiveVITABUILDscripts.Action Required:
These packages should be properly patched to include missing headers (like
<string.h>) and correct function prototypes to avoid relying on these compatibility flags.