Re: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-30 Thread John Mandereau
2012/7/30 Frédéric Bron : >> I wanted to run regression tests and compare before and after a change. >> However, I obtained the error given below after make -j8 CPU_COUNT=8 check >> >> I suspect this is because I am compiling with gcc/g++ 4.7.0 (coming >> with Fedora 17) and its release notes say:

Re: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-30 Thread Graham Percival
On Mon, Jul 30, 2012 at 08:50:01AM +0200, Frédéric Bron wrote: > Who can review my patch? > http://codereview.appspot.com/6434048 I see that John has just added it to the tracker: http://code.google.com/p/lilypond/issues/detail?id=2704 so it will now make its way onto our countdown. - Graham ___

Re: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-29 Thread Frédéric Bron
> I wanted to run regression tests and compare before and after a change. > However, I obtained the error given below after make -j8 CPU_COUNT=8 check > > I suspect this is because I am compiling with gcc/g++ 4.7.0 (coming > with Fedora 17) and its release notes say: > "Avoid polluting the global n

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-24 Thread David Kastrup
Frédéric Bron writes: >> A description of the issue. For new issues, this is usually filled in >> with the commit message(s) automatically. > > OK, I did it but failed when asking for : > Could not find stored credentials > /home/fred/.lilypond-project-hosting-login > Please enter login detail

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-23 Thread Frédéric Bron
> A description of the issue. For new issues, this is usually filled in > with the commit message(s) automatically. OK, I did it but failed when asking for : Could not find stored credentials /home/fred/.lilypond-project-hosting-login Please enter login details manually Username (google account

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-23 Thread David Kastrup
Frédéric Bron writes: >> Using git-cl will usually be the easiest way to make use of that >> infrastructure. > > OK, I have installed git-cl and tried git cl upload master but I gvim > opened with a temporary file in /tmp. What should I write in this > file? A description of the issue. For new

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-23 Thread Frédéric Bron
> Using git-cl will usually be the easiest way to make use of that > infrastructure. OK, I have installed git-cl and tried git cl upload master but I gvim opened with a temporary file in /tmp. What should I write in this file? Frédéric ___ lilypond-deve

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-23 Thread David Kastrup
Frédéric Bron writes: >> If you are familiar with various linux utilities, you >> could follow the instructions here >> http://lilypond.org/doc/v2.15/Documentation/contributor/summary-for-experienced-developers > > Do you mean that with git-cl, I could submit a patch that would be > automatically

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-23 Thread Graham Percival
On Mon, Jul 23, 2012 at 09:45:48PM +0200, Frédéric Bron wrote: > > If you are familiar with various linux utilities, you > > could follow the instructions here > > http://lilypond.org/doc/v2.15/Documentation/contributor/summary-for-experienced-developers > > Do you mean that with git-cl, I could s

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-23 Thread Frédéric Bron
> If you are familiar with various linux utilities, you > could follow the instructions here > http://lilypond.org/doc/v2.15/Documentation/contributor/summary-for-experienced-developers Do you mean that with git-cl, I could submit a patch that would be automatically added to staging if successful?

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-23 Thread Graham Percival
gt; Subject: error while running make check (g++ 4.7.0): missing include of > unistd.h > To: lilypond-devel@gnu.org > > > I wanted to run regression tests and compare before and after a change. > However, I obtained the error given below after make -j8 CPU_COUNT=8 check &

Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-23 Thread Frédéric Bron
Hi, any chance to have this patch reviewed? Cheers, Frédéric -- Forwarded message -- From: Frédéric Bron Date: 2012/7/11 Subject: error while running make check (g++ 4.7.0): missing include of unistd.h To: lilypond-devel@gnu.org I wanted to run regression tests and compare

Re: Fwd: error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-17 Thread Graham Percival
o answer on > lilypond-devel. > Cheers, > Frédéric > > > -- Forwarded message -- > Subject: error while running make check (g++ 4.7.0): missing include of > unistd.h > > > I wanted to run regression tests and compare before and after a change

error while running make check (g++ 4.7.0): missing include of unistd.h

2012-07-10 Thread Frédéric Bron
I wanted to run regression tests and compare before and after a change. However, I obtained the error given below after make -j8 CPU_COUNT=8 check I suspect this is because I am compiling with gcc/g++ 4.7.0 (coming with Fedora 17) and its release notes say: "Avoid polluting the global namespace an