I get the following error message
Does anyone have an idea what I can do?
Code:
[olav@zpool /usr/ports/www/uwsgi]$ sudo make reinstall clean
Password:
===> Building for uwsgi-1.4.9
/usr/local/bin/python2.7 uwsgiconfig.py --build
cc1: warnings being treated as errors
In file included from /usr/local/include/python2.7/Python.h:126,
from plugins/python/uwsgi_python.h:2,
from plugins/python/python_plugin.c:1:
/usr/local/include/python2.7/modsupport.h:27: warning: 'PyArg_ParseTuple' is an unrecognized format function type
cc1: warnings being treated as errors
In file included from /usr/local/include/python2.7/Python.h:126,
from plugins/python/uwsgi_python.h:2,
from plugins/python/pyutils.c:1:
/usr/local/include/python2.7/modsupport.h:27: warning: 'PyArg_ParseTuple' is an unrecognized format function type
*** [all] Error code 1
1 error
*** [do-build] Error code 1
Stop in /usr/ports/www/uwsgi.
*** [reinstall] Error code 1
Stop in /usr/ports/www/uwsgi.
Does anyone have an idea what I can do?