Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-02 Thread Werner LEMBERG
> 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

Re: New grob-stencil needs to look at Beam-dimensions

2019-06-02 Thread David Kastrup
Thomas Morley writes: > Beam uses `grob::unpure-vertical-skylines-from-stencilĀ“ for > vertical-skylines. I plan to use > `grob::always-vertical-skylines-from-stencilĀ“ there for Slash. > Though, as far as I know this has no direct impact on the used stencil > procedure. Not on the used stencil p

Re: New grob-stencil needs to look at Beam-dimensions

2019-06-02 Thread Thomas Morley
Am Sa., 1. Juni 2019 um 14:33 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi, > > > > currently I continue my work to create a Slash-grob for automatic slashed > > Beams. > > The Slash-stencil needs to know Beam-properties (X-positions, > > positions) to be adjusted. If I call tho

Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-02 Thread Knut Petersen
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