bleakgrey/tootle

Compilation fails with "Dialog.vala: error: The type name `Adw.ViewStack' could not be found"

mnhauke opened this issue · 0 comments

Compilation failed since 2.0-alpha1 on openSUSE Tumbleweed.
latest master d635226 is is also affected.

What should happen:

should compile sucessful.

What happened instead:

compilation failed ...

...
[    3s] ../src/Dialogs/Composer/Dialog.vala:35.13-35.33: error: The type name `Adw.ViewStack' could not be found
[    3s]        [GtkChild] unowned Adw.ViewStack stack;
[    3s]                   ^^^^^^^^^^^^^^^^^^^^^
[    3s] ../src/Views/TabbedBase.vala:9.12-9.24: error: The type name `Adw.ViewStack' could not be found
[    3s]        protected Adw.ViewStack stack;
[    3s]                  ^^^^^^^^^^^^^
[    3s] Compilation failed: 2 error(s), 0 warning(s)
[    3s] ninja: build stopped: subcommand failed.

How to reproduce:

  1. Install openSUSE Tumbleweed
  2. compile (see full buildlog) for the details

Build context:

  • Distro: openSUSE Tumblewwed
  • App version: git master d635226
  • Build type: Built from source / Built by a third-party maintainer

Logs:

Full buildlog: tootle-master-build-failure.txt