Skip to content

Instantly share code, notes, and snippets.

@alick
Created May 13, 2018 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alick/7c8f1ff5e0f3309765123cef2d75c007 to your computer and use it in GitHub Desktop.
Save alick/7c8f1ff5e0f3309765123cef2d75c007 to your computer and use it in GitHub Desktop.
(clang) cmake --build release
[ 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