Re: [Mingw-w64-public] Problems with emmintrin.h

2010-01-09 Thread Kai Tietz
2010/1/9 Mook - : > Building approximately a week-old mozilla-central here. > > emmintrin.h hates me; the minimal testcase is: > > echo '#include ' | gcc -xc -c -o /dev/null - > > The error is: > some\path\bin\../lib/gcc/x86_64-w64-mingw32/4.5.0/include/mm_malloc.h:31:1: > error: static declaration

[Mingw-w64-public] Problems with emmintrin.h

2010-01-09 Thread Mook -
Building approximately a week-old mozilla-central here. emmintrin.h hates me; the minimal testcase is: echo '#include ' | gcc -xc -c -o /dev/null - The error is: some\path\bin\../lib/gcc/x86_64-w64-mingw32/4.5.0/include/mm_malloc.h:31:1: error: static declaration of '_aligned_malloc' follows non