[Python-bugs-list] [Bug #130532] newest CVS won't build on AIX

noreply@sourceforge.net noreply@sourceforge.net
Tue, 30 Jan 2001 17:12:13 -0800


Bug #130532, was updated on 2001-Jan-30 16:20
Here is a current snapshot of the bug.

Project: Python
Category: Python Interpreter Core
Status: Open
Resolution: None
Bug Group: None
Priority: 7
Submitted by: bcollar
Assigned to : tim_one
Summary: newest CVS won't build on AIX

Details: AIX 4.2.1, CC=xlC, ./configure --prefix=/blah --without-gcc. make
CC=xlC OPT="-O2 -qmaxmem=4000" dies:

xlC -c -O2 -qmaxmem=4000 -I. -I./Include -DHAVE_CONFIG_H  -o Python/ceval.o
Python/ceval.c
"Python/ceval.c", line 36.9: 1506-213 (S) Macro name REPR cannot be
redefined.
"Python/ceval.c", line 36.9: 1506-358 (I) "REPR" is defined on line 23 of
Python/ceval.c.


Follow-Ups:

Date: 2001-Jan-30 17:12
By: tim_one

Comment:
Weird -- I'm surprised this didn't blow up everywhere!  Assigned to me,
boosted priority, took away platform-specific (the code isn't legal C,
period), and changed the category to Core.  In the meantime, just comment
out either of the REPR #define's (they have the same effect, but aren't
token-for-token identical).
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=130532&group_id=5470