New submission from Joannah Nanjekye <nanjekyejoan...@gmail.com>:

While compiling Python, I got this warning.

./pyconfig.h:1590:0: warning: "_POSIX_C_SOURCE" redefined
 #define _POSIX_C_SOURCE 200809L

In file included from 
/usr/include/s390x-linux-gnu/bits/libc-header-start.h:33:0,
                 from /usr/include/string.h:26,
                 from 
/homes/jnanjeky/projects/cpython/Modules/expat/xmltok.c:34:
/usr/include/features.h:294:0: note: this is the location of the previous 
definition
 # define _POSIX_C_SOURCE 199506L

I think there is need to investigate this warning and potential remedy.

----------
messages: 348806
nosy: nanjekyejoannah
priority: normal
severity: normal
status: open
title: Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h
type: behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37731>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to