GNOME Bugzilla – Bug 512549
vala sample does not build
Last modified: 2008-02-21 13:16:20 UTC
This is on Mandriva Cooker with vala 0.1.6 and rhythmbox 0.11.4: /usr/bin/valac --vapidir=../../bindings/vala --pkg=rhythmdb --pkg=rb rb-sample-vala-plugin.vala ../../bindings/vala/rb.vapi:20.24-20.31: error: Abstract methods may not be declared in non-abstract classes ../../bindings/vala/rb.vapi:23.24-23.33: error: Abstract methods may not be declared in non-abstract classes Compilation failed: 2 error(s), 0 warning(s) make: *** [rb-sample-vala-plugin.c] Fehler 1
Created attachment 103873 [details] [review] this will make it build
Won't that break with vala 0.1.5? If so, we'd need to up the requirements for it as well.
I tested this patch with vala 0.1.5 and it compiles smoothly without warnings.
Committed to svn. Thanks.