This repository was archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Install Broken for Arch Linux #144
Comments
I can reproduce this in an Arch vm; looking into it. Let me know if you arrive at any solutions in the meantime. |
Ah, looks like it's been addressed here: ycm-core/YouCompleteMe#778 |
jeaye
added a commit
that referenced
this issue
Nov 6, 2016
@Cyberdr8gon Alrighty, it's working for me now. Care to give it a go and let me know before I close this? |
It is fixed, thank you. Good idea to use the opensuse libclang!!! |
Good to hear; thanks for reporting this. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In cmake/LLVM.cmake on line 135, the regex complains it needs at least 5 arguments.
It seems as though install is broken because it assumes a non-distributed llvm install. However, on archlinux, it is embeded in the system /usr/bin /usr/lib etc. and it doesn't support this configuration for a variety of reasons. Also, the clang binary download doesn't work on Arch Linux as well, the same failing to find llvm
The failing macro is llvm_set_libs
The text was updated successfully, but these errors were encountered: