I have a working Blender up-to-date C/C++ build, but it compiles with Boost 1.49.
I would like to use latest Boost libraries (currently 1.53) because of its usage in a related project.
Is it daunting to compile blender with the latest boost? Has anyone got it working?
Alternatively, is it possible (or recommended) to just leave blender with existing boost 1.49 library and use Boost 1.53 for my small amount of code?
Many thanks!