[Pythonmac-SIG] More testers needed: Fix installer
Bob Ippolito
bob at redivi.com
Tue Dec 28 02:16:57 CET 2004
On Dec 27, 2004, at 2:53 PM, Jack Jansen wrote:
>
> On 27-dec-04, at 17:44, Bob Ippolito wrote:
>>> You can find the package at
>>> <http://www.cwi.nl/~jack/macpython/JaguarPythonFix.dmg>.
>>
>> The Makefile is missing the MACOSX_DEPLOYMENT_TARGET=10.3 before the
>> $(CC) .. which means that for most people, it won't compile extension
>> modules, because not everyone has this set in their login scripts..
>
> Ah, forgot about that one, thanks!
>
> I'll pull the installer, and I'll create a new one tomorrow (with a
> different name:-).
>
> The same problem holds for the fixapplepython script, so I'll fix that
> one too.
>
> What would be the easiest fix for 2.3.5: backporting the distutils
> fixes (so it'll set MACOSX_DEPLOYMENT_TARGET) or simply setting that
> variable in the $(LD) macro (through configure)?
My vote is for the distutils fixes (that set the env var outside the
LDSHARED or whatever), so that compiling c++ will definitely work.
-bob
More information about the Pythonmac-SIG
mailing list