OK. I see.
-Original Message-
From: Nitin Gupta [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 22, 2002 6:09 PM
To: Robert McNulty Junior
Cc: [EMAIL PROTECTED]
Subject: Re: -DDATE start giving error with gcc-3.2.3
This is the gcc which came with latest cygwin
gcc version 3.2
Nitin Gupta <[EMAIL PROTECTED]> wrote:
>> If I compiled following code with -DDATE="Wed Nov 22", it compiled
>> fine using gcc-2.95, but when I updated my cygwin recently, it gives
>> parse errors using gcc-3.2.3 (which, I think it should)
>>
>> #include
>> #include
>> typedef double DATE;
>> m
[mailto:[EMAIL PROTECTED]]
Sent: Friday, November 22, 2002 4:13 PM
To: Vijay Sampath
Cc: [EMAIL PROTECTED]
Subject: Re: -DDATE start giving error with gcc-3.2.3
Try on latest cygwin.
gcc-2.exe foo.c -DDATE="Wed Nov"
(gcc-2 is gcc 2.95)
and
gcc.exe foo.c -DD
]On Behalf
Of Nitin Gupta
Sent: Friday, November 22, 2002 5:23 PM
To: [EMAIL PROTECTED]
Subject: -DDATE start giving error with gcc-3.2.3
Hi,
If I compiled following code with -DDATE="Wed Nov 22", it compiled fine
using gcc-2.95, but when I updated my cygwin recently, it gives parse
er
I'll be very surprised if your program compiles under any C compiler on
Earth.
-Vijay
> -Original Message-
> From: Nitin Gupta [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 22, 2002 3:23 PM
> To: [EMAIL PROTECTED]
> Subject: -DDATE start giving error with
What's gcc 3.2.3? Do you mean gcc 3.2.1? That's the latest gcc.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of Nitin Gupta
Sent: Friday, November 22, 2002 5:23 PM
To: [EMAIL PROTECTED]
Subject: -DDATE start giving error with gcc-3.2.3
Hi,
If I compiled following code with -DDATE="Wed Nov 22", it compiled fine
using gcc-2.95, but when I updated my cygwin recently, it gives parse
errors using gcc-3.2.3 (which, I think it should)
#include
#include
typedef double DATE;
main(){
printf ("Hello World!\n");
}
Looks like wtypes.h
7 matches
Mail list logo