Re: [Bf-committers] Libraries update

2016-01-13 Thread Sergey Sharybin
Hey everyone, Just a quick update: Linux release environment is now using new versions of FFmpeg, Boost, OIIO and OSL. On Fri, Jan 8, 2016 at 9:51 PM, Bastien Montagne wrote: > Since we are in updating mood (and current 'official' ffmpeg 2.1.5 > version does not build with latest vpx lib), > w

Re: [Bf-committers] ERROR! OpenShadingLanguage-1.6.9 failed to compile, exiting

2016-01-13 Thread Benoit Bolsee
Hi, I came across the same problem (Linux Mint 17) and fixed it by patching one of the cmake file in OSL. Here is the diff: --- a/src/liboslexec/CMakeLists.txt +++ b/src/liboslexec/CMakeLists.txt @@ -144,7 +144,7 @@ ${OPENIMAGEIO_LIBRARY} ${PUGIXML_LIBRARIES}