Cpp.jl icon indicating copy to clipboard operation
Cpp.jl copied to clipboard

Cpp could not spawn `make` on Win10 Julia 0.4

Open ghost opened this issue 9 years ago • 1 comments

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.jl script

INFO: Package database updated

ghost avatar Apr 19 '16 05:04 ghost

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++?

timholy avatar Apr 19 '16 07:04 timholy