I had the same problems of missing prototypes for functions as i tried to build with 3.1 with just overwriting (ignoring) the checks. That basically means, that this functions are not available in 3.1 but in 3.2, which then might lead to a broken build, since the "native" function, that can't be called, is replaced with a dummy.
Am 08.03.2011 17:24, schrieb Richard Shaw: > I checked out a more current svn to get the fix for blenderplayer not > installing and hacked bpy_util to not complain about python 3.1 but > ran into another issue: > > /builddir/build/BUILD/blender-2.56.svn35406/source/blender/python/generic/py_capi_utils.c:98:3: > error: implicit declaration of function 'PyFrame_GetLineNumber' > /builddir/build/BUILD/blender-2.56.svn35406/source/blender/python/generic/py_capi_utils.c:215:3: > error: implicit declaration of function 'PyUnicode_EncodeFSDefault' > > Is this due to using python 3.1 or is this unrelated? > > Thanks, > Richard > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
