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
As of now I cannot compile vampy in my ArchLinux system with the current Makefile, unless I change the following line:
https://github.com/c4dm/vampy/blob/e8a8cfb1f167f8d351ffef2daca00f5413b7c62e/Makefile.linux#L9
putting -lvamp-sdk -lpython2.7 -lpthread at the end of the variable.
-lvamp-sdk -lpython2.7 -lpthread
See this StackOverflow question for why this seems to be happening.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of now I cannot compile vampy in my ArchLinux system with the current Makefile, unless I change the following line:
https://github.com/c4dm/vampy/blob/e8a8cfb1f167f8d351ffef2daca00f5413b7c62e/Makefile.linux#L9
putting
-lvamp-sdk -lpython2.7 -lpthread
at the end of the variable.See this StackOverflow question for why this seems to be happening.
The text was updated successfully, but these errors were encountered: