System POPPLER_VERSION redefined, won't build
ariel cornejo
arielCo at gmail.com
Sun Nov 8 20:32:32 PST 2015
Sure about that? The compilation bombs at line 200:
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
It looks like it would work if POPPLER_CHECK_VERSION(0, 19, 0) was true,
because it'd use AnnotLink, which is what /usr/include/poppler/Link.h
defines.
--
View this message in context: http://nabble.documentfoundation.org/System-POPPLER-VERSION-redefined-won-t-build-tp4165697p4165700.html
Sent from the Dev mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20151108/cbc24cd2/attachment.html>
More information about the LibreOffice
mailing list