Skip to content
New issue

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

Project doesn't build on arch linux. #99

Closed
Single34 opened this issue Aug 16, 2016 · 1 comment · Fixed by #120
Closed

Project doesn't build on arch linux. #99

Single34 opened this issue Aug 16, 2016 · 1 comment · Fixed by #120

Comments

@Single34
Copy link

Project doesn't build on arch linux.

Arch linux uses python3 as default python interpreter. But cpplint.py seems to require python2. Although running it without any parameter it will print out help message happily but when used with parameters it will crash without any message.

you should add something in the CMakelists.txt, perhaps before find_package(PythonInterp).

@SRombauts
Copy link
Owner

Good catch, I could check python version, or update cpplint.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants