That error suggests that Vim cannot find make
.
Troubleshooting steps:
- Is
make
installed? - Is the directory containing the
make
executable in your path? - Can you run
make
from the command line? - Can you run
make
from inside of vim?
Information that would help:
- Which version of Windows are you using?