[Vala] Newbie question

2009-10-26 Thread Jud Craft
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-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Port Tomboy?

2009-07-13 Thread Jud Craft
2009/6/29 Levi Bard : > I agree that creating a general-purpose library that doesn't expose a > C api is annoying and moderately selfish. Coincidentally (considering > the context of this thread), I see that actually happening much more > often with python and ruby than I do with mono. Watch out h

[Vala] Non-glib bindings

2009-03-01 Thread Jud Craft
Hey there! How are vala bindings created for a library that doesn't use GObject/Glib? For example, the SDL vala bindings. I'm very curious, since I'm pretty sure SDL isn't GObject-wrapped, nor is it even object-oriented in the C++ sense (at least I didn't think so). Do you have to manually wrap