Re: [Bf-committers] Update to OpenCollada 1.6.51

2017-06-12 Thread dj azo
macOS 10.6 libs updated.
(c++11 is not needed on required libs)

> On 7 Jun 2017, at 12.26, Gaia Clary  wrote:
> 
> Dear Platform maintainers
> 
> 2 days ago Jens Verwiebe has found an issue with building Blender
> on Linux with Clang. It was due to an error in one of the
> Collada include files. The issue has already been fixed in a
> subsequent OpenCollada release.
> 
> Because of this i propose to update to OpenCollada - 1.6.51:
> 
> https://github.com/KhronosGroup/OpenCOLLADA/releases/tag/v1.6.51
-- 
Azo



___
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Update to OpenCollada 1.6.51

2017-06-10 Thread Brecht Van Lommel
macOS 10.9 libraries updated.

On Sat, Jun 10, 2017 at 8:02 PM, Romain FOYARD  wrote:

> Hi dj azo,
>
> You're right, the OpenCOLLADA's readme states C++11 is now required.
> I don't know from which version they require it, though.
> There was a trick with older version of xcode but I can't make it work with
> xcode 8 and I'm not sure it would be stable enough
> for the last 2.7x series.
>
> Regards,
> Romain
>
> 2017-06-09 22:28 GMT+02:00 dj azo :
>
> > Hi!
> >
> > There seems to be some c++11 code on new OpenCollada versions. That makes
> > macOS 10.6 target impossible,as libc++ is available from 10.7 on.
> >
> > macOS 10.6 is painful target, happy when we can drop it.
> >
> >
> > > Because of this i propose to update to OpenCollada - 1.6.51:
> > >
> > > https://github.com/KhronosGroup/OpenCOLLADA/releases/tag/v1.6.51
> > >
> > > Please be so kind and report any remaining issues with building the
> > > libraries or building blender with the libraries. If you know a fix
> > > for your find, you either can forward the fix to OpenCollada project
> > > or tell me about it. Then i will take care :)
> >
> > --
> > Azo
> >
> >
> >
> > ___
> > Bf-committers mailing list
> > Bf-committers@blender.org
> > https://lists.blender.org/mailman/listinfo/bf-committers
> >
> ___
> Bf-committers mailing list
> Bf-committers@blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers
>
___
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Update to OpenCollada 1.6.51

2017-06-10 Thread Romain FOYARD
Hi dj azo,

You're right, the OpenCOLLADA's readme states C++11 is now required.
I don't know from which version they require it, though.
There was a trick with older version of xcode but I can't make it work with
xcode 8 and I'm not sure it would be stable enough
for the last 2.7x series.

Regards,
Romain

2017-06-09 22:28 GMT+02:00 dj azo :

> Hi!
>
> There seems to be some c++11 code on new OpenCollada versions. That makes
> macOS 10.6 target impossible,as libc++ is available from 10.7 on.
>
> macOS 10.6 is painful target, happy when we can drop it.
>
>
> > Because of this i propose to update to OpenCollada - 1.6.51:
> >
> > https://github.com/KhronosGroup/OpenCOLLADA/releases/tag/v1.6.51
> >
> > Please be so kind and report any remaining issues with building the
> > libraries or building blender with the libraries. If you know a fix
> > for your find, you either can forward the fix to OpenCollada project
> > or tell me about it. Then i will take care :)
>
> --
> Azo
>
>
>
> ___
> Bf-committers mailing list
> Bf-committers@blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers
>
___
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Update to OpenCollada 1.6.51

2017-06-09 Thread dj azo
Hi!

There seems to be some c++11 code on new OpenCollada versions. That makes macOS 
10.6 target impossible,as libc++ is available from 10.7 on. 

macOS 10.6 is painful target, happy when we can drop it.


> Because of this i propose to update to OpenCollada - 1.6.51:
> 
> https://github.com/KhronosGroup/OpenCOLLADA/releases/tag/v1.6.51
> 
> Please be so kind and report any remaining issues with building the 
> libraries or building blender with the libraries. If you know a fix
> for your find, you either can forward the fix to OpenCollada project
> or tell me about it. Then i will take care :)

-- 
Azo



___
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Update to OpenCollada 1.6.51

2017-06-09 Thread Bastien Montagne
Hi,

install_deps has been updated too.


