Closed jonassmedegaard closed 4 years ago
It seems that Tootle requires valac
0.48 or newer to compile.
I'm too lazy to find a way to crash the build script if the present version is ancient, so I've just updated the project's dependency table instead.
Building v1.0-alpha1 on a Debian stable (buster) system fails:
Building the same in a Debian unstable (sid) system succeeds (although with some warnings):
That seems to me an indication that the declared requirements are too loose.
Ideally would be if the code was made to work with those more lax requirement, but obviously that is more work than tightening the declared requirements as needed.