Search

PangoRendererClass' has no member named 'draw_glyph_item' : update tango

PangoRendererClass' has no member named 'draw_glyph_item' 

Hit the above error while compiling gtk+ version 3.0.

The problem was with the pango version, got the error when pango version was 1.20.
But the error did not appear after updating pango to 1.28. 

1 comment:

  1. Two solutions
    1) upgrade to at least pango-1.21.4 , where this method was added
    2) comment out the line in the gtk source code which uses this method

    Andrzej Popielewicz

    ReplyDelete