RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Robert McNulty Junior
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

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Max Bowsher
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

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Nitin Gupta
[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

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Nitin Gupta
]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

RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Vijay Sampath
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

RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Robert McNulty Junior
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

-DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Nitin Gupta
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