Hello
On 03/06/2019 12:29, Knut Petersen wrote:
Hi Werner!
OK. Do you have time to prepare a patch?
No time ... but attached is quick shot.
Min version 2.44 seems reasonable as we use it in gub.
Knut
Thanks
https://sourceforge.net/p/testlilyissues/issues/5525/
James
___
Hi Werner!
OK. Do you have time to prepare a patch?
No time ... but attached is quick shot.
Min version 2.44 seems reasonable as we use it in gub.
Knut
>From 619de1764cd472ec7587f98c34ba7b7e613be93c Mon Sep 17 00:00:00 2001
From: Knut Petersen
Date: Mon, 3 Jun 2019 12:30:08 +0200
Subject:
> I think it is clear that we really need to test for and link against
> the glib-2.0 and gobject-2.0 libraries.
OK. Do you have time to prepare a patch?
Werner
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailma
Hi Werner!
I always thought that `pkg-config' resolves dependencies recursively.
Even with your `pangoft2.pc' file it should check the dependencies in
`pango.fc', right? And there I see
Requires: glib-2.0 gobject-2.0
Tumbleweed also moved those dependencies to 'Require.private' ;-)
But I g
> pkg-config --libs "pangoft2 >= 1.38.0" gives
>
>-lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype
Not for me. I get
-L/usr/local/lib64 -lpangoft2-1.0 -lpango-1.0 \
-lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
> Weird. Look at /usr/lib64/pkgconfig/pangoft2.pc:
>
>prefix=/us
Hi Werner!
I added libgobject-2.0 to LIBS: "export LIBS='-lglib-2.0
-lgobject-2.0'", and after that building the lilypond executable
succeeded again.
Hmm. LilyPond doesn't explicitly test for glib; it relies on
PANGO_FT2_LIBS, which should always add those two libraries for
building the `lilypo
> After some time without building lilypond I realized that my
> openSuSE Tumbleweed system had changed enough to be unable to build
> lilypond with my old and proven script. The problem is that some
> required libraries are missing from the g++ command line that should
> produce the lilypond ex
Hi everybody!
After some time without building lilypond I realized that my openSuSE
Tumbleweed system had changed enough to be unable to build lilypond with my old
and proven script. The problem is that some required libraries are missing from
the g++ command line that should produce the lilyp