Windows 10 使 CreateProcess 失败

Windows 10 使 CreateProcess 失败

我正在尝试从这里安装一个包https://github.com/epfml/sent2vec,这需要我克隆并运行 make。但我遇到了这个错误:

PS E:\SAFETY\SSE\sent2vec> make
c++ -pthread -std=c++0x -O3 -funroll-loops -c src/args.cc
process_begin: CreateProcess((null), c++ -pthread -std=c++0x -O3 -fun
make (e=2): The system cannot find the file specified.
C:\dsvm\tools\UnxUtils\usr\local\wbin\make.exe: *** [args.o] Error 2

您能解释一下哪里出了问题以及我需要修复什么吗?

谢谢。

相关内容