octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Michael Goffioul
Subject: Cannot build octave: savewd should depend on sys_wait? [Windows/MSVC]
Date: Wed, 30 May 2012 20:19:56 +0100

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 pulled in (and MSVC9 does not provide that header).

Should savewd module depend on sys_wait one?

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]