Re: GNULIB stdint_.h vs windows VC6 compiler

2006-08-21 Thread Dennis Jones
; ; 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

Re: GNULIB stdint_.h vs windows VC6 compiler

2006-08-21 Thread Mark D. Baushke
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

Re: GNULIB stdint_.h vs windows VC6 compiler

2006-08-21 Thread Dennis Jones
- 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

Re: GNULIB stdint_.h vs windows VC6 compiler

2006-08-21 Thread Paul Eggert
"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

Re: GNULIB stdint_.h vs windows VC6 compiler

2006-08-21 Thread Dennis Jones
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

GNULIB stdint_.h vs windows VC6 compiler

2006-08-21 Thread Mark D. Baushke
-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