Re: libreoffice-6.0.1.1 fails to compile with system gpgme-1.9.0

2018-02-18 Thread Stephan Bergmann
On 18.02.2018 21:37, Thorsten Behrens wrote: John Frankish wrote: The problem is with: AC_CHECK_HEADER(gpgme++/gpgmepp_version.h, [ GPGMEPP_CFLAGS=-I/usr/include/gpgme++ ], Ah right, I guess the GPGMEPP_CFLAGS=... part there is entirely redundant. Should work fine w/o. Note that we include

Re: libreoffice-6.0.1.1 fails to compile with system gpgme-1.9.0

2018-02-18 Thread Thorsten Behrens
John Frankish wrote: > The problem is with: > > AC_CHECK_HEADER(gpgme++/gpgmepp_version.h, [ > GPGMEPP_CFLAGS=-I/usr/include/gpgme++ ], > Ah right, I guess the GPGMEPP_CFLAGS=... part there is entirely redundant. Should work fine w/o. If you have libs at non-standard places, please set CFLAGS/C

RE: libreoffice-6.0.1.1 fails to compile with system gpgme-1.9.0

2018-02-18 Thread John Frankish
> > 1. configure/make looks for headers in include rather than > > include/gpgme++ > > > > Distros put things into different places I guess - can you fix configure.ac > and submit a patch? > The problem is with: AC_CHECK_HEADER(gpgme++/gpgmepp_version.h, [ GPGMEPP_CFLAGS=-I/usr/include/gpgme

Re: libreoffice-6.0.1.1 fails to compile with system gpgme-1.9.0

2018-02-17 Thread Thorsten Behrens
Hi John, John Frankish wrote: > 1. configure/make looks for headers in include rather than include/gpgme++ > Distros put things into different places I guess - can you fix configure.ac and submit a patch? > 2. make fails with: > > [CXX] xmlsecurity/source/gpg/CertificateImpl.cxx > [CXX] xmlsecu

Re: libreoffice-6.0.1.1 fails to compile with system gpgme-1.9.0

2018-02-17 Thread Rene Engelhard
On Fri, Feb 16, 2018 at 05:43:54AM +, John Frankish wrote: > Using linux gcc-7.2.0, Libreoffice-6.0.1.1 will compile without errors > without the configure switch "--with-systemgpgmepp". > > With "--with-system-gpgmepp: I also use that option (Debian): Builds fine here. with 1.8.0 and 1.10