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 772065 - The type name `Gtk.Popover' could not be found
The type name `Gtk.Popover' could not be found
Status: RESOLVED DUPLICATE of bug 772064
Product: vte
Classification: Core
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-27 14:49 UTC by marcelrobitaille11
Modified: 2016-09-27 15:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description marcelrobitaille11 2016-09-27 14:49:27 UTC
When I try to `make` the vte package I get this error:

```
app.vala:23.23-23.33: error: The type name `Gtk.Popover' could not be found
class SearchPopover : Gtk.Popover
                      ^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
make[3]: *** [vte_2_91_vala.stamp] Error 1
make[3]: Leaving directory `/home/marcel/vte-ng/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/marcel/vte-ng/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marcel/vte-ng'
make: *** [all] Error 2
```

I am on bash on ubuntu on windows or whatever it's called.
Comment 1 Christian Persch 2016-09-27 15:32:48 UTC

*** This bug has been marked as a duplicate of bug 772064 ***