On 01.02.19 14:09, Alexander Kobel wrote:
is there an libopenjpeg1-devel package installed? If not: try to install and 
rerun gub ...

yes and no - Arch follows the principle that the packages provide both runtimes 
and development requirements at the same time, so there is no separation as in, 
e.g., Debian.
In particular, I have the headers on my system, and pkg-config is configured 
correctly:


I wonder if we really need libopenjpeg ...  Yes, we need jpeg ... but  we also 
link against our own libjpeg, and we talk about tools::poppler.

You could try to build with:

commit 751ac35d67764c9be22a887ad513b819d8ed101d (HEAD -> newStateOfArt)
Author: Knut Petersen <knut_peter...@t-online.de>
Date:   Fri Feb 1 14:15:48 2019 +0100

    TEST: Do we really need libopenjpeg in tools::poppler?

diff --git a/gub/specs/poppler.py b/gub/specs/poppler.py
index d8381f68..dcd44eef 100644
--- a/gub/specs/poppler.py
+++ b/gub/specs/poppler.py
@@ -43,6 +43,7 @@ class Poppler__tools (tools.AutoBuild, Poppler):
         'libxml2',
     ]
     configure_flags = (tools.AutoBuild.configure_flags
+                       + ' --disable-libopenjpeg'
                        + ' --disable-poppler-qt'
                        + ' --disable-poppler-qt4'
                        + ' --enable-xpdf-headers'

Knut


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to