[HarfBuzz] Compile error (using harfbuzz-20120730.tar.bz2 on osx)

Behdad Esfahbod behdad at behdad.org
Mon Jul 30 14:55:21 PDT 2012


On 07/30/2012 05:51 PM, Jonathan Kew wrote:
> On 30/7/12 22:36, Rolf Langenhuijzen wrote:
>> You are fast, indeed it helped! But then it goes wrong on some other part:
>>
> 
> Oh yes, the Core Text backend is currently broken, because Behdad has been
> re-working some of the internal interfaces.
> 
> I'm currently just omitting it from the build by commenting out the relevant
> piece of configure.ac and just hard-coding "have_coretext=false" instead:

That's so old school ;).


> diff --git a/configure.ac b/configure.ac
> index 63833b7..3819b7f 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -194,14 +194,15 @@ AM_CONDITIONAL(HAVE_UNISCRIBE, $have_uniscribe)
> 
>  dnl ===========================================================================
> 
> -AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h,
> have_coretext=true, have_coretext=false)
> -if $have_coretext; then
> -       CORETEXT_CFLAGS=
> -       CORETEXT_LIBS=
> -       AC_SUBST(CORETEXT_CFLAGS)
> -       AC_SUBST(CORETEXT_LIBS)
> -       AC_DEFINE(HAVE_CORETEXT, 1, [Have Core Text backend])
> -fi
> +#AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h,
> have_coretext=true, have_coretext=false)
> +#if $have_coretext; then
> +#      CORETEXT_CFLAGS=
> +#      CORETEXT_LIBS=
> +#      AC_SUBST(CORETEXT_CFLAGS)
> +#      AC_SUBST(CORETEXT_LIBS)
> +#      AC_DEFINE(HAVE_CORETEXT, 1, [Have Core Text backend])
> +#fi
> +have_coretext=false
>  AM_CONDITIONAL(HAVE_CORETEXT, $have_coretext)
> 
>  dnl ===========================================================================
> 
> 
> _______________________________________________
> HarfBuzz mailing list
> HarfBuzz at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/harfbuzz
> 



More information about the HarfBuzz mailing list