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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 27 Dec 2001 09:29:41 -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.1 candidate
Status: Closed
Resolution: Wont Fix
Priority: 5
Submitted By: Joseph VanAndel (vanandel)
Assigned to: Guido van Rossum (gvanrossum)
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

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

>Comment By: Joseph VanAndel (vanandel)
Date: 2001-12-27 09:29

Message:
Logged In: YES 
user_id=6581

I understand that there is plenty of documentation for
distutils, but are there (enough) other examples of
extending, including defining objects and methods?

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-27 09:02

Message:
Logged In: YES 
user_id=6380

Thanks for noticing. The removal of Misc/Makefile.pre.in is
intentional -- indeed we recommend using distutils and
setup.py. But rather than using your setup.py, I decided
that we don't need a demo -- there's plenty of doco for
distutils. So I've just erased the Demo/extend directory.


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

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