Re: Compilation error, due to changes in pango

2019-07-30 Thread Rafael Fontenelle
Indeed, Pango 1.44 dropped support to FreeType font, as posted in https://blogs.gnome.org/mclasen/2019/05/25/pango-future-directions/ Em ter, 30 de jul de 2019 às 16:18, t.sefzick escreveu: > > With the new pango version 1.44 compilation of > > src/lilypond/lily/pango-font.cc > > gives warnings a

Compilation error, due to changes in pango

2019-07-30 Thread t.sefzick
With the new pango version 1.44 compilation of src/lilypond/lily/pango-font.cc gives warnings about 'void* pango_fc_font_lock_face(PangoFcFont*)' to be deprecated and 'pango_font_get_hb_font' should be used instead. followed by error: invalid conversion from 'gpointer' {aka 'void*'} to 'FT_Face'