问题:
libev/ev.c:1029:42: error: '_Noreturn' keyword must precede function declarator
ecb_inline void ecb_unreachable (void) ecb_noreturn;
ecb_inline void ecb_unreachable (void) ecb_noreturn;
解决方案:
CFLAGS='-std=c99' pip install gevent==1.0.2
产生的原因在使用https://github.com/hackappcom/iloot时出现