After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755650 - app.vala compile error
app.vala compile error
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-25 21:24 UTC by Egmont Koblinger
Modified: 2015-09-28 18:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Egmont Koblinger 2015-09-25 21:24: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.
Comment 1 Egmont Koblinger 2015-09-26 01:19:30 UTC
Compiles okay on Wily.
Comment 2 Christian Persch 2015-09-26 17:27:13 UTC
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.
Comment 3 Egmont Koblinger 2015-09-27 16:07:24 UTC
Vivid has 3.14, so it either needs >= 3.16, or something else went wrong.
Comment 4 Christian Persch 2015-09-28 18:55:34 UTC
Should be fixed on master.