error in installation of uwsgi

2011-07-08 Thread Zhong Yubin
Hi, I'm going to setup machine for developing web application in python. But some errors appear when I install uwsgi using ports. The following is the first I met: *cc -c -O2 -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wextra

Re: error in installation of uwsgi

2011-07-08 Thread Chuck Swiger
On Jul 8, 2011, at 8:23 AM, Zhong Yubin wrote: Hi, I'm going to setup machine for developing web application in python. But some errors appear when I install uwsgi using ports. The following is the first I met: Evidently, this uwsgi software wants a threaded Python. You likely need to

Re: error in installation of uwsgi

2011-07-08 Thread Michael Ross
Am 08.07.2011, 17:23 Uhr, schrieb Zhong Yubin zhon...@gmail.com: Hi, I'm going to setup machine for developing web application in python. But some errors appear when I install uwsgi using ports. The following is the first I met: *cc -c -O2 -Wall -Werror -D_LARGEFILE_SOURCE