Le 08/06/2017 à 03:59, Ray Molenkamp a écrit :
> The windows libraries have been updated
>
> --Ray
>
>
> On 6/7/2017 3:50 AM, Sergey Sharybin wrote:
>> Hi,
>>
>> Linux release environment has been updated.
>>
>> On Wed, Jun 7, 2017 at 11:26 AM, Gaia Clary 
>> wrote:
>>
>>> Dear Platform maintainers
>>>
>>> 2 days ago Jens Verwiebe has found an issue with building Blender
>>> on Linux with Clang. It was due to an error in one of the
>>> Collada include files. The issue has already been fixed in a
>>> subsequent OpenCollada release.
>>>
>>> Because of this i propose to update to OpenCollada - 1.6.51:
>>>
>>> https://github.com/KhronosGroup/OpenCOLLADA/releases/tag/v1.6.51
>>>
>>> or if that suits better, use the commit number:
>>>
>>>0c2cdc17c22cf42050e4d42154bed2176363549c
>>>
>>> The OpenCollada commits can be found here:
>>>
>>>https://github.com/KhronosGroup/OpenCOLLADA/commits/master
>>>
>>> Please be so kind and report any remaining issues with building the
>>> libraries or building blender with the libraries. If you know a fix
>>> for your find, you either can forward the fix to OpenCollada project
>>> or tell me about it. Then i will take care :)
>>>
>>> thanks,
>>> cheers,
>>> Gaia
>>>
>>> ___
>>> Bf-committers mailing list
>>> Bf-committers@blender.org
>>> https://lists.blender.org/mailman/listinfo/bf-committers
>>> ___
>>> Bf-committers mailing list
>>> Bf-committers@blender.org
>>> https://lists.blender.org/mailman/listinfo/bf-committers
>>>
>>
> ___
> Bf-committers mailing list
> Bf-committers@blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers
>

___
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Update to OpenCollada 1.6.51

2017-06-07 Thread Ray Molenkamp
The windows libraries have been updated

--Ray


On 6/7/2017 3:50 AM, Sergey Sharybin wrote:
> Hi,
>
> Linux release environment has been updated.
>
> On Wed, Jun 7, 2017 at 11:26 AM, Gaia Clary 
> wrote:
>
>> Dear Platform maintainers
>>
>> 2 days ago Jens Verwiebe has found an issue with building Blender
>> on Linux with Clang. It was due to an error in one of the
>> Collada include files. The issue has already been fixed in a
>> subsequent OpenCollada release.
>>
>> Because of this i propose to update to OpenCollada - 1.6.51:
>>
>> https://github.com/KhronosGroup/OpenCOLLADA/releases/tag/v1.6.51
>>
>> or if that suits better, use the commit number:
>>
>>   0c2cdc17c22cf42050e4d42154bed2176363549c
>>
>> The OpenCollada commits can be found here:
>>
>>   https://github.com/KhronosGroup/OpenCOLLADA/commits/master
>>
>> Please be so kind and report any remaining issues with building the
>> libraries or building blender with the libraries. If you know a fix
>> for your find, you either can forward the fix to OpenCollada project
>> or tell me about it. Then i will take care :)
>>
>> thanks,
>> cheers,
>> Gaia
>>
>> ___
>> Bf-committers mailing list
>> Bf-committers@blender.org
>> https://lists.blender.org/mailman/listinfo/bf-committers
>> ___
>> Bf-committers mailing list
>> Bf-committers@blender.org
>> https://lists.blender.org/mailman/listinfo/bf-committers
>>
>
>

___
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Update to OpenCollada 1.6.51

2017-06-07 Thread Sergey Sharybin
Hi,

Linux release environment has been updated.

On Wed, Jun 7, 2017 at 11:26 AM, Gaia Clary 
wrote:

> Dear Platform maintainers
>
> 2 days ago Jens Verwiebe has found an issue with building Blender
> on Linux with Clang. It was due to an error in one of the
> Collada include files. The issue has already been fixed in a
> subsequent OpenCollada release.
>
> Because of this i propose to update to OpenCollada - 1.6.51:
>
> https://github.com/KhronosGroup/OpenCOLLADA/releases/tag/v1.6.51
>
> or if that suits better, use the commit number:
>
>   0c2cdc17c22cf42050e4d42154bed2176363549c
>
> The OpenCollada commits can be found here:
>
>   https://github.com/KhronosGroup/OpenCOLLADA/commits/master
>
> Please be so kind and report any remaining issues with building the
> libraries or building blender with the libraries. If you know a fix
> for your find, you either can forward the fix to OpenCollada project
> or tell me about it. Then i will take care :)
>
> thanks,
> cheers,
> Gaia
>
> ___
> Bf-committers mailing list
> Bf-committers@blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers
> ___
> Bf-committers mailing list
> Bf-committers@blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers
>



-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers