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
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
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
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
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
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,
> >
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
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
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
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
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
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
>
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
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.
14 matches
Mail list logo