[Python-bugs-list] [ python-Bugs-497042 ] 2.2 is missing Misc/Makefile.pre.in?

noreply@sourceforge.net noreply@sourceforge.net
Thu, 27 Dec 2001 06:33:44 -0800


Bugs item #497042, was opened at 2001-12-27 06:33
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=497042&group_id=5470

Category: Demos and Tools
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Joseph VanAndel (vanandel)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.2 is missing Misc/Makefile.pre.in?

Initial Comment:
If I try to build 
Python-2.2/Demo/extend
using
make_shared, I get the message:

% make_shared
cp: cannot stat `../../Misc/Makefile.pre.in': No such
file or directory
make: Makefile.pre.in: No such file or directory
make: *** No rule to make target `Makefile.pre.in'. 
Stop.
make: *** No targets specified and no makefile found. 
Stop.

Since we're trying to encourage using distutils for
building extensions,  I have updated the "extending
demo".

I've attached a tar file containing:
setup.py 	# simple distutils script
README # revised instructions
test_xx.py # a simple test script for the 'xx' module

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=497042&group_id=5470