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
cc -I include -Wall -Werror -pthread -c src/skbuff.c -o build/skbuff.o
In file included from src/skbuff.c:1:0:
include/syshead.h:27:10: fatal error: sys/capability.h: No such file or directory
#include <sys/capability.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:15: recipe for target 'build/skbuff.o' failed
make: *** [build/skbuff.o] Error 1
how to fix this error?
I just do make all on my Vbox with linux Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
cc -I include -Wall -Werror -pthread -c src/skbuff.c -o build/skbuff.o
In file included from src/skbuff.c:1:0:
include/syshead.h:27:10: fatal error: sys/capability.h: No such file or directory
#include <sys/capability.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:15: recipe for target 'build/skbuff.o' failed
make: *** [build/skbuff.o] Error 1
how to fix this error?
I just do make all on my Vbox with linux Ubuntu 18.04
The text was updated successfully, but these errors were encountered: