; ;
Sent: Monday, August 21, 2006 12:29 PM
Subject: Re: GNULIB stdint_.h vs windows VC6 compiler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Dennis,
You are correct that support for the windows-based client of CVS has
been neglected. I personally do not have any way to compile it. I only
t;[EMAIL PROTECTED]> writes:
>
> - Original Message -
> From: "Paul Eggert" <[EMAIL PROTECTED]>
> To: "Dennis Jones" <[EMAIL PROTECTED]>
> Cc: ; "Mark D. Baushke" <[EMAIL PROTECTED]>;
>
> Sent: Monday, August 21, 2006 9
- Original Message -
From: "Paul Eggert" <[EMAIL PROTECTED]>
To: "Dennis Jones" <[EMAIL PROTECTED]>
Cc: ; "Mark D. Baushke" <[EMAIL PROTECTED]>;
Sent: Monday, August 21, 2006 9:57 AM
Subject: Re: GNULIB stdint_.h vs windows VC6 compi
"Dennis Jones" <[EMAIL PROTECTED]> writes:
> #if (LONG_MAX >> 31) >> 31 == 1
It's not a good sign if the compiler can't handle binary operator
precedence; it suggests that other bugs are lurking in the
neighborhood.
I assume that this would need to be done in two places? There are two
instances
Mark,
Add parentheses:
#if (LONG_MAX >> 31) >> 31 == 1
- Dennis
- Original Message -
From: "Mark D. Baushke" <[EMAIL PROTECTED]>
To:
Cc: ; "Dennis Jones" <[EMAIL PROTECTED]>
Sent: Monday, August 21, 2006 3:08 AM
Subject: GNULIB stdint
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Folks,
It seems that the latest stdint_.h file is using contructs that is
confusing the windows VC6 compiler used to build the CVS sources.
The two problems are
.\windows-NT\stdint.h(133) : warning C4067: unexpected tokens following
preprocesso