[Python-bugs-list] [ python-Bugs-413714 ] ccpython.cc build failure in sep. tree

noreply@sourceforge.net noreply@sourceforge.net
Tue, 10 Apr 2001 09:05:57 -0700


Bugs item #413714, was updated on 2001-04-04 07:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=413714&group_id=5470

Category: Build
Group: Platform-specific
>Status: Closed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Neil Schemenauer (nascheme)
Summary: ccpython.cc build failure in sep. tree

Initial Comment:
When building in a separate directory from the source 
tree, ccpython.cc cannot be built since the rule in 
Modules/Makefile.pre.in is currently:

ccpython.o: ccpython.cc
	$(CXX) $(CFLAGS) -c $*.cc

instead of

ccpython.o: ccpython.cc
	$(CXX) $(CFLAGS) -c $<

Thanks,

Guy.

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

>Comment By: Neil Schemenauer (nascheme)
Date: 2001-04-10 09:05

Message:
Logged In: YES 
user_id=35752

This bug must be referring to an old version of Python. 
There
is no longer a Modules/Makefile.pre.in file.  Making
ccpython.o
using a separate build directory seems to work fine for me.
Setting status to "closed" and resolution to "fixed".  I
hope that's
the correct flags.


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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-10 08:53

Message:
Logged In: YES 
user_id=6380

Assigned to Neil Schemenauer, the build expert.

Neil, this looks like a trivial fix.  If you agree, can you
check it in?

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

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