Re: build failure on ubuntu 18.04

2020-12-04 Thread Mike Kaganski
On 05.12.2020 5:07, chris...@eagle.ca wrote: Now I'm off to figure out what's going on with the .png export subsystem in writer. (Can't seem to create a .png without the transparency channel.) Most possibly related to https://git.libreoffice.org/core/+/bf021c369f2306ee507da9bd3cc4cd10ac5d234c.

build failure on ubuntu 18.04

2020-12-04 Thread christie
Hi all, The command: sudo apt-get install libx11-xcb-dev resolved the build problem I identified earlier. I'll try to familiarize myself with the skia build system, but it may take a while, so a dev with more experience may want to implement the fix in the build system. Now I'm off to fig

Re: build failure on ubuntu 18.04

2020-12-03 Thread Mike Kaganski
On 03.12.2020 22:50, chris...@eagle.ca wrote: <-snip-> [CXX] sal/rtl/math.cxx [CXX] workdir/UnpackedTarball/skia/tools/sk_app/unix/VulkanWindowContext_unix.cpp [CXX] workdir/UnpackedTarball/skia/third_party/skcms/skcms.cpp /home/ron/libreoffice/workdir/UnpackedTarball/skia/tools/sk_app/unix/Vul

build failure on ubuntu 18.04

2020-12-03 Thread christie
Hi all, I'm a newbie on the libreoffice front, and I'm tracking down a bug that I've discovered in writer. Rather than posting a symptom-only bug, I've been trying to build a debug version of libreoffice 7.0.0, but the build keeps failing with the message as follows: <-snip-> [CXX] sal/rtl/

Re: build failure on ubuntu 18.04

2020-12-03 Thread Luke Benes
Try: sudo apt-get install libx11-xcb-dev For some reason, the wiki was just massively paired down with stuff like this removed. https://wiki.documentfoundation.org/index.php?title=Development/Linux_Build_Dependencies In the case of dependencies, less is not more. _