[issue7473] Compile error when building a 3-way universal framework when a 2-way universal framework is present

2009-12-11 Thread Paul Nelson
Paul Nelson added the comment: I would humbly suggest that it be 3-way, until it is 10.6 (Snow Leopard) and above. In our case as long as we support Leopard, we will be supporting all 3 architectures for our software. It would be appreciated if the web page indicated that the .dmg is

[issue7473] x84_64 arch Missing from 2.6.4 Mac universal binaries - Cripples building embedded 64-bit

2009-12-11 Thread Paul Nelson
Paul Nelson added the comment: Once the binary (ppc, i386) binary is installed it becomes impossible to rebuild python from source as 3-way binary on the system, without first removing the 2.6.4 dual architecture /Library/Frameworks/Python.framework. It causes compile failures in _curses

[issue7473] x84_64 arch Missing from 2.6.4 Mac universal binaries - Cripples building embedded 64-bit

2009-12-10 Thread Paul Nelson
New submission from Paul Nelson : By excluding the x86_64 architecture from the supplied MacOS install, you are crippling the ability to build an 64-bit application that embeds python. The Apple supplied universal binary includes all 3 architectures ppc, i386, and x86_64. If you are going