[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19530] trunk/blender/source/gameengine: moved more attributes from getattr into PyAttributeDef's

jmsoler at free.fr jmsoler at free.fr
Sat Apr 4 08:17:16 CEST 2009


Selon Campbell Barton <ideasman42 at gmail.com>:

> Revision: 19530
>

There is a problem on Mac osx

"""
source/gameengine/Ketsji/KX_GameObject.cpp:1176: error: ‘lenfunc’ was not
declared in this scope
...
scons: ***
[/Users/.../bf-blender/build/darwin/source/gameengine/Ketsji/KX_GameObject.o]
Error 1
scons: building terminated because of errors.
""

since yesterday.

http://lists.blender.org/pipermail/bf-blender-cvs/2009-April/018709.html :
 """
 PyMappingMethods KX_GameObject::Mapping = {
-	(inquiry)KX_GameObject::Map_Len, 			/*inquiry mp_length */
+	(lenfunc)KX_GameObject::Map_Len, 			/*inquiry mp_length */
 	(binaryfunc)KX_GameObject::Map_GetItem,		/*binaryfunc mp_subscript */
 	(objobjargproc)KX_GameObject::Map_SetItem,	/*objobjargproc mp_ass_subscript */
"""


jms


More information about the Bf-committers mailing list