Hi On Thu, Oct 28, 2010 at 6:50 AM, CaStarCo <[email protected]> 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 > [email protected] > http://mail.gnome.org/mailman/listinfo/vala-list > > _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
