Closed akrenz closed 4 years ago
Please repeat the build using the "ubuntu-bionic-patched-vte" option. This is a compatibility issue between versions of lib Gtk.VTE
Well, Solus is using latest libvte (0.60.3) and Vala (0.48.6) and building with "ubuntu-bionic-patched-vte" option also fails.
It reports the same errors as mentioned in this task and also multiple:
error: 1 extra arguments for `void Vte.Terminal.feed_child (uint8[]?)'
this.feed_child(cmd, cmd.length);
So enabling this options does not fix the issue.
I get the following errors if I try to compile easyssh 1.6.6 on Solus. Here is the complete error log:
I fixed it by casting cmd.to_utf8() to uint8[].