Skip to content

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

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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