According to http://www.gnome.org/~fpeters/299.html poppler 0.10.2 uses one deprecated Glib symbol: g_basename See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib . $:andre\> cd poppler-0.10.2/ $:andre\> grep -r g_basename . ./test/gtk-cairo-test.cc: fprintf (stderr, "usage: %s PDF-FILES...\n", g_basename (argv[0]));
Fixed in git master. Thanks for reporting.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.