_GL_UNISTD_H _GL_INCLUDING_WINSOCK2_H

2011-08-25 Thread Sam Steingold
Hi, gllib/unistd.h says: #if 1 1 \ !defined _GL_INCLUDING_WINSOCK2_H # define _GL_INCLUDING_WINSOCK2_H # include winsock2.h # undef _GL_INCLUDING_WINSOCK2_H #endif #if !defined _GL_UNISTD_H !defined _GL_INCLUDING_WINSOCK2_H #define _GL_UNISTD_H so when compiling with i686-pc-mingw32-gcc

Re: _GL_UNISTD_H _GL_INCLUDING_WINSOCK2_H

2011-08-25 Thread Sam Steingold
* Sam Steingold f...@tah.bet [2011-08-25 12:09:34 -0400]: .../modules/rawsock/rawsock.c:691:3: warning: implicit declaration of function `close_used_without_including_unistd_h' the immediate cause appears to be that I include unistd.h after some other headers (specifically, #include alloca.h

Re: ylwrap in gnulib/build-aux?

2011-08-25 Thread Karl Berry
But Eric's argument from [1], the ability to get the newest version between Automake releases, [1] http://lists.gnu.org/archive/html/bug-gnulib/2009-03/msg00175.html Yes. However, the finicky gnulib hook declines to install it, due to space/tab madness. Can someone fix this in the

Re: ylwrap in gnulib/build-aux?

2011-08-25 Thread Eric Blake
On 08/25/2011 12:30 PM, Karl Berry wrote: However, the finicky gnulib hook declines to install it, due to space/tab madness. Can someone fix this in the automake sources and I'll try again? build-aux/ylwrap:140: space before tab in indent. + from=y_tab.c Space-tab indentation?

[PATCH] freopen SEGFAULT on win32 with filename == NULL

2011-08-25 Thread Claudio Bley
Hi. When calling freopen(NULL, mode, stream); on MS Windows using MinGW segfaults because it tries to strcmp(NULL, /dev/null)... *ouch* --- freopen.c.orig 2011-08-03 14:22:15 +0200 +++ freopen.c 2011-08-25 21:01:46 +0200 @@ -38,7 +38,7 @@ rpl_freopen (const char

Unable to override value of AR set by gnulib macro?

2011-08-25 Thread John W. Eaton
GNU Octave's configure script used to allow users to set AR using ./configure AR=... but that stopped working recently. It looks like the problem is the following change to gnulib: http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=2b14869442bce932cf1d805387928484d4914d59 Since this