This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nanjekyejoannah
Recipients nanjekyejoannah
Date 2019-07-31.14:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564582479.63.0.743037360682.issue37731@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-31 14:14:39nanjekyejoannahsetrecipients: + nanjekyejoannah
2019-07-31 14:14:39nanjekyejoannahsetmessageid: <1564582479.63.0.743037360682.issue37731@roundup.psfhosted.org>
2019-07-31 14:14:39nanjekyejoannahlinkissue37731 messages
2019-07-31 14:14:39nanjekyejoannahcreate