bug-lilypond
[Top][All Lists]
Advanced

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

Re: Compilation error, due to changes in pango


From: Werner LEMBERG
Subject: Re: Compilation error, due to changes in pango
Date: Sun, 04 Aug 2019 09:06:37 +0200 (CEST)

> 1.44-1 lists
> 
>   libpango-1.0.so.0.4400.0
>
> 1.44-2 lists
>
>   libpango-1.0.so.0.4400.2
>
> 1.43.0 lists
>
>   libpango-1.0.so.0.4300.0

Thanks!  So the removal of Type 1 and bitmap support in Pango didn't
cause an increase of the dynamic library's major version (i.e., the
first zero after `.so' in the library name).  This means that by
default the dynamic linker uses the library file with the most recent
minor and patch version (4400.2).

The question is now what exactly causes this:

  error: invalid conversion from 'gpointer' {aka 'void*'}
         to 'FT_Face' {aka 'FT_FaceRec_*'}

during the lilypond compilation?  Is this really caused by pango?  Or
is this a glib issue?  Could you investigate?


    Werner



reply via email to

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