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
While running ./build.sh, I encountered the following error:
Building LLVM and clang
+ cd /home/bc/software/environment/nvim/llvm-5.0.0.src /home/bc/software/environment/nvim/llvm.log
+ mkdir -p build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/home/bc/software/environment/nvim/build-linux -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/home/bc/software/environment/nvim/build-linux/bin/python2.7
+ make -j4
+ make install
Creating llvm-ranlib
Creating llvm-lib
Creating llvm-dlltool
Creating llvm-readelf
+ cd /home/bc/software/environment/nvim/build-linux
+ cp share/clang/clang-format.py bin
cp: cannot stat 'share/clang/clang-format.py': No such file or directory
Is there any thing that I missed?
Also the file was not created "${INSTALL_DIR}"/lib/libclang.so
Thanks for this great work!
The text was updated successfully, but these errors were encountered:
While running ./build.sh, I encountered the following error:
Is there any thing that I missed?
Also the file was not created "${INSTALL_DIR}"/lib/libclang.so
Thanks for this great work!
The text was updated successfully, but these errors were encountered: