I have been unable to successfully compile a file that includes freetype.h because that file uses both 'generic' and 'internal' to name two fields of a struct. I find it odd that this problem is not showing up for many other people. I found only two posts on the web complaining about the same thing. One suggested solution is to use '#define ' to change the generic keyword, before including the header file, and then using 'undef' immediately after. But I'm worried that might cause problems to show up later.
Does anyone know how best to handle this issue? -- View this message in context: http://www.nabble.com/syntax-error-in-header-file%3A-keyword-used-as-a-struct-field-tp18295697p18295697.html Sent from the Freetype - User mailing list archive at Nabble.com. _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
