You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's fine. But in that case the fact should be communicated to the user. For example, I would expect make check to fail immediately with unable to find zip when MKZIP is undefined. I would then know immediately what to do. The way it is now it's not even clear what exactly is going on, just some weird inexplicable failures.
With a bunch of tests on msys2, the
zip
binary was not found during configuration:this apparently prevents some tests to be run (there's a condition for that in
configure.ac
), but not in all cases:The first like should have been
but
$(MKZIP)
has not been set.The following part is equally problematic:
and results in
The text was updated successfully, but these errors were encountered: