[ python-Bugs-1451717 ] OS/X on i386 framework build
SourceForge.net
noreply at sourceforge.net
Sun Apr 2 21:21:23 CEST 2006
Bugs item #1451717, was opened at 2006-03-16 23:22
Message generated for change (Comment added) made by ronaldoussoren
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1451717&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: Ian Holsman (webperf)
Assigned to: Nobody/Anonymous (nobody)
Summary: OS/X on i386 framework build
Initial Comment:
in Makefile.pre (374) it hard codes the architecture to
'ppc' which isn't correct for the new x86 boxes.
this needs to be i386 for the framework install to
actually build on the new macs.
regards
Ian
----------------------------------------------------------------------
Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-04-02 21:21
Message:
Logged In: YES
user_id=580910
This is a duplicate of bug 1447587 <http://www.python.org/sf/1447587>
----------------------------------------------------------------------
Comment By: Ian Holsman (webperf)
Date: 2006-03-16 23:34
Message:
Logged In: YES
user_id=5209
also..
in plat-mac/applesingle.py the fields
AS_HEADER_FORMAT
and
AS_ENTRY_FORMAT
need a '>' infront of the definitions
AS_HEADER_FORMAT=">LL16sh"
AS_ENTRY_FORMAT=">lll"
(this is what the system-packaged python has.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1451717&group_id=5470
More information about the Python-bugs-list
mailing list