Try running the commands here manually at a mingw shell:
https://github.com/zyedidia/Chipmunk.jl/blob/master/deps/build.jl

In particular, cmake must be run first in order to generate the makefile. I
would guess that there was some configuration error hidden/suppressed when
cmake was called by the build script. Running directly may give a better
idea where the problem is.

On Wed, Apr 6, 2016 at 5:42 AM, Yonghee Kim <[email protected]> wrote:

> I'm trying to install "Chipmunk <https://github.com/zyedidia/Chipmunk.jl>"
> Package on windows7
>
> building "Chipmunk" requires `cmake` and `make` command
> So I installed cmake <https://cmake.org/>and MinGW <http://www.mingw.org/>to
> use those commands on windows command prompt.
>
>
> But I still couldn't build Chipmunk package because `make` command still
> dosen't work like on linux
>
> "build.jl"
> <https://github.com/zyedidia/Chipmunk.jl/blob/master/deps/build.jl> fails
> at line 25 *run(`make`)*
>
> -------------------------
> Console
> Checking dependencies...
> Good...
> HEAD is now at 079a859... Finish the build scripts.
> HEAD is now at 079a859... Finish the build scripts.
> Configuring Chipmunk2D version 7.0.0
> -- Configuring done
> -- Generating done
> -- Build files have been written to:
> C:/Users/Yonghee/.julia/v0.4/Chipmunk/deps/Chipmunk2D
> make: *** No targets specified and no makefile found.  Stop.
> ---------------------------
>
>
> I figured if i can specify target for `make` command, it might work.
> but I couldn't figure out what/how I can specify target for `make`
> command.
>
> Is there anyway to get around this?
>

Reply via email to