Keisuke Nishida <[EMAIL PROTECTED]> writes:

> What would be the best solution?

We should add

    #define _GNU_SOURCE

at the top of "posix.c".  __USE_XOPEN is the wrong macro to use, it
should be one of the _FOO_SOURCE macros.  _GNU_SOURCE is the catch all
and might be too broad, but _POSIX_SOURCE didn't work and I didn't
feel like prodding further.

I'll commit the fix any minute.

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to