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

Missing share/clang/clang-format.py while building llvm and clang #3

Open
zuxfoucault opened this issue Jan 8, 2018 · 0 comments
Open

Comments

@zuxfoucault
Copy link

zuxfoucault commented Jan 8, 2018

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!

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