▲ | pxc a day ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||
It seems that it doesn't build with releases of GCC from April 2025 onward, at least with default settings, because it doesn't build with the C23/C++23 standards. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096790 Maybe such changes are more substantial than the typical differences between GCC releases? | |||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | yjftsjthsd-h a day ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Surely if that's all they would just build with an explicit -std=whatever setting? | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | vincent-manis a day ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
I recently custom-built Guile for my Arch system, and found that it won't build with GCC 15, but will with 14, which is the only other version in the Arch repository. I think that the Guile maintainers will need to get busy fixing the incompatibilities in question, before GCC 16 appears. |