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
>
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
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
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