Quantcast
Channel: 熊猫正正的博客
Viewing all articles
Browse latest Browse all 45

gevent 1.0.2 (and earlier) fails to build on OS X Yosemite #656

$
0
0
问题:
 libev/ev.c:1029:42: error: '_Noreturn' keyword must precede function declarator
  ecb_inline void ecb_unreachable (void) ecb_noreturn;

解决方案:
 CFLAGS='-std=c99' pip install gevent==1.0.2


产生的原因在使用https://github.com/hackappcom/iloot时出现

Viewing all articles
Browse latest Browse all 45

Trending Articles