[Patches] [ python-Patches-1416559 ] Configure patch for Mac OS X 10.3
SourceForge.net
noreply at sourceforge.net
Mon Mar 20 05:11:05 CET 2006
Patches item #1416559, was opened at 2006-01-27 07:50
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1416559&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: Accepted
Priority: 5
Submitted By: Ronald Oussoren (ronaldoussoren)
Assigned to: Nobody/Anonymous (nobody)
Summary: Configure patch for Mac OS X 10.3
Initial Comment:
This patch makes sure that _POSIX_SOURCE and friends won't get defined
when you build on Panther. Defining those have no effect on Panther, but
will make it impossible to build extensions on a Tiger system when
Python itself was build on Panther.
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-03-19 20:11
Message:
Logged In: YES
user_id=33168
Ronald, this looks fine, go ahead and checkin.
----------------------------------------------------------------------
Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-02-21 01:23
Message:
Logged In: YES
user_id=580910
I don't suppose this helps, but yes this patch is save. I use this in production
and haven't found an extension yet that wouldn't work when this patch is
applied. I've also looked at the platform header files to determine if the patch is
save.
We (Bob Ippolitto and myself) are using a simular patch in our ongoing work to
create an universal build of python.
----------------------------------------------------------------------
Comment By: Georg Brandl (birkenfeld)
Date: 2006-02-19 07:54
Message:
Logged In: YES
user_id=1188172
Can any OS X expert confirm that not defining _XOPEN_SOURCE
and _POSIX_C_SOURCE hasn't a negative effect on OSX 10.3?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1416559&group_id=5470
More information about the Patches
mailing list