[Bf-committers] r33039 breaks blenderplayer build (OSX 64 at least)

Mike S blenderdev at mikes.id.au
Sat Nov 13 07:23:47 CET 2010


Hi all,

------------------------------------------------------------------------
r33039 | blendix | 2010-11-13 01:06:58 +1030 (Sat, 13 Nov 2010) | 5 lines

Related to #24653: added scene.collada_export() function, to use instead 
of an
operator for external render engines, since operators should not be 
called in
the render() callback.

Causes this error:::::::: (Scons and Cmake(xcode))


Linking program ==> 'blenderplayer'
Undefined symbols:
   "_collada_export", referenced from:
       _Scene_collada_export_call in libbf_rna.a(rna_scene_gen.o)
      (maybe you meant: _rna_Scene_collada_export_filepath, 
_Scene_collada_export_call , _rna_Scene_collada_export_func )
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** 
[/Users/mikes/Blender/BlenderDevelopment/blender-svn/build/darwin/bin/blenderplayer] 
Error 1
scons: building terminated because of errors.


Either some link directives for libbf_collada.a and others need to be 
added or if this function is not used in blenderplayer the changes 
ifdef'd against a player build.

Mike.


More information about the Bf-committers mailing list