[Bf-committers] Looking for insight into a problem with setting up a modifier

Kursad Karatas gonderici at plecxus.com
Sun Feb 24 07:18:57 CET 2013


Hi

I am trying to set up a modifier. For some reason it is giving me an 
compilation error, something that I am not able to figure out. At one 
point I was able to compile and made it work, but got a corrupt git 
branch so lost it.  I am hoping that someone on the list will probably 
have some idea about it. I based it on the shapekey modifier and follow 
up on Campbell`s meshcache commit.

Here is the diff against the master branch

http://www.pasteall.org/39985/c

And here is the error from mingw32-make

[ 88%] Built target bf_modifiers
Linking C static library ..\..\..\lib\libbf_blenkernel.a
[ 95%] Built target bf_blenkernel
Scanning dependencies of target bf_rna
[ 95%] Generating rna_ID_gen.c, rna_action_gen.c, rna_actuator_gen.c, 
rna_animation_gen.c, rna_animviz_gen.c, rna_armature_gen.c, 
rna_boid_gen.c, rna_brush_gen.c, rna_c
amera_gen.c, rna_cloth_gen.c, rna_color_gen.c, rna_constraint_gen.c, 
rna_context_gen.c, rna_controller_gen.c, rna_curve_gen.c, 
rna_dynamicpaint_gen.c, rna_fcurve_gen.c,
  rna_fluidsim_gen.c, rna_gpencil_gen.c, rna_group_gen.c, 
rna_image_gen.c, rna_key_gen.c, rna_lamp_gen.c, rna_lattice_gen.c, 
rna_main_gen.c, rna_mask_gen.c, rna_material
_gen.c, rna_mesh_gen.c, rna_meta_gen.c, rna_modifier_gen.c, 
rna_movieclip_gen.c, rna_nla_gen.c, rna_nodetree_gen.c, 
rna_object_gen.c, rna_object_force_gen.c, rna_packed
file_gen.c, rna_particle_gen.c, rna_pose_gen.c, rna_property_gen.c, 
rna_render_gen.c, rna_rigidbody_gen.c, rna_rna_gen.c, rna_scene_gen.c, 
rna_screen_gen.c, rna_sculpt_
paint_gen.c, rna_sensor_gen.c, rna_sequencer_gen.c, rna_smoke_gen.c, 
rna_sound_gen.c, rna_space_gen.c, rna_speaker_gen.c, rna_test_gen.c, 
rna_text_gen.c, rna_texture_ge
n.c, rna_timeline_gen.c, rna_tracking_gen.c, rna_ui_gen.c, 
rna_userdef_gen.c, rna_vfont_gen.c, rna_wm_gen.c, rna_world_gen.c
Running makesrna
[ 95%] [ 95%] [ 95%] [ 95%] [ 95%] [ 95%] [ 95%] [ 95%] [ 95%] [ 95%] 
Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_cloth_gen.c.obj
Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_constraint_gen.c.obj 

Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_dynamicpaint_gen.c.obj 

Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_fluidsim_gen.c.obj
Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_modifier_gen.c.obj
Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_object_gen.c.obj
Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_object_force_gen.c.obj 

Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_particle_gen.c.obj
Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_scene_gen.c.obj
Building C object 
source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_smoke_gen.c.obj
Linking C static library ..\..\..\..\lib\libbf_rna.a
[ 99%] Built target bf_rna
Linking CXX executable ..\..\bin\blender.exe
Creating library file: ..\..\bin\libblender.dll.a
..\..\lib\libbf_modifiers.a(MOD_util.c.obj):MOD_util.c:(.text+0x5ed): 
undefined reference to `modifierType_kkShapeKeyModifier'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [bin/blender.exe] Error 1
mingw32-make[1]: *** [source/creator/CMakeFiles/blender.dir/all] Error 2
mingw32-make: *** [all] Error 2

cheers

k





More information about the Bf-committers mailing list