[Patches] [ python-Patches-642020 ] idle installation error

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Nov 2002 10:41:06 -0800


Patches item #642020, was opened at 2002-11-21 18:41
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=642020&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Nobody/Anonymous (nobody)
Summary: idle installation error

Initial Comment:
the idle install doesn't pass changed installation
flags during install:

--- Makefile.pre.in
+++ Makefile.pre.in
@@ -828,7 +828,12 @@
 
 # This installs IDLE
 idleinstall:
-       SRCDIR=$(srcdir) ./$(BUILDPYTHON)
$(srcdir)/Tools/idle/setup.py install --check-tkinter
+       SRCDIR=$(srcdir) \
+           ./$(BUILDPYTHON)
$(srcdir)/Tools/idle/setup.py install \
+               --check-tkinter \
+               --prefix=$(prefix) \
+               --install-scripts=$(BINDIR) \
+               --install-platlib=$(DESTSHARED)
 
 # Build the toplevel Makefile
 Makefile.pre: Makefile.pre.in config.status


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=642020&group_id=5470