gozfree / gear-lib

Gear-Lib, C library for IOT Embedded Multimedia and Network
MIT License
2.97k stars 807 forks source link

Compile libdebug.c errpr #18

Closed xuniuer closed 6 years ago

xuniuer commented 6 years ago

libdebug.c:75:5: error: ‘SIGUNUSED’ undeclared here (not in a function); did you mean ‘SI_USER’? SIGUNUSED / 31 / ^~~~~ SI_USER

Under Ubuntu 18.04, try to compile libraries, above is error information. How to fix it? Thanks.

xuniuer commented 6 years ago

I check the error and find there is a solution - just to delete the deprecated declaration.

refer to: https://github.com/clearcontainers/shim/issues/68

gozfree commented 6 years ago

Thanks! Delete SIGUNUSED declaration is ok,it comes from "/usr/include/bits/signum.h" of Ubuntu 16.04