We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running Makefile:
./parsevect dumpvect*.vect /bin/sh: 1: ./parsevect: not found Makefile:47: recipe for target 'all' failed
Needed to chmod +x parsevect
Hope that helps.
The text was updated successfully, but these errors were encountered:
This appears to be a missing dependency on Python 2, rather than a missing executable bit. The version needs to be v2.7 according to parsevect.
The shebang for parsevect is:
#!/usr/bin/python2
Sorry, something went wrong.
No branches or pull requests
When running Makefile:
Needed to chmod +x parsevect
Hope that helps.
The text was updated successfully, but these errors were encountered: