> I'm having the dickens of a time putting together a new
> amalgamation.  It seems afmodule.c uses the type
> 'FT_Properties_SetFunc', which is only declared if
> FT_CONFIG_OPTION_PIC is set?  But FT_CONFIG_OPTION_PIC is not set in
> my configuration so I am getting a compile error.

Something is apparently broken for you.  The prototype for
`FT_Properties_SetFunc' can be found in the new header file
`include/freetype/internal/services/svprop.h', the pointer
`FT_Service_Properties' to the `FT_Service_Properties_Rec' structure
(which holds `set_property' and `get_property') is also defined there.
All of this is outside of an FT_CONFIG_OPTION_PIC block.

Maybe you are missing the file `svprop.h'?


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to