luasnip 在windows 下编译出错。
Failed (1)
● LuaSnip 71.48ms cmp_luasnip
git submodule init
git submodule update
make "CC=cc" "INCLUDE_DIR=-I'/c/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/lua51_include/'" LDLIBS="" -C "deps/jsregexp"
make[1]: Entering directory 'C:/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/jsregexp'
cc -I'/c/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/lua51_include/' -O2 -fPIC -c jsregexp.c -o jsregexp.o
process_begin: CreateProcess(NULL, cc -I/c/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/lua51_include/ -O2 -fPIC -c jsregexp.c -o jsregexp.o, ...) failed.
make (e=2): El sistema no puede encontrar el archivo especificado.
make[1]: *** [Makefile:20: jsregexp.o] Error 2
make[1]: Leaving directory 'C:/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/jsregexp'
make: *** [Makefile:49: jsregexp] Error 2
后尝试手动编译jsregexp
luasnip 在windows 下编译出错。
Failed (1)
● LuaSnip 71.48ms cmp_luasnip
git submodule init
git submodule update
make "CC=cc" "INCLUDE_DIR=-I'/c/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/lua51_include/'" LDLIBS="" -C "deps/jsregexp"
make[1]: Entering directory 'C:/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/jsregexp'
cc -I'/c/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/lua51_include/' -O2 -fPIC -c jsregexp.c -o jsregexp.o
process_begin: CreateProcess(NULL, cc -I/c/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/lua51_include/ -O2 -fPIC -c jsregexp.c -o jsregexp.o, ...) failed.
make (e=2): El sistema no puede encontrar el archivo especificado.
make[1]: *** [Makefile:20: jsregexp.o] Error 2
make[1]: Leaving directory 'C:/Users/codeHavenotEmotion/AppData/Local/nvim-data/lazy/LuaSnip/deps/jsregexp'
make: *** [Makefile:49: jsregexp] Error 2
后尝试手动编译jsregexp