On 2/19/08, Stephane Marchesin <[EMAIL PROTECTED]> wrote:
> On 2/19/08, José Fonseca <[EMAIL PROTECTED]> wrote:
> > Microsoft compilers don't support C99 syntax. The only native windows
> > compilers that support C99 syntax are mingw32-gcc and Intel C/C++
> > compiler, but we can't seriously support windows platform by targeting
> > these compilers alone and leave msvc out.
>
> What's the issue with using those two compilers ?

- mingw32's gcc chokes on many of the microsoft's SDKs and DDKs
headers (it's actually microsoft's fault for using non-standard C in
their headers and preventing the headers modification/redistribution)

- Intel C/C++ is not free for commercial use (you can download the
WINDDK with MSVC compiler for free)

- but above all, they are not MSVC -- which is the de-facto standard
compiler on windows -- so we should *at the very least* support it, as
people *want* to use it.

Jose

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to