GNOME Bugzilla – Bug 755650
app.vala compile error
Last modified: 2015-09-28 18:55:34 UTC
VALAC vte_2_91_vala.stamp app.vala:49.5-49.27: error: The name `next_match' does not exist in the context of `Gtk.SearchEntry' search_entry.next_match.connect(() => { search(false); }); ^^^^^^^^^^^^^^^^^^^^^^^ app.vala:50.5-50.31: error: The name `previous_match' does not exist in the context of `Gtk.SearchEntry' search_entry.previous_match.connect(() => { search(true); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation failed: 2 error(s), 0 warning(s) Makefile:1974: recipe for target 'vte_2_91_vala.stamp' failed ----- This is on Vivid. I'm dist-upgrading to Wily beta just now; will let you know if it compiles there.
Compiles okay on Wily.
It needs gtk+ >= 3.12. Will is cause you any problem if I just bump the req globally? Alternatively, could raise the dep only if compiling the test app.
Vivid has 3.14, so it either needs >= 3.16, or something else went wrong.
Should be fixed on master.