<div dir="ltr"><div><div><div><div>Oh,<br><br></div>Link is also a different concept in LibreOffice.<br><br></div>So which version of poppler (and the corresponding development package) do you have installed?<br><br></div>Regards,<br></div>Markus<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 8, 2015 at 8:32 PM, ariel cornejo <span dir="ltr"><<a href="mailto:arielCo@gmail.com" target="_blank">arielCo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sure about that? The compilation bombs at line 200:
<pre>    194         //----- link borders
    195         #if POPPLER_CHECK_VERSION(0, 19, 0)
    196         virtual void processLink(AnnotLink *link) override;
    197     #elif POPPLER_CHECK_VERSION(0, 17, 0)
    198         virtual void processLink(AnnotLink *link, Catalog *catalog) override;
    199     #else
  * 200         virtual void processLink(Link *link, Catalog *catalog) override;
    201     #endif </pre>

It looks like it would work if <tt>POPPLER_CHECK_VERSION(0, 19, 0)</tt> was true, because it'd use AnnotLink, which is what <tt>/usr/include/poppler/Link.h</tt> defines.

        
        
        
<br><div class="HOEnZb"><div class="h5"><hr align="left" width="300">
View this message in context: <a href="http://nabble.documentfoundation.org/System-POPPLER-VERSION-redefined-won-t-build-tp4165697p4165700.html" target="_blank">Re: System POPPLER_VERSION redefined, won't build</a><br>
Sent from the <a href="http://nabble.documentfoundation.org/Dev-f1639786.html" target="_blank">Dev mailing list archive</a> at Nabble.com.<br></div></div><br>_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
<br></blockquote></div><br></div>