[Bf-committers] CMake build fails at bpy_rna_anim.c

IRIE Shinsuke irieshinsuke at yahoo.co.jp
Wed Mar 2 07:20:20 CET 2011


Hi,

I attempted to build Blender with CMake on Ubuntu 10.10 but got errors as follows:

[ 55%] Building C object source/blender/python/intern/CMakeFiles/bf_python.dir/bpy_rna_anim.c.o
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c: In function 'pyrna_struct_anim_args_parse':
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:57: error: implicit declaration of function 'RNA_struct_is_ID'
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:69: error: implicit declaration of function 'RNA_path_resolve_full'
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:82: error: implicit declaration of function 'RNA_struct_find_property'
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:82: warning: assignment makes pointer from integer without a cast
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:91: error: implicit declaration of function 'RNA_property_animateable'
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:96: error: implicit declaration of function 'RNA_property_array_check'
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:106: error: implicit declaration of function 'RNA_property_array_length'
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:117: error: implicit declaration of function 'RNA_path_from_ID_to_property'
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:117: warning: assignment makes pointer from integer without a cast
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c: In function 'pyrna_struct_driver_add':
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:288: error: implicit declaration of function 'RNA_pointer_create'
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:288: error: 'RNA_FCurve' undeclared (first use in this function)
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:288: error: (Each undeclared identifier is reported only once
/home/irie/Subversion/blender/source/blender/python/intern/bpy_rna_anim.c:288: error: for each function it appears in.)
make[2]: *** [source/blender/python/intern/CMakeFiles/bf_python.dir/bpy_rna_anim.c.o] Error 1
make[1]: *** [source/blender/python/intern/CMakeFiles/bf_python.dir/all] Error 2
make: *** [all] Error 2


These errors happen since r35295.

r35297
Ubuntu 10.10 amd64

IRIE


More information about the Bf-committers mailing list