[issue4499] redefinition of TILDE macro on AIX platform

2010-10-17 Thread R. David Murray
R. David Murray added the comment: Committed to py3k in r85675, 3.1 in r85676, and 2.7 in r85677. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue4499] redefinition of TILDE macro on AIX platform

2010-09-06 Thread Sébastien Sablé
Sébastien Sablé added the comment: I can confirm that this problem is still present with Python 3.1.2 on AIX 6.1. This is just a compilation warning, but the patch in msg110771 correctly cleans it. xlc_r -c -DNDEBUG -O -I. -IInclude -I./Include -I/home/cis/data/bamboo-home-agent-runtime/xml

[issue4499] redefinition of TILDE macro on AIX platform

2010-07-19 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: I've located the following patch in our ActivePython source tree. $ cat src/patches/3.1/general/aix_tilde.patch --- Include/token.h.orig2008-10-08 11:51:52.0 -0700 +++ python/Include/token.h 2008-10-08 11:52:53.0 -0700 @@ -7,6

[issue4499] redefinition of TILDE macro on AIX platform

2010-07-16 Thread R. David Murray
R. David Murray added the comment: The define in question by that name still exists in token.h in 3.x. I've added srid to nosy since as an AIX user he probably knows if this is a real problem or not, and Benjamin because he's done a lot with the parser. -- nosy: +benjamin.peterson, r

[issue4499] redefinition of TILDE macro on AIX platform

2010-07-08 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still a problem or can the issue be closed? -- components: +Build -None nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker _

[issue4499] redefinition of TILDE macro on AIX platform

2008-12-02 Thread Andrew Paprocki
New submission from Andrew Paprocki <[EMAIL PROTECTED]>: "Include/token.h", line 42.9: 1506-236 (W) Macro name TILDE has been redefined. "Include/token.h", line 42.9: 1506-358 (I) "TILDE" is defined on line 250 of /usr/include/sys/ioctl.h. -- components: None messages: 76800 nosy: apapro