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

clang version on Ubuntu #35

Open
MKolman opened this issue Sep 24, 2015 · 0 comments
Open

clang version on Ubuntu #35

MKolman opened this issue Sep 24, 2015 · 0 comments

Comments

@MKolman
Copy link

MKolman commented Sep 24, 2015

In the make file you make the link
sudo ln -sf /usr/lib/llvm-3.5/lib/libclang-3.5.so.1 ./lib/libclang.so
since the new release the default version of clang is 3.6.0 and the line should therefore be updated to
sudo ln -sf /usr/lib/llvm-3.6/lib/libclang-3.6.so.1 ./lib/libclang.so

The problem with this solution is that the version has to be manually updated every time. Perhaps there is a way to force the installation of a certain version as default.
Note: You can write
sudo apt-get install clang-3.5
to force it to install this version. However this does not install the clang command, but only clang-3.5.

I absolutely love this plugin, keep doing a great work!

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

No branches or pull requests

1 participant