[Patches] [ python-Patches-1209781 ] Build Python2.4.1 on AIX5 using xlc v6

SourceForge.net noreply at sourceforge.net
Fri May 27 13:53:37 CEST 2005


Patches item #1209781, was opened at 2005-05-27 11:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1209781&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Gangadhar NPK (npkg)
Assigned to: Nobody/Anonymous (nobody)
Summary: Build Python2.4.1 on AIX5 using xlc v6

Initial Comment:
Using IBM's Visualage compiler to build Python on AIX,
requires small changes to the code, to let it compile
cleanly.
OS version: AIX 5.2
xlc version: 6

The changes are:
1 AIX defines hz as a preprocessor symbol and it
creates a conflict during preprocessing in the
_codecs_cn.c. This symbol has been selectively
undefined for AIX only
2.Trailing commas in an enum
3. Multiple defines of the _THREAD_SAFE symbol in
python/thread.c. This has been selectively undefined.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1209781&group_id=5470


More information about the Patches mailing list