I am looking at pulling freetype (2.4.6) into an existing embedded project just to render TrueType fonts. This is a singular application on a device with no OS.
As such, it does not seem that the usual self configuration scripts will work (as per docs/INSTALL.CROSS). Following docs/INSTALL.ANY and docs/CONFIGURE, I pulled what I believe are the correct files into the existing development system for the device/application. In building it, I'm getting all of the errors regarding undefined #include FT_INTERNAL_XXXX_H errors. From reading through the archives, the FT_INTERNAL includes seem to be used for more advanced "internal" applications. Is there something configured by running configuration scripts that creates a set of files that would not include files that need the FT_INERNAL_XXXX includes? Is there another doc that I've missed that is geared towards embedded porting? If not, I guess I'm up for writing it. Thanks, Steve
_______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
