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]
.....