Simple Guide to iOS Ogre ...

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
James Moon
Gnoblar
Posts: 15
Joined: Tue Jul 12, 2011 3:27 pm

After clean install..

Post by James Moon »

Hello.. I formatted my macbook and installed Lion and Xcode4.

I guess there was some problem in my previous system. I got some bugs on iTunes, but it doesn't appear on my new system.

Anyway, I tried the '15 minutes .... ' but failed.

I solved some 'include issues' using 'recursive' header search path... I think 'header search' path should be mentioned on the wiki.

Anyway, I got the next obstacles as follows.

I got 2 errors on 'c++locale.h'

Semantic Issue
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/include/c++/4.2.1/i686-apple-darwin10/bits/c++locale.h:79:28:{80:23-80:28}: error: no member named 'vsnprintf' in namespace 'std' [3]

Semantic Issue
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/include/c++/4.2.1/i686-apple-darwin10/bits/c++locale.h:79:28:{80:23-80:28}: error: no member named 'vsnprintf' in namespace 'std' [3]

And 30 + errors on 'cstdint.hpp'

/Users/Mooon/Hansoo/OGRE/OgreSDK/boost_1_43/boost/cstdint.hpp:104:11:{104:9-104:11}: error: no member named 'int_least8_t' in the global namespace [3]

/Users/Mooon/Hansoo/OGRE/OgreSDK/boost_1_43/boost/cstdint.hpp:105:11:{105:9-105:11}: error: no member named 'int_fast8_t' in the global namespace [3]

.....

:lol: :roll: :roll:
Life is Lila. Kretone.Tnaru.net
James Moon
Gnoblar
Posts: 15
Joined: Tue Jul 12, 2011 3:27 pm

I saw the Ogre... ^^

Post by James Moon »

I fixed the problem. The recursive makes problems..

I add some 'Header search path' ...

I think Resursive on "OgreSDK/include" is right.

Sorry for bothering.
Life is Lila. Kretone.Tnaru.net