Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
492 stars 162 forks source link

meson: error: unrecognized arguments: -v #179

Closed grenaud closed 3 years ago

grenaud commented 3 years ago

I am trying to build the package but I get meson: error: unrecognized arguments: -v I am using:

meson -v 0.55.1

Martinsos commented 3 years ago

Hmmm I have no idea what that could be! You just ran make? What if you try running just meson -v? On which operating system are you? Do you have output from make?

Martinsos commented 3 years ago

Closing for now, please reopen if it happens again!