Mark D. Baushke writes:
>
> It would be good to understand how to fix the IRIX 5.x without breaking
> the IRIX 6.x compilation. It appears that the testing of the last run
> on an SGI box failed during the sshstdio-6 test.
Yep -- maybe more cleanup is needed in the test?
--- wrapper.dif Mon Jun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Martin,
I have Installed Bruno's latest GNULIB changes into the CVS sources.
If there are still problems, it would be good to know what you are
seeing out of the 'configure' command... both the output and selected
parts of the config.log file.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Martin,
As an FYI, one of the test machines that builds the CVS sources nightly
is an SGI IRIX64 running 6.5 (Hmmm... I had thought we also had an SGI
IRIX 5.3 out there somewhere, but I must have been confused as I do not
see any results from such
Martin Neitzel wrote:
> > > # if > 32 ||<=== flagged error here
> > This is valid ANSI C and ISO C 99 code. When you don't pass "-w2" to your
> > compiler, does it show an error or a warning about this?
>
> Omitting -w2 doesn't change anything.
OK, thanks, I'
> > # if > 32 || <=== flagged error here
> This is valid ANSI C and ISO C 99 code. When you don't pass "-w2" to your
> compiler, does it show an error or a warning about this?
Omitting -w2 doesn't change anything. (Not surprisingly, since -w2 doesn't
soften
Mark D. Baushke wrote:
> * stdint_.h (__bsdos__): BSD/OS 4.2 needs to include
>to avoid a generated that redifines
> typedefs already found in .
Thanks, I'm putting this into gnulib.
> #if @HAVE_STDINT_H@
>/* Other systems may have an incomplete . */
> -# includ
Martin Neitzel wrote:
> into this illegal stdint.h code:
>
> /* wint_t limits */
> #ifndef WINT_MIN
> # if 0
> # if > 32 ||<=== flagged error here
> # define WINT_MIN (-1L << ( - 1)) (<=== silently borked)
> # else
This is valid ANSI C and IS