Cpp could not spawn `make` on Win10 Julia 0.4
Pkg.add("Cpp")
INFO: Cloning cache of Cpp from git://github.com/timholy/Cpp.jl.git INFO: Installing Cpp v0.1.0 INFO: Building Cpp =================================[ ERROR: Cpp ]=================================
LoadError: could not spawn make: no such file or directory (ENOENT)
while loading C:\Users\Miller.julia\v0.4\Cpp\deps\build.jl, in expression starting on line 1
================================[ BUILD ERRORS ]================================
WARNING: Cpp had build errors.
- packages with build errors remain installed in C:\Users\Miller.julia\v0.4
- build the package(s) and all dependencies with
Pkg.build("Cpp") - build a single package by running its
deps/build.jlscript
INFO: Package database updated
Same error as #7.
FYI, that error doesn't actually matter: it's just building the file used for running the tests.
But since you're on Windows, did you notice the part about supporting only g++?