-
Notifications
You must be signed in to change notification settings - Fork 127
How to link it to YouCompleteMe version of Clang #50
Comments
I installed Clang but I appear to be getting an error saying I don't have clang
I do have clang++ installed and I am able to enter it into the terminal |
First of all, YCM-Generator doesn't touch libclang at all - that's purely a YCM thing. Secondly, libclang actually has nothing to do with the error you're getting. That error message is produced when YCM-Gen runs |
Ok, so it seems that YCM-Gen only searches for clang/clang++ ? When I installed clang, the binaries got installed at clang++-3.6. Doing a hard link solved the problem. Very strange |
Hi soulslicer, |
I used this sudo ln -s /usr/bin/clang-6.0 /usr/bin/clang |
Question above. I'd like to use YCM's build of clang but it seems only a library file is generated on their end, not an executable
The text was updated successfully, but these errors were encountered: