hi,
I am trying to compile Scorpio 2.4 on a macbook pro with snow leopard and I get the following error:
g++ -Wall -pedantic -O3 -c attack.cpp
In file included from scorpio.h:730,
from attack.cpp:1:
/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/nmmintrin.h:35:3: error: #error "SSE4.2 instruction set not enabled"
make: *** [attack.o] Error 1
Scorpio 1.91 compiles fine, and 2.3 compiles after changing a couple of "static const enum" to just enum. My skills are google-based, and for this one google let me down.
thanks,