Comment 3 for bug 166276

Revision history for this message
su_v (suv-lp) wrote :

Still present in Inkscape 0.48.3.1 and 0.48+devel r11254: with latest stable pango v1.30.0, I see these deprecation warnings when compiling Inkscape (stable and trunk) on OS X [1]:

../../src/libnrtype/FontFactory.cpp: In constructor ‘font_factory::font_factory()’:
../../src/libnrtype/FontFactory.cpp:326: warning: ‘pango_ft2_font_map_create_context’ is deprecated (declared at /opt/local/include/pango-1.0/pango/pangoft2.h:90)
../../src/libnrtype/FontFactory.cpp:326: warning: ‘pango_ft2_font_map_create_context’ is deprecated (declared at /opt/local/include/pango-1.0/pango/pangoft2.h:90)
../../src/libnrtype/FontInstance.cpp: In member function ‘void font_instance::InitTheFace()’:
../../src/libnrtype/FontInstance.cpp:409: warning: ‘pango_ft2_font_get_face’ is deprecated (declared at /opt/local/include/pango-1.0/pango/pangoft2.h:112)
../../src/libnrtype/FontInstance.cpp:409: warning: ‘pango_ft2_font_get_face’ is deprecated (declared at /opt/local/include/pango-1.0/pango/pangoft2.h:112)
../../src/libnrtype/FontInstance.cpp: In member function ‘int font_instance::MapUnicodeChar(gunichar)’:
../../src/libnrtype/FontInstance.cpp:464: warning: ‘pango_ft2_font_get_face’ is deprecated (declared at /opt/local/include/pango-1.0/pango/pangoft2.h:112)
../../src/libnrtype/FontInstance.cpp:464: warning: ‘pango_ft2_font_get_face’ is deprecated (declared at /opt/local/include/pango-1.0/pango/pangoft2.h:112)

---
[1] OS X 10.7.2, llvm-gcc-4.2, Glib 2.32.0, Gtk+ 2.24.10, Cairo 1.12.0 and Pango 1.30.0, w/ Quartz backend