Jud Craft wrote: > Does Vala print its own error messages for the Vala language, or does > it spit out the C errors that GCC gives in the background?
Vala prints its own error messages and warnings. GCC errors are bugs in the Vala compiler (or you don't have the header files of the libraries used by your project installed). GCC warnings do happen sometimes, but Vala strives to get rid of them as well. Best regards, Frederik _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
