On Thu, 2 Apr 2009, André Loureiro wrote:

Hey I did what you said, but the error in compile continue...
....
?GlobalParams::GlobalParams(NULL)?
/usr/local/include/poppler/GlobalParams.h:162: note: candidates are:
GlobalParams::GlobalParams()
/usr/local/include/poppler/GlobalParams.h:157: note:
GlobalParams::GlobalParams(const GlobalParams&)
...

So I did the follow change in epdf_main.cpp
in the function epdf_init() instead
if (!(globalParams = new GlobalParams(NULL)))
I put, like the suggestion error
if (!(globalParams = new GlobalParams()))
and then compile fine.

 I'll check my local changes (i've not committed everything yet)

thanks

Vincent
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to