freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] FreeType 2.4.11 amalgamation


From: Werner LEMBERG
Subject: Re: [ft-devel] FreeType 2.4.11 amalgamation
Date: Thu, 20 Dec 2012 21:09:57 +0100 (CET)

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]