Re: errors building m4 on interix/sfu/sua

2009-06-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jay on 6/18/2009 9:41 AM: >> With that in place, Jay, would you mind testing this latest snapshot? >> > worked, thanks. Thanks for the feedback. I'm pushing this to branch-1.4, to make my snapshot official (and in case I ever do m4 1.4.1

RE: errors building m4 on interix/sfu/sua

2009-06-18 Thread Jay
> Date: Wed, 17 Jun 2009 19:58:58 -0600 > From: e...@byu.net > > With that in place, Jay, would you mind testing this latest snapshot? > > http://home.comcast.net/~ericblake/m4-1.4.13.3-5f008.tar.gz [1.3M] > .gz.asc > .tar.bz2 [992K] > .bz2.asc > .xz [822K] > .xz.asc > http://home.comcast.net/

Re: errors building m4 on interix/sfu/sua

2009-06-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 6/17/2009 2:37 AM: > Eric Blake wrote: >> gnulib can work around missing ESTALE, but we >> would need to port errno_h.m4 to detect interix's situation > > Done as follows: With that in place, Jay, would you mind testing t

Re: errors building m4 on interix/sfu/sua

2009-06-17 Thread Bruno Haible
Eric Blake wrote: > gnulib can work around missing ESTALE, but we > would need to port errno_h.m4 to detect interix's situation Done as follows: 2009-06-17 Bruno Haible Define missing ESTALE on Interix 3.5. * lib/errno.in.h (ESTALE): Assign a value if missing. * lib/s

Re: errors building m4 on interix/sfu/sua

2009-06-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [please don't top-post on technical lists] According to jay.kr...@cornell.edu on 6/16/2009 8:08 AM: > Isn't just ifdef estale around use of it sufficient? Or is there some > chance of const int or such? That misses the whole point of the gnulib errno

Re: errors building m4 on interix/sfu/sua

2009-06-16 Thread jay . krell
Isn't just ifdef estale around use of it sufficient? Or is there some chance of const int or such? Given that const int cannot be switched on in C, they mustall be defines and simple ifdef suffices and is fully portable no need for configury? Right? Old versions: just showing lame optio

Re: errors building m4 on interix/sfu/sua

2009-06-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [adding bug-gnulib] According to Jay on 6/16/2009 1:04 AM: > m4-1.4.13 > spawni.c: In function `gl_posix_spawn_internal': > spawni.c:233: warning: implicit declaration of function `seteuid' > spawni.c:234: warning: implicit declaration of function `se