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

何が問題で、何を修正する必要があるのか​​説明していただけますか?

ありがとう。

関連情報