IOS Ogre 2.0 unknown type name MathlibSSE2

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
Post Reply
sabotage3d
Gnoblar
Posts: 15
Joined: Sun Jul 20, 2014 10:01 pm

IOS Ogre 2.0 unknown type name MathlibSSE2

Post by sabotage3d »

Hi ,

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;
There are lot of other error related to this one. It looks like the SIMD Preprocessor is not detected properly for arch i386.
It is worth disabling any SIMD optimization ?

Thanks in advance,

Alex
User avatar
ENGine
Goblin
Posts: 266
Joined: Fri Jan 27, 2006 9:13 pm
Location: Belarus
x 2
Contact:

Re: IOS Ogre 2.0 unknown type name MathlibSSE2

Post by ENGine »

Hi,

Have you managed to solve this trouble? If so, please, share your decision. Thanks.
Post Reply