>> Am I suppose to use another version of freetype? > > AFAIK no, it's a universal-lib (i386 + arm) and had worked in the past.
FYI, I recently setup a FreeType Xcode project for iOS to support SDL_ttf. It is based on a blog entry written by Alfred Rossi. This might be helpful if you need to rebuild freetype. The source is currently on 2.4.4. My Mercurial repository is here: http://hg.assembla.com/freetype_ios_xcode With SDL, I'm using Xcode cross project dependencies so I don't need to carry around a separate prebuilt static library. I haven't spent any time investigating how to do that with CMake. But if anybody wants to see an example of the Xcode setup, I have a Mercurial repo that utilizes the subrepos feature (kind of similar to svn externals or Git submodules). SDL & Satellites http://hg.assembla.com/sdl-satellites-subrepos -Eric -- Beginning iPhone Games Development http://playcontrol.net/iphonegamebook/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

