[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Armature.c Armature.h Bone.c Bone.h Object.c

Stephen Swaney sswaney at centurytel.net
Tue Nov 8 02:10:36 CET 2005


On Tue, Nov 08, 2005 at 01:08:41AM +0100, Alexander Ewering wrote:
> 
> sorry, your commit broke the build for me:
> 
> /home/intrr/bf-cvs/blender/obj/linux-glibc2.3.2-i386/blender/python/libpython.a(constant.o)(.text+0x2d6): In function onstant_repr':
> : undefined reference to yDict_Contains'

PyDict_Contains() is new in Python 2.4.  Is equivalent to the
Python expression "key in p".

-- 
Stephen Swaney			
sswaney at centurytel.net



More information about the Bf-committers mailing list