You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I invoke vim-clang auto completion I get this error: clang.exe: error: no such file or directory: 'Files\LLVM\bin\..\lib\clang\4.0.0\include"'
I installed LLVM under C:\Program Files\LLVM\ , I think the space in "Program Files" is the cause.
If I put LLVM under C:\ then it works fine.
I can run neomake with clang, I also tried to compile a program with command line directly and there was no issue, so I believe the clang itself is installed correctly.
The text was updated successfully, but these errors were encountered:
Hi:
I'm using neovim-qt under WIndows 7 x64
When I invoke vim-clang auto completion I get this error:
clang.exe: error: no such file or directory: 'Files\LLVM\bin\..\lib\clang\4.0.0\include"'
I installed LLVM under
C:\Program Files\LLVM\
, I think the space in "Program Files" is the cause.If I put LLVM under C:\ then it works fine.
I can run neomake with clang, I also tried to compile a program with command line directly and there was no issue, so I believe the clang itself is installed correctly.
The text was updated successfully, but these errors were encountered: