Windows 10 hace que CreateProcess falle

Windows 10 hace que CreateProcess falle

Estoy intentando instalar un paquete desde aquí.https://github.com/epfml/sent2vec, lo que requiere que clone y ejecute make. Pero me metí en este error:

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

¿Podría explicar qué está mal y qué necesito solucionar?

Gracias.

información relacionada