GNOME Bugzilla – Bug 772107
can't compile on x86
Last modified: 2016-09-28 08:29:07 UTC
Created attachment 336419 [details] build.log /var/tmp/portage/media-libs/gst-plugins-base-1.9.2/work/gst-plugins-base-1.9.2/gst-libs/gst/audio/audio-resampler-x86.h:529:9: error: implicit declaration of function '_mm_cvtsi128_si64' [-Werror=implicit-function-declaration] res = _mm_cvtsi128_si64 (sum[0]); ^ /var/tmp/portage/media-libs/gst-plugins-base-1.9.2/work/gst-plugins-base-1.9.2/gst-libs/gst/audio/audio-resampler-x86.h:529:3: error: nested extern declaration of '_mm_cvtsi128_si64' [-Werror=nested-externs] res = _mm_cvtsi128_si64 (sum[0]);
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 729276 ***
Are you sure this is a duplicate? 1.8.3 compile fine on linux x86 and x64 1.9.2 compile fine on x64 and error on linux x86