Guile can not be built with gnu23 C standard

2025-03-03 Thread Tomas Korbar
Hey everyone, In Fedora rawhide and 42 GCC has been updated to version 15 which introduces a switch of default C standard to gnu23. This unfortunately causes failure to build guile 3.0.10 since it changes behavior of function declaration without parameters described here [0]. scm_t_subr type is usi

Guile 3.0.7 can not be compiled on Fedora rawhide

2021-07-15 Thread Tomas Korbar
Hi Guys, I am trying to package guile 3.0.7 into Fedora but I encountered a problem. In sources, there is a header lib/libc-config.h and then there is preprocessor condition for presence of __attribute_maybe_unused__ macro. This macro is newly defined in the latest version of glibc which we have in