micktsai

Results 2 issues of micktsai

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 ^~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:15: recipe...

Hello I'm trying to run your demo1d. When I start py demo1d.py, it has an error: AttributeError: 'Parameter' object has no attribute 'value' When I take .value() away, there is...