Re: reduce autoconf warnings

2008-04-09 Thread Simon Josefsson
Eric Blake <[EMAIL PROTECTED]> writes: > * m4/gc-random.m4 (gl_GC_RANDOM): Likewise. Thanks! /Simon

Re: m4 1.4.11 test failures

2008-04-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 4/9/2008 10:07 PM: | | http:\\home.comcast.net\~ericblake\m4-1.4.10b.22-be55.tar.gz | signed: | http:\\home.comcast.net\~ericblake\m4-1.4.10b.22-be55.tar.gz.asc Corrected URLs (I'm typing tired tonight): http://home.comcas

Re: m4 1.4.11 test failures

2008-04-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 4/9/2008 10:07 PM: | to find out for sure, run | 'make -k' That would be 'make -k check'. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Ve

Re: Working os/2 configuratie

2008-04-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Elbert Pol on 4/9/2008 2:59 PM: | Hi Eric, | | I tried today to get m4-1.4.11 ported, and it stops at the same error as | Coreutils stops.( | | fpurge.c: In function `fpurge': | fpurge.c:94: error: structure has no member named `_base

Re: m4 1.4.11 test failures

2008-04-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Rick Genter on 4/9/2008 2:33 PM: | I just downloaded and installed m4 1.4.11. When I run 'make check' 2 of | the 47 tests fail: test-fseeko.sh and test-ftello.sh. | | What other information do you need to diagnose this? You failed to men

Re: syntax error in m4/socklen.m4

2008-04-09 Thread Bruno Haible
Dustin J. Mitchell wrote: > Very true. And, in this case at least, the user does not have access > to the ANSI version of the compiler (-Ae) -- apparently that's a > value-add feature. That's why several sites provide pre-built binaries of GCC for HP-UX. You find them by typing the words hp-ux

Re: Working os/2 configuratie

2008-04-09 Thread Bruno Haible
Eric Blake wrote: > [Please keep bug-gnulib in the loop, since this problem affects multiple > gnulib clients, and since Bruno's code is more impacted than mine by > knowing the innards of FILE] Hi Eric, Thanks for the forward. The attached is identified (by Google codesearch) as coming from In

port the extended stdio primitives to EMX+GCC

2008-04-09 Thread Bruno Haible
Hi, The system that Elbert Pol is talking about is derived from emx+gcc (the old but well-known POSIX implementation for DOS and OS/2 [the DOS part was much more reliable than DJGPP]). I'm committing first a port for emx+gcc. Untested. Jim, at the end you find a patch to m4/fpending.m4, part of

Re: syntax error in m4/socklen.m4

2008-04-09 Thread Eric Blake
Dustin J. Mitchell zmanda.com> writes: > > It was my impression that #xxx directives should always start in > column 0. Apparently that impression is as "dated" as C89 :) Per C89 section 3.8, A preprocessing directive consists of a sequence of preprocessing tokens that begins with a # preproc

Re: syntax error in m4/socklen.m4

2008-04-09 Thread Dustin J. Mitchell
On Wed, Apr 9, 2008 at 5:45 PM, Bruno Haible <[EMAIL PROTECTED]> wrote: > It's not only the indented #include which fails. The compiler message > "error 1705: Function prototypes are an ANSI feature." clearly indicates > that many more errors are to be expected, because the compiler is not even

Re: syntax error in m4/socklen.m4

2008-04-09 Thread Bruno Haible
Hello, Dustin J. Mitchell wrote: > A user is building Amanda on HPUX, and ran into a compiler error: > > | /* end confdefs.h. */ > | #include > | #include > | > | int getpeername (int, void *, long int *); > | int > | main () > | { > | long int len; > | getp

Re: Working os/2 configuratie

2008-04-09 Thread Elbert Pol
Hi Eric, I tried today to get m4-1.4.11 ported, and it stops at the same error as Coreutils stops.( fpurge.c: In function `fpurge': fpurge.c:94: error: structure has no member named `_base' fpurge.c:96: error: structure has no member named `_cnt' make.exe[3]: *** [fpurge.o] Error 1 make.ex

syntax error in m4/socklen.m4

2008-04-09 Thread Dustin J. Mitchell
A user is building Amanda on HPUX, and ran into a compiler error: | /* end confdefs.h. */ | #include | #include | | int getpeername (int, void *, long int *); | int | main () | { | long int len; | getpeername (0, 0, &len); | ; | return 0; | } config

[Fwd: Re: Working os/2 configuratie]

2008-04-09 Thread Elbert Pol
--- Begin Message --- -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [Please keep bug-gnulib in the loop, since this problem affects multiple gnulib clients, and since Bruno's code is more impacted than mine by knowing the innards of FILE] According to Elbert Pol on 4/8/2008 3:19 PM: | Hi, | | M

Re: reduce autoconf warnings

2008-04-09 Thread Eric Blake
Jim Meyering meyering.net> writes: > > using the fact that gnulib requires autoconf 2.59. AC_FOREACH wasn't > > replaced by m4_foreach_w until 2.60, but gnulib-tool guarantees > > m4_foreach_w even for 2.59, so that change was safe. And AS_HELP_STRING > > was already available in 2.59. > > Fin

Re: reduce autoconf warnings

2008-04-09 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > When running with 'autoconf -Wall', gnulib generates very noisy output. > I'm not touching the AC_TRY_LINK vs AC_LINK_IFELSE issue (as I know that > Bruno already has strong feelings about continuing to use the deprecated > interface). But this fixes other i

reduce autoconf warnings

2008-04-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When running with 'autoconf -Wall', gnulib generates very noisy output. I'm not touching the AC_TRY_LINK vs AC_LINK_IFELSE issue (as I know that Bruno already has strong feelings about continuing to use the deprecated interface). But this fixes other