Hello all-

Currently GNU Guile seems to use a plain AC_CHECK_FUNCS for
gettimeofday, but it also uses the gnulib 'time' which make a replacement
sys/time.h including rpl_timeval.

On MinGW UCRT, this seems to be in conflict. MinGW's gettimeofday
is used directly and it takes a struct timeval {long; long}
This conflicts with rpl_timeval. (Recall long is 4 bytes on MinGW).

It makes me think that if Guile wants to use gnulib 'time' it also needs to
use 'gettimeofday'. is that correct?

Regards,
Mike Gran

Reply via email to