As of glibc 2.26, the SIGUNUSED signal was removed, leading to a build failure in std/os/signal.ss. I'm not sure if this is required for compatibility, or whether it could be removed from gerbil as well? FWIW, removing it led to successful compilation for me.
As of glibc 2.26, the
SIGUNUSED
signal was removed, leading to a build failure instd/os/signal.ss
. I'm not sure if this is required for compatibility, or whether it could be removed from gerbil as well? FWIW, removing it led to successful compilation for me.