[issue4499] redefinition of TILDE macro on AIX platform

2010-10-17 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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 rep...@bugs.python.org

[issue4499] redefinition of TILDE macro on AIX platform

2010-09-06 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net 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

[issue4499] redefinition of TILDE macro on AIX platform

2010-07-19 Thread Sridhar Ratnakumar
Sridhar Ratnakumar sridh...@activestate.com 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

[issue4499] redefinition of TILDE macro on AIX platform

2010-07-16 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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:

[issue4499] redefinition of TILDE macro on AIX platform

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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: apaprocki