Skip to content

bits/signum.h: No such file or directory #2

@NoPurposeInLife

Description

@NoPurposeInLife

git clone https://github.com/TarlogicSecurity/tickey
cd tickey/tickey
make CONF=Release

traceter/traceter.c:10:10: fatal error: bits/signum.h: No such file or directory
   10 | #include <bits/signum.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [nbproject/Makefile-Release.mk:118: build/Release/GNU-Linux-x86/traceter/traceter.o] Error 1

Update: Fixed
gedit traceter/traceter.c

Change

#include <bits/signum.h>

To

#include <signal.h>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions