On Dec 20, 2012, at 3:49 PM, Vinnie Falco <[email protected]> wrote:
> I've updated the FreeType amalgamation to the recently released > version of FreeType, 2.4.11. It is available in the "develop" branch > of the official amalgamation repository: > > https://github.com/vinniefalco/FreeTypeAmalgam I get the same minor problem as with 2.4.10: redefinition of typedef ‘Byte’. These three lines all occur in FreeTypeAmalgam.c: (1) typedef unsigned char Byte, *PByte; (2) # define Byte z_Byte (3) typedef unsigned char Byte; /* 8 bits */ After commenting out the second and third of those lines, it appears to be working fine. Thank you! (Maybe ftraster.c and zconf.h should be revised to use FT_Byte instead of Byte.) Happy Solstice, Tom 文林 Wenlin Institute, Inc. Software for Learning Chinese E-mail: [email protected] Web: http://www.wenlin.com Telephone: 1-877-4-WENLIN (1-877-493-6546) ☯ _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
