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

Brecht Van Lommel brechtvanlommel at pandora.be
Wed Dec 12 10:52:20 CET 2012


Hi,

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'm not quite sure if this will fix it or what would be the right
order. There seems to be other software with the same problem but they
missed some packages, the filesystem one is actually here. If that
doesn't work it would help if you could upload your CMakeCache.txt on
pasteall.org.

Brecht.

On Wed, Dec 12, 2012 at 10:12 AM, Jochen Schmitt <Jochen at herr-schmitt.de> wrote:
> Hallo,
>
> I have tried to build blender-2.65 for the upcomming Fedora
> 18 release as a mock build and have got the following
> error messages:
>
> -- Found Subversion: /usr/bin/svn (found version "1.7.7")
> [100%] Built target buildinfo
> Scanning dependencies of target blender
> [100%] Building C object source/creator/CMakeFiles/blender.dir/creator.c.o
> [100%] Building C object source/creator/CMakeFiles/blender.dir/buildinfo.c.o
> Linking CXX executable ../../bin/blender
> /usr/bin/ld: ../../lib/libcycles_util.a(util_cache.cpp.o): undefined reference to symbol '_ZN5boost10filesystem6detail13dir_itr_closeERPvS3_'
> /usr/bin/ld: note: '_ZN5boost10filesystem6detail13dir_itr_closeERPvS3_' is defined in DSO /lib64/libboost_filesystem-mt.so.1.50.0 so try adding it to the linker command line
> /lib64/libboost_filesystem-mt.so.1.50.0: could not read symbols: Invalid operation
> collect2: error: ld returned 1 exit status
> make[2]: *** [bin/blender] Error 1
> make[1]: *** [source/creator/CMakeFiles/blender.dir/all] Error 2
> make: *** [all] Error 2
>
> It may be nice, if anyone have a hint to solve this issue.
>
> For additional information. Fedora 18 will shipped with boost-.50.
>
> Best Regards:
>
> Jochen Schmitt
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list