[issue7473] Compile error when building a 3-way universal framework when a 2-way universal framework is present
Ronald Oussoren
report at bugs.python.org
Sat Jul 24 13:53:23 CEST 2010
Ronald Oussoren <ronaldoussoren at mac.com> added the comment:
The attached patch makes sure that os.path.join(sys.prefix, 'lib') isn't added to the link path when using a framework build.
This fixes the issue at hand in that I can then build a 3-way build of 2.7 when the default 32-bit is already installed. Without the patch _curses_panel fails to build because it tries to link to a 32-bit only library.
What I haven't done yet is check how this affects the script that builds the installer. That's the primary reason for not applying the patch at this time
----------
keywords: +patch
versions: +Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18180/setup.py.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7473>
_______________________________________
More information about the Python-bugs-list
mailing list