mighty-gerbils / gerbil

Gerbil Scheme
https://cons.io
GNU Lesser General Public License v2.1
1.16k stars 112 forks source link

Build failure with glibc >= 2.26 due to SIGUNUSED #119

Closed angus-g closed 6 years ago

angus-g commented 6 years ago

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.

vyzo commented 6 years ago

Yeah, will remove -- it's (sic) unused.