[Bf-blender-cvs] [5b0b6ef] temp_hair_modifiers: Bad hack: due to unintelligible linker errors, have to move bf_rna in front of bf_editor_physics.

Lukas Tönne noreply at git.blender.org
Mon Feb 9 14:25:36 CET 2015


Commit: 5b0b6ef966ca85579fb47b2dfa37a6a06a60bf68
Author: Lukas Tönne
Date:   Tue Feb 3 16:01:59 2015 +0100
Branches: temp_hair_modifiers
https://developer.blender.org/rB5b0b6ef966ca85579fb47b2dfa37a6a06a60bf68

Bad hack: due to unintelligible linker errors, have to move bf_rna in
front of bf_editor_physics.

For some reason this seems to work for other bf_editor_* libs. Should be
fixed asap, but no working solution is known among core devs, so for now
have to do this to keep working.

===================================================================

M	build_files/cmake/macros.cmake

===================================================================

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 056241b..a5f73e2 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -494,6 +494,7 @@ macro(SETUP_BLENDER_SORTED_LIBS)
 		bf_editor_metaball
 		bf_editor_object
 		bf_editor_armature
+		bf_rna
 		bf_editor_physics
 		bf_editor_render
 		bf_editor_screen
@@ -516,7 +517,6 @@ macro(SETUP_BLENDER_SORTED_LIBS)
 		bf_blenkernel
 		bf_physics
 		bf_nodes
-		bf_rna
 		bf_gpu
 		bf_blenloader
 		bf_imbuf




More information about the Bf-blender-cvs mailing list