I tried building glide64mk2 on OpenBSD macppc. The Makefile sets -DNO_ASM
properly, but the build fails in src/Glide64/3dmath.cpp because it contains the
following:
#ifndef NOSSE
#include <xmmintrin.h>
#endif
NOSSE is not defined, xmmintrin.h (a SSE-related header) does not exist on my
PowerPC system, and the build fails. NOSSE should be defined. I'm not sure if
NO_ASM should imply -DNOSSE, but being PowerPC certainly should.
Original issue reported on code.google.com by anth...@cathet.us on 10 May 2014 at 4:29
Original issue reported on code.google.com by
anth...@cathet.us
on 10 May 2014 at 4:29