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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
[77/315] Processing file /home/tj/build/neovim/build/src/nvim/auto/os/win_defs.h.test-include.c
In file included from /home/tj/build/neovim/build/src/nvim/auto/os/win_defs.h.test-include.c:1:
/home/tj/build/neovim/src/nvim/os/win_defs.h:5:3: error: Header must be included only when compiling for Windows.
# error Header must be included only when compiling for Windows.
^
/home/tj/build/neovim/src/nvim/os/win_defs.h:10:10: fatal error: 'winsock2.h' file not found
#include <winsock2.h>
^~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Inside of Neovim's code base, when I do:
$ lsif-clang build/compile_commands.json
At some point, I get this error:
The text was updated successfully, but these errors were encountered: