Re: Cannot build octave: savewd should depend on sys_wait? [Windows/MSVC]

2012-05-31 Thread Jim Meyering
Michael Goffioul wrote: > On Thu, May 31, 2012 at 8:08 PM, Jim Meyering wrote: > > Michael Goffioul wrote: > > While trying to compile current octave source with MSVC, I got an error > at > the > > compilation of savewd.c, because of missing sys/wait.h header. Indeed > that >

Re: Cannot build octave: savewd should depend on sys_wait? [Windows/MSVC]

2012-05-31 Thread Michael Goffioul
On Thu, May 31, 2012 at 8:08 PM, Jim Meyering wrote: > Michael Goffioul wrote: > > While trying to compile current octave source with MSVC, I got an error > at the > > compilation of savewd.c, because of missing sys/wait.h header. Indeed > that > > header is included directly by savewd.c, but the

Re: Cannot build octave: savewd should depend on sys_wait? [Windows/MSVC]

2012-05-31 Thread Jim Meyering
Michael Goffioul wrote: > While trying to compile current octave source with MSVC, I got an error at the > compilation of savewd.c, because of missing sys/wait.h header. Indeed that > header is included directly by savewd.c, but the savewd module does not depend > on sys_wait. So the gnulib replace

Cannot build octave: savewd should depend on sys_wait? [Windows/MSVC]

2012-05-31 Thread Michael Goffioul
Hi, While trying to compile current octave source with MSVC, I got an error at the compilation of savewd.c, because of missing sys/wait.h header. Indeed that header is included directly by savewd.c, but the savewd module does not depend on sys_wait. So the gnulib replacement for sys/wait.h is not