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