Re: [Vala] GNU extensions :P



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





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