[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Latest CVS compile problem - "error no variadic api"
From: |
twk |
Subject: |
RE: Latest CVS compile problem - "error no variadic api" |
Date: |
Fri, 12 Mar 2004 20:48:12 -0500 |
"cl /Za" will cause __STDC__ to be defined (to 1). It turns
off Microsoft extensions, which may or may not disable some
features of significance to make.
--
Tom Kronmiller
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Eli Zaretskii
> Sent: Tuesday, March 09, 2004 2:39 PM
> To: Paul D. Smith
> Cc: address@hidden
> Subject: Re: Latest CVS compile problem - "error no variadic api"
>
> > Date: Fri, 5 Mar 2004 09:31:53 -0500
> > From: "Paul D. Smith" <address@hidden>
> >
> > jg> __STDC__ is not defined on win32 builds, or defined as 1 etc.
> >
> > Hm... really? The ISO C standard says that if your
> compiler conforms to
> > the standard it should define __STDC__: I have to believe
> that in 2004
> > the Windows compilers at least comply with the 1989 standard!!
>
> It's possible that MSVC needs a special command-line switch to define
> __STDC__ as mandated by ISO. Can someone check that?
>
>
>
> _______________________________________________
> Make-w32 mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/make-w32