On Mon, 31 Jul 2006, jiho wrote:
extension/internal/pdf-cairo.cpp: In member function 'NR::Point Inkscape::Extension::Internal::PrintCairoPDF::draw_glyphs(cairo_t*, NR::Point, PangoFont*, PangoGlyphString*, bool, bool)': extension/internal/pdf-cairo.cpp:769: error: 'PANGO_GLYPH_EMPTY' was not declared in this scope extension/internal/pdf-cairo.cpp:769: error: 'PANGO_GLYPH_UNKNOWN_FLAG' was not declared in this scope
I still see this error on OS X, I believe it is due to the symbols themselves not being exported in this version of pango (1.10.1, the newest in fink) -- grep for PANGO_GLYPH_UNKNOWN_FLAG turned up nothing for the pango headers.
As far as I can tell, PANGO_GLYPH_EMPTY wasn't introduced until 1.11.6 and there was later discussion about its removal in favour of interface changes. So is there a more preferred replacement for the use of those symbols? If not, Inkscape probably needs to depend on a later version of Pango.
Cheers, Michael