Comment 11 for bug 1746546

Revision history for this message
Nick Østergaard (nickoe) wrote :

I think this broke the build on fedora26 and fedora 27 which uses glm 0.9.8.4.

/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/