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.
Created on 2008年06月03日 05:55 by theller, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg67649 - (view) | Author: Thomas Heller (theller) * (Python committer) | Date: 2008年06月03日 05:55 | |
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 ... |
|||
| msg116567 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年09月16日 16:08 | |
I can't believe that a build issue relating to 2.6 is still valid over two years later. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:35 | admin | set | github: 47280 |
| 2010年09月16日 16:08:01 | BreamoreBoy | set | status: open -> closed nosy: + BreamoreBoy messages: + msg116567 resolution: out of date |
| 2009年05月16日 19:39:59 | ajaksu2 | set | priority: low type: behavior |
| 2008年06月03日 05:55:56 | theller | create | |