Add glib-2.0 and gobject-2.0 library dependency (issue 552770043 by pkxgnugi...@runbox.com)

2019-06-03 Thread lemzwerg
LGTM, with only small issues that don't deserve a new upload. Since Knut doesn't have time I can take care of the patch, fixing the minor issues. https://codereview.appspot.com/552770043/diff/574790043/aclocal.m4 File aclocal.m4 (right):

New function css-color (accompanying x11-color) (issue 570690043 by g...@ursliska.de)

2019-06-03 Thread thomasmorley65
https://codereview.appspot.com/570690043/diff/564820043/scm/color.scm File scm/color.scm (right): https://codereview.appspot.com/570690043/diff/564820043/scm/color.scm#newcode678 scm/color.scm:678: (define css-color-list Is there anything new in this list or are all entries always alias? If

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

2019-06-03 Thread James
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

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

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

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

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

PATCHES - Countdown for June 3rd

2019-06-03 Thread James Lowe
Hello, Here is the current patch countdown list. The next countdown will be on Jun 5th A quick synopsis of all patches currently in the review process can be found here: http://philholmes.net/lilypond/allura/ Push: No patches to push at this time. Countdown: 5523 configure.ac: Add

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

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