As I understand it, you're supposed to build a static lib, then include that in your Xcode project. I barely know Xcode, and compiling a static lib from makefiles with the terminal (and who knows what else) is not something I can do without thorough documentation.
So I figured I would just include the header file, add the header file include path to the project, and add all the .c files into the project. I did this, removed .c files in "src/tools", and added a line to include "ft2build.h" in my main header file. This method yields approximately 18,000 compiler errors. I also tried copying ft2unix.h from the "Build" folder, and that didn't work either. -Josh -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Friday, June 10, 2011 8:08 PM To: [email protected] Subject: Re: [ft] Static lib for Xcode Hi, Could you post what difficulties you got to build FreeType2 for iOS? Such info would be appreciated for the improvement of documentation or configure script in future release. Also I have no access to earlier iOS SDKs (rather, SDKs for iPhone OS ver 2.x). I'm not sure if its NDA prohibiting the public discussion about it is still valid, but if anybody got trouble and is sure that you can tell it, please let me know. I will try to improve. Regards, mpsuzuki On Fri, 10 Jun 2011 17:38:46 -0700 Josh Klint <[email protected]> wrote: >I am trying to locate a compiled static lib of free type 2.4.3 or 2.4.4 >for Xcode. I doubt it will make any difference, but I am using Xcode >3.2.6. This is actually for use on OSX, but if the same lib will >double for iOS, that's even better. > >If anyone can post this, I'd appreciate it. > >Sent from my iPad >_______________________________________________ >Freetype mailing list >[email protected] >https://lists.nongnu.org/mailman/listinfo/freetype _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
