Graham, I realize this is not a big issue, but I have noticed compiler
warning while compiling the latest trunk revision 1703. You usually
have pristine compiles, so it caught my attention.
$ make
/usr/bin/apxs2 -c -I/usr/include/python2.6 -DNDEBUG mod_wsgi.c -L/
usr/lib -L/usr/lib/python2.6/config -lpython2.6 -lpthread -ldl -
lutil -lm
/usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable-
static x86_64-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_FORTIFY_SOURCE=2 -
D_GNU_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/
openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -I/
usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/python2.6
-DNDEBUG -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo
In file included from /usr/include/python2.6/Python.h:8,
from mod_wsgi.c:142:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE"
redefined
In file included from /usr/include/sys/types.h:27,
from /usr/include/apr-1.0/apr.h:131,
from /usr/include/apache2/ap_config.h:25,
from /usr/include/apache2/httpd.h:43,
from mod_wsgi.c:34:
/usr/include/features.h:158:1: warning: this is the location of the
previous definition
In file included from /usr/include/python2.6/Python.h:8,
from mod_wsgi.c:142:
/usr/include/python2.6/pyconfig.h:1040:1: warning: "_XOPEN_SOURCE"
redefined
In file included from /usr/include/sys/types.h:27,
from /usr/include/apr-1.0/apr.h:131,
from /usr/include/apache2/ap_config.h:25,
from /usr/include/apache2/httpd.h:43,
from mod_wsgi.c:34:
/usr/include/features.h:160:1: warning: this is the location of the
previous definition
/usr/share/apr-1.0/build/libtool --silent --mode=link --tag=disable-
static x86_64-linux-gnu-gcc -o mod_wsgi.la -rpath /usr/lib/apache2/
modules -module -avoid-version mod_wsgi.lo -L/usr/lib -L/usr/lib/
python2.6/config -lpython2.6 -lpthread -ldl -lutil -lm
~Carl
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/modwsgi?hl=en.