Re: [Bf-committers] Libraries update required

2016-12-04 Thread Brecht Van Lommel
WITH_CODEC_QUICKTIME does not work with the 10.12 SDK, the QuickTime framework was removed. WITH_CYCLES_OPENSUBDIV works for me, I see no link errors, so not sure what needs to be fixed there. On Sun, Dec 4, 2016 at 6:44 AM, Mike Erwin wrote: > Just saw the fixes in

Re: [Bf-committers] Libraries update required

2016-12-03 Thread Mike Erwin
Just saw the fixes in master. Thanks! To get "make full" working I still have to disable WITH_CODEC_QUICKTIME (missing system headers) and WITH_CYCLES_OPENSUBDIV (link error). Mike Erwin musician, naturalist, pixel pusher, hacker extraordinaire On Sat, Dec 3, 2016 at 11:50 PM, Mike Erwin

Re: [Bf-committers] Libraries update required

2016-12-03 Thread Mike Erwin
On Sat, Dec 3, 2016 at 10:25 AM, Brecht Van Lommel < brechtvanlom...@pandora.be> wrote: > > I have updated the new macOS 10.9 libraries to these versions. > https://developer.blender.org/rBL61756 I'm having trouble building with "make full" on latest Mac OS. "make lite" builds & runs fine with

Re: [Bf-committers] Libraries update required

2016-12-03 Thread Ray Molenkamp
All (2013/2015/x86/x64) windows libraries have been updated, one thing to note though is that all sse support in oiio had to be disabled, due to some incompatibilities between the oiio simd headers and msvc. If there's any issues, drop me a line or bug me on irc. --Ray On 12/1/2016 7:27

Re: [Bf-committers] Libraries update required

2016-12-03 Thread Martijn Berger
Hi brecht, ill build the 10.6 libs. Martijn On Sat, Dec 3, 2016 at 4:25 PM, Brecht Van Lommel < brechtvanlom...@pandora.be> wrote: > I have updated the new macOS 10.9 libraries to these versions. > https://developer.blender.org/rBL61756 > > Do we need these updates for master? I don't have

Re: [Bf-committers] Libraries update required

2016-12-03 Thread Brecht Van Lommel
I have updated the new macOS 10.9 libraries to these versions. https://developer.blender.org/rBL61756 Do we need these updates for master? I don't have build scripts for the macOS 10.6 libraries, and don't intend to start maintaining them. On Thu, Dec 1, 2016 at 3:27 PM, Sergey Sharybin

Re: [Bf-committers] Libraries update required

2016-12-01 Thread Sergey Sharybin
Eh, sure enough i forgot something. Please ALSO update Python from 3.5.1 to 3.5.2. This brings fixes to asyncio module which is now used more and more in various addons. On Thu, Dec 1, 2016 at 3:24 PM, Sergey Sharybin wrote: > Hey everyone, > > Here is a request for

[Bf-committers] Libraries update required

2016-12-01 Thread Sergey Sharybin
Hey everyone, Here is a request for platform maintainers to perform the following libraries update: - Update OIIO from 1.6.9 to 1.7.8 (will solve T49250) - Update OSL from 1.7.3 to 1.7.5 (recompilarion is needed since OIIO update, so can update to latest version as well) - Update FFmpeg from