Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


[looks like the below didn't make it through to the list for some reason, so resending:]

On 16/01/2019 15:46, Stephan Bergmann wrote:
On 16/01/2019 15:08, Дилян Палаузов wrote:
I use gcc 8.2.1 20190101 with self buill linux.  I do not want to compile LO linking with static libraries, which I have
already as .so on my system, so no ./configure .

In which case you need to find out which of your system dependencies defines a type "boolean" in a way that the external/pdfium/ code doesn't expect and can't cope with.  (For me on Fedora 29 it would e.g. be

#ifndef HAVE_BOOLEAN
typedef int boolean;
#endif

in /usr/include/jmorecfg.h from libjpeg-turbo-devel-2.0.0-1.fc29.x86_64.)


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.