[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19743] trunk/blender/source: BGE Python API

jmsoler at free.fr jmsoler at free.fr
Thu Apr 16 06:55:02 CEST 2009


Selon Campbell Barton <ideasman42 at gmail.com>:

> Revision: 19743
>
>
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19743
> Author:   campbellbarton
> Date:     2009-04-15 21:20:12 +0200 (Wed, 15 Apr 2009)
...
> +++
> trunk/blender/source/blender/python/api2_2x/bpy_internal_import.c	2009-04-15
t */
> +	PyObject *key, *value;
> +	Py_ssize_t pos = 0;
> +
...

At least one problem to build under mac osx :

Compiling ==> 'bpy_internal_import.c'
source/blender/python/api2_2x/bpy_internal_import.c:265: warning: initialization
from incompatible pointer type
source/blender/python/api2_2x/bpy_internal_import.c: In function
‘importClearUserModules’:
source/blender/python/api2_2x/bpy_internal_import.c:296: error: ‘Py_ssize_t’
undeclared (first use in this function)

jms


More information about the Bf-committers mailing list