emacs-devel
[Top][All Lists]
Advanced

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

Re: undefined reference to ftfont_variation_glyphs


From: Stefan Monnier
Subject: Re: undefined reference to ftfont_variation_glyphs
Date: Sat, 28 Mar 2009 00:19:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

> @@ -422,11 +429,15 @@
>      NULL,
>  #endif       /* not (HAVE_M17N_FLT && HAVE_LIBOTF) */
>      NULL,                    /* check */
> +#ifdef HAVE_LIBOTF
> +#ifdef HAVE_M17N_FLT
>  #ifdef HAVE_OTF_GET_VARIATION_GLYPHS
>      ftfont_variation_glyphs
>  #else
>      NULL
>  #endif
> +#endif
> +#endif
>    };
 
Makes me wonder: how come HAVE_OTF_GET_VARIATION_GLYPHS is defined for
you if ftfont_variation_glyphs isn't?


        Stefan




reply via email to

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