Re: [Vala] GNU extensions :P



Afaik it works with msvc, icc, tcc, gcc and clang.

You may probably find some cornercase at some point with a specific compiler, like line limits in msvc or so, 
those are bugs and should be reported.

So.. the generated C code is standard.

On 28/10/2010, at 18:36, Anatol Pomozov <anatol pomozov gmail com> wrote:

Hi

On Thu, Oct 28, 2010 at 6:50 AM, CaStarCo <castarco gmail com> wrote:
Hello , i have a question about Vala.. :p

It's needed the gcc compiler?
No, gcc is not a requirement. Vala generates very accurate
standard-complaint C code. Any decent compiler is fine.

Actually I prefer to use clang (c frontend for llvm) because of better
error/warning reporting.

You can change C compiler by setting "CC" env var like this:

$ CC=clang vala myprog.vala

or the C generated code can be compiled with
other compilers such as Vala?
Vala is not C compiler.

--
- Per la llibertat del coneixement -
- Per la llibertat de la ment...       -

_______________________________________________
vala-list mailing list
vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list


_______________________________________________
vala-list mailing list
vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]