我正在尝试使用 python 2.7.2 的开发版本在 RHEL 4.8 上安装 gevent。
我已经安装了 libevent2-2.0.10(开发版)和 greenlet。
当我执行 sudo pip install gevent 时,出现以下错误:
gevent/core.c: In function `__pyx_pf_6gevent_4core_17http_request_base_12get_input_headers':
gevent/core.c:10388: warning: implicit declaration of function `TAILQ_FIRST'
gevent/core.c:10388: warning: assignment makes pointer from integer without a cast
gevent/core.c:10494: warning: implicit declaration of function `TAILQ_NEXT'
gevent/core.c:10494: error: `next' undeclared (first use in this function)
有谁知道这个错误的来源可能是什么?谢谢!