Just because a method is included in the "public" part of the class doesn't mean that it's part of poppler's supported, public API (i.e. meant to be used by 3rd-party users). The XPDF headers aren't installed by default - you need to configure with '--enable-xpdf-headers' to have them installed.
I believe that the recommended way of using poppler is through either the Qt or Glib bindings. On Thu, Nov 12, 2009 at 11:34 AM, Mathieu Malaterre <[email protected]> wrote: > this has always been in the public: section of PDFDoc class. Where do > you see being protected/private ? > > http://gnunet.org/libextractor/doxygen/html/classPDFDoc.html#99095156274a44f39aedb9b0cdb6b300 > > On Thu, Nov 12, 2009 at 5:21 PM, Dominic Lachowicz > <[email protected]> wrote: >> You're using a non-public API. Stuff like this happens when you do that. >> >> On Thu, Nov 12, 2009 at 11:15 AM, Mathieu Malaterre >> <[email protected]> wrote: >>> On Thu, Nov 12, 2009 at 5:02 PM, Mathieu Malaterre >>> <[email protected]> wrote: >>>> Hi there, >>>> >>>> I am trying to compile against libpoppler and I am getting the >>>> following compiler error: >>>> >>>> /tmp/buildd/gdcm-2.0.14/Applications/Cxx/gdcminfo.cxx: In function >>>> 'int ProcessOneFile(const std::string&, const gdcm::Defs&)': >>>> /tmp/buildd/gdcm-2.0.14/Applications/Cxx/gdcminfo.cxx:480: error: >>>> 'class PDFDoc' has no member named 'getPDFVersion' >>>> >>>> Why has the function been removed. It seems to be me that only the >>>> minor version has been changed, right ? >>> >>> Looks like it broke in some other place: >>> >>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529331 >>> >>> How do I check the poppler version ? I cannot simply try-compile >>> every-single function to check which one disapear during a minor >>> version change. >>> >>> Thanks for suggestion, >>> -- >>> Mathieu >>> _______________________________________________ >>> poppler mailing list >>> [email protected] >>> http://lists.freedesktop.org/mailman/listinfo/poppler >>> >> >> >> >> -- >> "I like to pay taxes. With them, I buy civilization." -- Oliver Wendell >> Holmes >> > > > > -- > Mathieu > -- "I like to pay taxes. With them, I buy civilization." -- Oliver Wendell Holmes _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
