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.
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.
Two solutions
ReplyDelete1) 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