Bryan Blackburn added the comment:
The patch has one issue in the added AC_TRY_RUN (
http://svn.python.org/view/python/trunk/configure.in?
annotate=74672&pathrev=74672#l1542 ): it doesn't like the two [[...]] and
main() needs a closing brace, }. Otherwise, it fails on 10.5.8 (Xco
Changes by Bryan Blackburn :
--
nosy: +blb
___
Python tracker
<http://bugs.python.org/issue6802>
___
___
Python-bugs-list mailing list
Unsubscribe:
Bryan Blackburn added the comment:
FYI, I'm able to avoid this by using "PYTHONHOME=$(DESTDIR)$(prefix)"
before $(RUNSHARED) when running BuildApplet.py and $(BUNDLEBULDER) in
Mac/Makefile.in, Mac/IDLE/Makefile.in, and Mac/PythonLaunc
New submission from Bryan Blackburn :
With Python 2.6.1 currently installed and attempting to install 2.6.2 into
a DESTDIR location, and having a different configuration for the new one
(2.6.1 built with default Unicode settings, 2.6.2 with UCS4),
BuildApplet.py fails because of symbol not