GNOME Bugzilla – Bug 725530
babl fails to compile on 10.9 in stable modulesets
Last modified: 2014-03-06 17:46:56 UTC
babl-0.1.10 in the stable module sets fails building on 10.9: sse-fixups.c:96:16: error: use of unknown builtin '__builtin_ia32_movhlps' [-Wimplicit-function-declaration] v = g4float_movhl (v, v); ^ sse-fixups.c:46:29: note: expanded from macro 'g4float_movhl' #define g4float_movhl(a,b) __builtin_ia32_movhlps(a, b) ^ sse-fixups.c:96:14: error: assigning to 'g4float' from incompatible type 'int' v = g4float_movhl (v, v); ^ ~~~~~~~~~~~~~~~~~~~~ sse-fixups.c:154:14: error: assigning to 'g4float' from incompatible type 'int' v = g4float_movhl (v, v); ^ ~~~~~~~~~~~~~~~~~~~~ 3 errors generated. Adding autogenargs="--disable-sse" to the module definition gets it building as a workaround.
f5c6a78