You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested using gcc version 7.2.0, Galendae does not compile because 'SIGTERM' is undeclared. The header file <signal.h> needs to be included in src/instance.c.
The text was updated successfully, but these errors were encountered:
Thanks a-roy. For some reason I had included SIGTERM from <sys/types.h> but this seems to have stopped working. I've changed the code as per your more sensible suggestion.
Tested using gcc version 7.2.0, Galendae does not compile because 'SIGTERM' is undeclared. The header file
<signal.h>
needs to be included insrc/instance.c
.The text was updated successfully, but these errors were encountered: