Hi - I’m getting error:
BL_ArmatureObject.cpp:(.text._ZN13KX_GameObject7py_reprEv[KX_GameObject::py_repr()]+0x15): undefined reference to `PyUnicodeUCS4_FromString'
while building Blender on Ubuntu 10.04, with Python 3.2
my build flags are:
WITH_BF_FFMPEG=False
WITH_BF_3DMOUSE=False
BF_PYTHON_VERSION=3.2
Can anyone tell me how to fix this issue?