Python2.7.2の開発バージョンを使用してRHEL4.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)
このエラーの原因を知っている人はいますか?ありがとう!