On 3/19/2013 5:12 PM, Paul Eggert wrote:
On 03/19/2013 03:15 AM, marco atzeri wrote:
http://matzeri.altervista.org/works/include/
for what I see <sys/time> includes <sys/types.h> but
none of the two include directly <sys/select.h>
I think I see an indirect inclusion. Does the attached gnulib
patch fix things for you? I'll CC: this to Tom Christensen, as
this is fallout from the Solaris 2.6 fixes in January and I'd
like the code to continue to work there too.
it does not seem to work:
In file included from /usr/include/sys/select.h:23:0,
from ../libgnu/sys/select.h:47,
from /usr/include/cygwin/sys_time.h:13,
from /usr/include/sys/time.h:28,
from ../libgnu/sys/time.h:30,
from /usr/include/sys/_default_fcntl.h:186,
from /usr/include/sys/fcntl.h:3,
from /usr/include/fcntl.h:14,
from ../libgnu/fcntl.h:61,
from ../../octave/liboctave/system/lo-sysdep.cc:34:
../libgnu/sys/time.h:411:1: error: '::gettimeofday' has not been declared
Makefile:9582: recipe for target
`system/system_libsystem_la-lo-sysdep.lo' failed