Re: [Vala] Newbie question



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



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