[Bf-committers] Issues to build blender-2.65 on Fedora 18

Jochen Schmitt Jochen at herr-schmitt.de
Wed Dec 12 12:20:49 CET 2012


On Wed, Dec 12, 2012 at 10:52:20AM +0100, Brecht Van Lommel wrote:
 
> Could you try editing line 656 in the top CMakeLists.txt:
> set(__boost_packages filesystem regex system thread date_time)
> 
> To change the order of the packages, for example:
> set(__boost_packages filesystem regex thread date_time system)

I have tried out the following patch without any success.

diff -up blender-2.65/CMakeLists.txt.boost blender-2.65/CMakeLists.txt
--- blender-2.65/CMakeLists.txt.boost	2012-12-12 09:22:34.690451894 +0100
+++ blender-2.65/CMakeLists.txt	2012-12-12 11:30:30.858051704 +0100
@@ -653,7 +653,7 @@ if(UNIX AND NOT APPLE)
 			else()
 				set(Boost_USE_MULTITHREADED ON)
 			endif()
-			set(__boost_packages filesystem regex system thread date_time)
+			set(__boost_packages regex system thread date_time filesystem systema)
 			if (WITH_INTERNATIONAL)
 				list(APPEND __boost_packages locale)
 			endif()
Best Regards:

Jochen Schmitt


More information about the Bf-committers mailing list