On 27 June 2013 14:36, Michael Goffioul<address@hidden> wrote:
Then I think your problem is the bug in gnulib that has been reported here
[1]. If you follow the thread, you can find a workaround to apply in gnulib
source code (isatty.c). The problem is that gnulib fails to detect stdin as
being a console under Win8 due to hard-coded assumptions, which are not
valid anymore. To my knowledge, no fix has been applied to gnulib (they're
apparently waiting until someone external to gnulib step up and produce a
git changeset).
Why don't we just apply the change to our gnulib clone?