Re: [PATCH] Fix compile for GCC 4.4

2009-06-03 Thread Neil Puttock
2009/5/29 Han-Wen Nienhuys : > LGTM Applied. Cheers, Neil ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: [PATCH] Fix compile for GCC 4.4

2009-05-29 Thread Han-Wen Nienhuys
LGTM On Thu, May 28, 2009 at 5:00 AM, Patrick McCarty wrote: > Hello, > > I need the attached patch to compile LilyPond. > -- Han-Wen Nienhuys - han...@xs4all.nl - http://www.xs4all.nl/~hanwen ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: [PATCH] Fix compile for GCC 4.4

2009-05-28 Thread Patrick McCarty
On Thu, May 28, 2009 at 4:19 PM, Patrick McCarty wrote: > On Thu, May 28, 2009 at 01:00:14AM -0700, Patrick McCarty wrote: >> Hello, >> >> I need the attached patch to compile LilyPond. > > On second thought, please ignore this patch for now.  Even though I > currently need it, I doubt very many d

Re: [PATCH] Fix compile for GCC 4.4

2009-05-28 Thread Patrick McCarty
On Thu, May 28, 2009 at 01:00:14AM -0700, Patrick McCarty wrote: > Hello, > > I need the attached patch to compile LilyPond. On second thought, please ignore this patch for now. Even though I currently need it, I doubt very many distributions are updating GCC until 4.4.1 comes out, because of al

[PATCH] Fix compile for GCC 4.4

2009-05-28 Thread Patrick McCarty
7c2b69dcd33ee3116e97e90d1616531bee77d07c Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 28 May 2009 00:50:29 -0700 Subject: [PATCH] Fix compile for GCC 4.4 Signed-off-by: Patrick McCarty --- lily/relocate.cc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a

Re: [PATCH] Fix compile

2009-04-20 Thread Carl D. Sorensen
On 4/20/09 4:42 AM, "John Mandereau" wrote: > Hi, > Patrick McCarty a écrit : >> This patch fixes `make install' on git master. >> >> -if (re.search(r'\'dash-fraction', str) or re.search(r'\'dash-period', >> str): >> +if (re.search(r'\'dash-fraction', str) or re.search(r'\'dash-perio

Re: [PATCH] Fix compile

2009-04-20 Thread John Mandereau
Hi, Patrick McCarty a écrit : This patch fixes `make install' on git master. -if (re.search(r'\'dash-fraction', str) or re.search(r'\'dash-period', str): +if (re.search(r'\'dash-fraction', str) or re.search(r'\'dash-period', str)): The parenthesis after 'if' should be removed inste

[PATCH] Fix compile

2009-04-19 Thread Patrick McCarty
Hello, This patch fixes `make install' on git master. Thanks, Patrick >From c4da6295243ff08fdff1255d4d9985b64a23bff8 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sun, 19 Apr 2009 20:12:42 -0700 Subject: [PATCH] Fix compile --- python/convertrules.py |2 +- 1 files ch

Re: [PATCH] Fix compile

2008-08-15 Thread Graham Percival
On Fri, 15 Aug 2008 20:47:15 -0700 "Patrick McCarty" <[EMAIL PROTECTED]> wrote: > `make all' and `make web' fail on the latest master. Here is a patch > that fixes the issue. Thanks, applied. Sorry about that. It appears that the "updatedocs.sh" script on the GDP server is even less informativ

[PATCH] Fix compile

2008-08-15 Thread Patrick McCarty
Hi, `make all' and `make web' fail on the latest master. Here is a patch that fixes the issue. Thanks, Patrick 0001-Fix-compile.patch Description: Binary data ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinf