[Python-bugs-list] [ python-Bugs-442796 ] No descrobject in CVS Makefile.pre.in
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 19 Jul 2001 09:16:37 -0700
Bugs item #442796, was opened at 2001-07-19 09:16
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442796&group_id=5470
Category: Build
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Justin D. Pettit (jpettit)
Assigned to: Nobody/Anonymous (nobody)
Summary: No descrobject in CVS Makefile.pre.in
Initial Comment:
I grabbed the newest version of the Makefile from CVS,
since I was having problems with unset in the old
one. When I tried to build, it failed during the link
stage due to missing references to "PyDescr_"
functions. When I add descrobject.o to the
OBJECT_OBJS definition and "descrobject.h to the
PYTHON_HEADERS definition, the build works fine. I
assume these definitions disappeared during one of the
merges, because Python-2.2.a1 has them.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442796&group_id=5470