On Tue, 2014-05-13 at 11:51 +0200, Christophe Meyer wrote:
>         src/CMakeFiles/podofobrowser.dir/backgroundloader.o
>         [My_Directory]/podofobrowser-0.5/src/backgroundloader.cpp:14:72: 
> error: member reference type 'PoDoFo::PdfVecObjects *' is a pointer;
>               maybe you meant to use '->'?
>             qDebug("Beginning background load of %i objects",
>         doc->GetObjects().GetSize());
>         
>         ~~~~~~~~~~~~~~~~~^

        Hi,
the compiler is right, PoDoFo 0.9.2 (and actual trunk) defines
   inline PdfVecObjects* PdfDocument::GetObjects();
from which I'd guess that the API of PoDoFo changed, but those changes
were not propagated into podofobrowser.

Looking at http://podofo.sourceforge.net/ , the podofobrowser was
released in time of 0.5 version of PoDoFo, which gives gap of several
years of development of PoDoFo.

I suppose the page is up to date. I do not compile podofobrowser myself,
this is what I see in sources and on the page.

That means, to be able to compile podofobrowser, you may need to adapt
the code to PoDoFo API changes first.
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to