I am getting these errors when I try to build ogre 2.0 with xcode for the IOS Simulator i386 . When I build it for the device it works fine.
Code: Select all
../ogre-2.0.0/OgreMain/include/Math/Array/OgreMathlib.h:43:13: error: unknown type name 'MathlibSSE2'
typedef MathlibSSE2 Mathlib;
It is worth disabling any SIMD optimization ?
Thanks in advance,
Alex