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.
: 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
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
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
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
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-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
>