Open fortysixandtwo opened 2 years ago
FYI: some patches to use make 1.0 build with latest valac: (pretty much the same ones that are applied here) can be found here: https://salsa.debian.org/devrtz/tootle/-/commits/fix_1.0
might be related as i am getting build errors:
`lots more warnings.....
./src/API/Entity.vala:105.5-105.43: warning: unhandled error GLib.Error' var obj = Entity.from_json (type, elem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../src/API/Account.vala:64.5-64.29: warning: unhandled error
GLib.Error'
account.resolve.end (res).open ();
^^^^^^^^^^^^^^^^^^^^^^^^^
../src/Services/Accounts/InstanceAccount.vala:181.49-181.62: warning: unhandled error GLib.Error' var entity = create_entity<API.Notification> (ev.get_node ()); ^^^^^^^^^^^^^^ ../src/Services/Accounts/InstanceAccount.vala:181.3-181.63: warning: unhandled error
GLib.Error'
var entity = create_entity
../src/Dialogs/NewAccount.vala:214.3-214.21: error: The name can_swipe_back' does not exist in the context of
Adw.Leaflet' (libadwaita-1)
deck.can_swipe_back = deck.visible_child != done_step;
^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 21 warning(s)
ninja: build stopped: subcommand failed.
`
This builds, but raises some criticals currently.
Just wanted to put it out there to avoid work duplication.
Fixes #337