build error with zxing-1.4.0

2022-07-14 Thread Andreas Sturmlechner
Error: cui/source/dialogs/QrCodeGenDialog.cxx:30:10: fatal error: BitArray.h: No such file or directory 30 | #include | ^~~~ This, among other headers, is gone. Probably caused by the following upstream change: - "removed all internal header files from the installed

Build error with poppler-0.86.0

2020-02-29 Thread Andreas Sturmlechner
New poppler version was released yesterday, here's the related change that is likely to blame: https://gitlab.freedesktop.org/poppler/poppler/-/commit/5804f51c7cf439432082b668ba8df3b0a6048caf This is where LO (6.3.5.2) build goes wrong, LO master code looks the same: sdext/source/pdfimport/xpdfw

Re: Build failure with latest ICU 64.1

2019-03-30 Thread Andreas Sturmlechner
On Samstag, 30. März 2019 09:25:24 CET Andreas Sturmlechner wrote: > On Freitag, 29. März 2019 13:50:01 CET Miklos Vajna wrote: > > Can you see if the attached patch helps? If so, we can get it merged > > upstream. > > Thanks, it does help, but it seems the real issue is i

Re: Build failure with latest ICU 64.1

2019-03-30 Thread Andreas Sturmlechner
On Freitag, 29. März 2019 13:50:01 CET Miklos Vajna wrote: > Can you see if the attached patch helps? If so, we can get it merged > upstream. Thanks, it does help, but it seems the real issue is in ICU - Gentoo xmlsec maintainer has filed a PR upstream and I'm rebuilding LO again: https://github

Re: Build failure with latest ICU 64.1

2019-03-30 Thread Andreas Sturmlechner
On Freitag, 29. März 2019 13:50:01 CET Miklos Vajna wrote: > Can you see if the attached patch helps? If so, we can get it merged > upstream. Thanks, it does help, but it seems the real issue is in ICU - Gentoo xmlsec maintainer has filed a PR upstream and I'm rebuilding LO again: https://github

Re: Build failure with latest ICU 64.1

2019-03-29 Thread Andreas Sturmlechner
On Friday, 29 March 2019 at 11:51, Stephan Bergmann wrote: > > In file included from > > /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/memory:64, > > from /usr/include/unicode/localpointer.h:45, > > from /usr/include/unicode/uenum.h:23, > >

Build failure with latest ICU 64.1

2019-03-29 Thread Andreas Sturmlechner
The rebuild of LibreOffice after upgrade to most recent ICU 64.1 fails as follows (also reproduced on a different machine with 6.2.2.2): [build CXX] xmlsecurity/source/xmlsec/biginteger.cxx S=/var/tmp/portage/app-office/libreoffice-6.2.1.2/work/libreoffice-6.2.1.2 && I=$S/instdir && W=$S/workdir

Re: libreoffice pdfimport w/ poppler-0.73.0: build failure

2019-01-16 Thread Andreas Sturmlechner
On Dienstag, 15. Jänner 2019 11:33:30 CET Michael Stahl wrote: > as it happens, i just fixed that yesterday on master, backport to > libreoffice-6-2 branch is in gerrit. > > https://gerrit.libreoffice.org/#/c/66356/ Thanks, built fine with 6.2! ___ Li

libreoffice pdfimport w/ poppler-0.73.0: build failure

2019-01-14 Thread Andreas Sturmlechner
In 6.2.0.2 (git master has no relevant commits over this part), libreoffice fails to build with: In file included from /usr/src/portage/app-office/libreoffice-6.2.0.2/work/ libreoffice-6.2.0.2/sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx:24, from /usr/src/portage/app-office/l

Re: libreoffice pdfimport w/ poppler-0.72.0: build failure

2019-01-08 Thread Andreas Sturmlechner
On Dienstag, 8. Jänner 2019 06:17:59 CET Kaganski Mike wrote: > Could you please post the patch to gerrit [1] [2], and also post your > license statement [3]? > > [1] https://gerrit.libreoffice.org https://gerrit.libreoffice.org/#/c/65960/ > [3] > https://wiki.documentfoundation.org/Developmen

libreoffice pdfimport w/ poppler-0.72.0: build failure

2019-01-07 Thread Andreas Sturmlechner
In git master, libreoffice fails to build with: sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:558:70: error: ‘const class GooString’ has no member named ‘getCString’ The relevant change in poppler 0.72 release notes: * Rename GooString::getCString to GooString::c_str The attached patch

Re: Re: [PATCH] libvisio: Fix tests without tools

2016-02-07 Thread Andreas Sturmlechner
Thanks for fixing it that quick! ---Original Message--- On Sunday, 7 February 2016 at 21:35, Fridrich Strba wrote: > Actually, it is ok, I managed to massage it a bit and commit like this: > > https://cgit.freedesktop.org/libreoffice/libvisio/commit/?id=13431c9e425d93f61a7fc16f99f8d8c6e71ed82b >

[PATCH] libvisio: Fix tests without tools

2016-02-07 Thread Andreas Sturmlechner
I'd like to submit an easy patch that fixes the tests when libvisio is built without tools (in that case it was missing librevenge-stream reference). Regards, Andreas Sturmlechner--- a/configure.ac 2015-07-25 09:29:53.0 +0200 +++ b/configure.ac 2016-02-07 00:19:30.534383076

[PATCH] configure.ac: turn valgrind automagic into --enable-valgrind option

2014-11-02 Thread Andreas Sturmlechner
Hi! Please consider a patch to configure.ac. - valgrind headers might be present, but not wished for libreoffice - if valgrind support is desired but for some reason not found, configure should not keep quiet and continue Attaching a patch that hopes to achieve this in as few lines as possible.