Lorenzo Sutton <lorenzofsutton(a)gmail.com>
writes:
I was eventually able to successfully compile and
run by brute force
suppressing two of the most relevant warnings:
make CFLAGS="-Wno-incompatible-pointer-types -Wno-deprecated-declarations"
I build it with -std=gnu17
GCC 15 changed the default from -std=gnu17 to
-std=gnu23.