Re: Buiiding LO6.1.4.2 with pdfium emits “error: invalid conversion from ‘int’ to ‘boolean’ [-fpermissive]”

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread 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.)

_______________________________________________
LibreOffice mailing list
LibreOffice@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/libreoffice




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux