Re: errors on QNX 6.4.1

2009-07-27 Thread Bruno Haible
Matt Kraai wrote: > The changes for the math.h errors don't work, because @GNULIB_MATHL@ is > defined to 1, so the whole condition evaluates to true. OK, I'm applying this additional attempt: 2009-07-27 Bruno Haible * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.

Re: errors on QNX 6.4.1

2009-07-27 Thread mkraai
: negative width in bit-field 'verify_error_if_negative_size__' I believe this is because time_t is unsigned on QNX. Bruno Haible 07/25/2009 02:19 AM To mkr...@beckman.com cc bug-gnulib@gnu.org Subject Re: errors on QNX 6.4.1 [Re-adding bug-gnulib as CC.] Matt Kraai

Re: maint.mk: suppress missing-file diagnostics [Re: errors on QNX 6.4.1

2009-07-25 Thread Bruno Haible
Jim Meyering wrote: > * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a > diagnostic when .prev-version does not exist. > (_cfg_mk): Define, so it can be empty when cfg.mk does not exist. > (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about > nonexistent cfg.mk. So now I've w

Re: maint.mk: suppress missing-file diagnostics [Re: errors on QNX 6.4.1

2009-07-25 Thread Jim Meyering
Jim Meyering wrote: ... > Good ideas both. > I've been annoyed at least by the .prev-version one > so propose this change to avoid the diagnostics: I've corrected the spelling of Simon's last name (thanks for spotting those, Ralf!) and pushed this change: >From ef70f5d61674108ba5d0fc1efe02d136d31

maint.mk: suppress missing-file diagnostics [Re: errors on QNX 6.4.1

2009-07-25 Thread Jim Meyering
Simon Josefsson wrote: > Bruno Haible writes: > >>> ./.prev-version: No such file or directory >>> sed: can't read ./cfg.mk: No such file or directory >>> make all-recursive >>> ./.prev-version: No such file or directory >>> sed: can't read ./cfg.mk: No such file or directory >> >> This is a bug

Re: errors on QNX 6.4.1

2009-07-25 Thread Simon Josefsson
Bruno Haible writes: >> ./.prev-version: No such file or directory >> sed: can't read ./cfg.mk: No such file or directory >> make all-recursive >> ./.prev-version: No such file or directory >> sed: can't read ./cfg.mk: No such file or directory > > This is a bug in gnulib-tool and the maintainer

Re: errors on QNX 6.4.1

2009-07-25 Thread Bruno Haible
[Re-adding bug-gnulib as CC.] Matt Kraai wrote: > When I ran > > ./gnulib-tool --create-testdir --dir=/tmp/testdir csharpcomp fbufmode > fpurge freadable freadahead freading freadptr freadseek fseeko fseterr > fwritable > > (which are the modules that mention QNX) and ran "make check", there >