← Back to team overview

kicad-developers team mailing list archive

Re: Build broken against glm 0.9.8.4

 

Hi, Nick!

Note: There is also a glm 0.9.8.5 out (and glm 0.9.9)... maybe this issue got fixed already.

see: https://github.com/g-truc/glm/releases

Regards,

Clemens


On 2018-02-07 12:37, Nick Østergaard wrote:
> Hi
> 
> Just a heads up.
> 
> I think e0f7958dbdab89f38bacc6a567e21b38a0926aee broke the build on fedora26 and fedora 27 which uses glm 0.9.8.4. Caused by fix in https://bugs.launchpad.net/kicad/+bug/1746546.
> 
> /usr/include/glm/detail/type_vec4_simd.inl:156:11: error: 'struct glm::tvec4<float, (glm::precision)5>' has no member named 'data'
> /usr/include/glm/detail/type_vec4_simd.inl:156:11: error: 'struct glm::tvec4<float, (glm::precision)5>' has no member named 'data'
>     Result.data = _mm_mul_ps(a.data, _mm_rcp_ps(b.data));
>     Result.data = _mm_mul_ps(a.data, _mm_rcp_ps(b.data));
>            ^~~~
>            ^~~~
> 
> https://copr.fedorainfracloud.org/coprs/g/kicad/kicad/build/711229/
> 
> Nick
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References