-
Notifications
You must be signed in to change notification settings - Fork 29
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
lsp-ccls has exited (exited abnormally with code 40) #10
Comments
Do you mean Windows + MSYS2-MinGW64 GCC8 + MSYS2 clang/llvm ? Suppose your build directory is |
Yes, it is Windows + MSYS2-MinGW64 GCC 8.2.0 + MSYS2 clang/llvm 6.0.1.
|
Make sure to use the correct See recommended configure options for various systems here https://github.com/MaskRay/ccls/wiki/Getting-started Once you get Windows build working, could you please put some instructions there? |
Ok, I will try. Update: |
This might be some Windows path normalization issue that @Riatre knows about. LSP uses https://github.com/llvm-mirror/clang/tree/master/lib/Tooling/JSONCompilationDatabase.cpp#L220 |
Hi again, I finally compiled ccls with GCC, and try to use emacs-ccls to start the server. But after I opened a C project, it complained that
I already have the
compile_commands.json
and.ccls-root
in my dir. What might be the problem?The text was updated successfully, but these errors were encountered: