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)?

--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to