optimusartifex / fog

Automatically exported from code.google.com/p/fog
1 stars 0 forks source link

‘__m64’ does not name a type on Linux #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cmake .
2. make

What is the expected output? What do you see instead?

Instead of successfully building I get:

Scanning dependencies of target Fog
[  0%] Building CXX object CMakeFiles/Fog.dir/Src/Fog/Core/Acc/Constants.cpp.o
In file included from 
/home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/C++/IntrinMmx.h:12:0,
                 from /home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/C++/StdHeaders.h:35,
                 from /home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/C++/Base.h:19,
                 from /home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/Acc/Constants.h:11,
                 from /home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/Acc/Constants.cpp:7:
/usr/lib/gcc/i686-linux-gnu/4.6/include/mmintrin.h:32:3: error: #error "MMX 
instruction set not enabled"
In file included from 
/home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/C++/StdHeaders.h:35:0,
                 from /home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/C++/Base.h:19,
                 from /home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/Acc/Constants.h:11,
                 from /home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/Acc/Constants.cpp:7:
/home/juanchi/Descargas/fog-read-only/Fog/Src/Fog/Core/C++/IntrinMmx.h:128:3: 
error: ‘__m64’ does not name a type
make[2]: *** [CMakeFiles/Fog.dir/Src/Fog/Core/Acc/Constants.cpp.o] Error 1
make[1]: *** [CMakeFiles/Fog.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?

Checked out the source from svn. I'm running Ubuntu 12.04 32bits

Original issue reported on code.google.com by juanchiv...@gmail.com on 14 Feb 2013 at 8:51

GoogleCodeExporter commented 9 years ago
I'm running gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 

Original comment by juanchiv...@gmail.com on 14 Feb 2013 at 8:53