Hey! I’d like to use blueprints and after initializing a vala project with builder and doing the whole blueprint-compiler port thing, I can’t build the Project:
error: Namespace Adw does not contain a type called ShortcutsDialog
at ../../../../../TimeBox/src/shortcuts-dialog.blp line 4 column 5:
4 |Adw.ShortcutsDialog shortcuts_dialog {
| ^^^^^^^^^^^^^^^
hint: Did you check your spelling?
hint: Are your dependencies up to date?
I’m using NixOS, which might need a dependency, but this didn’t work on OpenSUSE last time I tried iirc. I don’t know what code is important to post here, since I barely touched it, sorry ( abra-k/TimeBox - Codeberg.org ).
Edit: there seems to be an issue in `blueprint-compiler` : error: Namespace Adw does not contain a type called ShortcutsDialog (#207) · Issues · GNOME / Blueprint · GitLab , but I’m having trouble understanding it ![]()