failed to build in windows
wsdjeg opened this issue · 2 comments
wsdjeg commented
C:\Users\Administrator\.cache\vimfiles\repos\github.com\zchee\deoplete-go>make
process_begin: CreateProcess(NULL, which gocode, ...) failed.
process_begin: CreateProcess(NULL, which git, ...) failed.
process_begin: CreateProcess(NULL, which python3, ...) failed.
process_begin: CreateProcess(NULL, which docker, ...) failed.
awk: '{print
awk: ^ invalid char ''' in expression
sed:-e 表达式 #1,字符 1:未知的命令:“'”
awk: '{print
awk: ^ invalid char ''' in expression
sed:-e 表达式 #1,字符 1:未知的命令:“'”
cd ./rplugin/python3/deoplete/ujson; setup.py build --build-base="C:\Users\Administrator\.cache\vimfiles\repos\github.com\zchee\deoplete-go/build" --build-li
b="C:\Users\Administrator\.cache\vimfiles\repos\github.com\zchee\deoplete-go/build"
文件名或扩展名太长。
make: *** [C:\Users\Administrator\.cache\vimfiles\repos\github.com\zchee\deoplete-go/rplugin/python3/deoplete/ujson.so] 错误 1
C:\Users\Administrator\.cache\vimfiles\repos\github.com\zchee\deoplete-go>
Just want to install this plugin in windows, but failded to builded, is there a manual build function?
Shougo commented
Unfortunately, it is not tested in Windows environment.
You can fix the errors.
wsdjeg commented
ok, I will have a try.