Re: System POPPLER_VERSION redefined, won't build

2015-11-10 Thread ariel cornejo
Michael Stahl-2 wrote > it is definitely a bug somewhere if HAVE_POPPLER_VERSION_H isn't set fora > current version of poppler.e.g. on Fedora 22 i have > /usr/include/poppler/cpp/poppler-version.h andHAVE_POPPLER_VERSION_H > set.maybe look at config.log where it checks for poppler-version.h what >

Re: System POPPLER_VERSION redefined, won't build

2015-11-10 Thread Michael Stahl
On 10.11.2015 18:35, ariel cornejo wrote: > Michael Stahl-2 wrote > it is definitely a bug somewhere if HAVE_POPPLER_VERSION_H isn't set > for a current version of poppler. e.g. on Fedora 22 i have > /usr/include/poppler/cpp/poppler-version.h and > HAVE_POPPLER_VERSION_H set.

Re: System POPPLER_VERSION redefined, won't build

2015-11-10 Thread Michael Stahl
On 09.11.2015 04:39, ariel cornejo wrote: > (cont'd) > > Apparently POPPLER_VERSION depends on HAVE_POPPLER_VERSION_H, which in > turn is set in the configure script: > > $as_echo "#define HAVE_POPPLER_VERSION_H 1" >>confdefs.h it is definitely a bug somewhere if HAVE_POPPLER_VERSION_H isn't

Re: System POPPLER_VERSION redefined, won't build

2015-11-09 Thread ariel cornejo
$ dpkg -l \*poppler\*Desired=Unknown/Install/Remove/Purge/Hold| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)||/ Name VersionArchitecture

Re: System POPPLER_VERSION redefined, won't build

2015-11-08 Thread Markus Mohrhard
he right path. > > What's wrong? > The poppler warning is not responsible for your build failure. Maybe the recent move to typed Link has missed the system-poppler case. > > ---------- > View this message in context: Re: System POPPLER_VERSION redefined, won't > build &g

System POPPLER_VERSION redefined, won't build

2015-11-08 Thread ariel cornejo
Biulding from Git with --with-system-poppler I get a warning repeatedly: In file included from /mnt/windows/libreoffice-src/core/sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx:24:0, from

Re: System POPPLER_VERSION redefined, won't build

2015-11-08 Thread ariel cornejo
(cont'd) Apparently POPPLER_VERSION depends on HAVE_POPPLER_VERSION_H, which in turn is set in the configure script: $as_echo "#define HAVE_POPPLER_VERSION_H 1" confdefs.h But in the past I've just had to run autogen.sh before make. What's more, configure ignores the options I set in

Re: System POPPLER_VERSION redefined, won't build

2015-11-08 Thread Markus Mohrhard
which is what /usr/include/poppler/Link.h > defines. > ------ > View this message in context: Re: System POPPLER_VERSION redefined, won't > build > <http://nabble.documentfoundation.org/System-POPPLER-VERSION-redefined-won-t-build-tp4165697p4165700.html> > Sen

Re: System POPPLER_VERSION redefined, won't build

2015-11-08 Thread ariel cornejo
Sure about that? The compilation bombs at line 200: 194 //- link borders195 #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