Hi All,
Since pre-compiled libs are no longer in SVN , i’m unable to build blender.
I followed step by step all the instructions in this page :
http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux/Ubuntu/CMake.
But the compilation process always stop near the end:
[100%] Built target bf_intern_cycles
Scanning dependencies of target blender
[100%] [100%] Building C object source/creator/CMakeFiles/blender.dir/creator.c.o
Building C object source/creator/CMakeFiles/blender.dir/buildinfo.c.o
…
and then:
filesystem.cpp:(.text+0x1eea): undefined reference to boost::filesystem::path::codecvt()' filesystem.cpp:(.text+0x1eff): undefined reference to
boost::filesystem::path::m_append_separator_if_needed()’
filesystem.cpp:(.text+0x1f89): undefined reference to boost::filesystem::path::m_erase_redundant_separator(unsigned long)' filesystem.cpp:(.text+0x205b): undefined reference to
boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)’
filesystem.cpp:(.text+0x209b): undefined reference to `boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)’
make[3]: *** [bin/blender] Erreur 1
make[2]: *** [source/creator/CMakeFiles/blender.dir/all] Erreur 2
make[1]: *** [all] Erreur 2
make: *** [all] Erreur 2
how could i solve this ?
(my sustem : ubuntu 12.04 / 64bits )