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 theller
Recipients theller
Date 2008-06-03.05:55:49
SpamBayes Score 0.13665856
Marked as misclassified No
Message-id <1212472557.24.0.226147292753.issue3030@psf.upfronthosting.co.za>
In-reply-to
Content
On HP-UX, there is a compiler warning about _POSIX_C_SOURCE redefined:

bash-2.04$ make
        gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3
-Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE
-o Modules/python.o ./Modules/python.c
In file included from Include/Python.h:8,
                 from ./Modules/python.c:3:
./pyconfig.h:1023:1: warning: "_POSIX_C_SOURCE" redefined
<command line>:3:1: warning: this is the location of the previous definition
        gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3
-Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE
-o Parser/acceler.o Parser/acceler.c
In file included from Include/Python.h:8,
                 from Include/pgenheaders.h:10,
                 from Parser/acceler.c:13:
./pyconfig.h:1023:1: warning: "_POSIX_C_SOURCE" redefined
...
History
Date User Action Args
2008-06-03 05:55:58thellersetspambayes_score: 0.136659 -> 0.13665856
recipients: + theller
2008-06-03 05:55:57thellersetspambayes_score: 0.136659 -> 0.136659
messageid: <1212472557.24.0.226147292753.issue3030@psf.upfronthosting.co.za>
2008-06-03 05:55:56thellerlinkissue3030 messages
2008-06-03 05:55:54thellercreate