Created
May 13, 2018 03:11
-
-
Save alick/7c8f1ff5e0f3309765123cef2d75c007 to your computer and use it in GitHub Desktop.
(clang) cmake --build release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 97%] Building CXX object CMakeFiles/ccls.dir/src/messages/workspace_did_change_watched_files.cc.o | |
[ 98%] Building CXX object CMakeFiles/ccls.dir/src/messages/workspace_symbol.cc.o | |
[100%] Linking CXX executable ccls | |
/usr/bin/ld: cannot find -lLLVMSupport | |
/usr/bin/ld: cannot find -lLLVMDemangle | |
/usr/bin/ld: cannot find -lncurses | |
collect2: error: ld returned 1 exit status | |
gmake[2]: *** [CMakeFiles/ccls.dir/build.make:1061: ccls] Error 1 | |
gmake[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/ccls.dir/all] Error 2 | |
gmake: *** [Makefile:130: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment