Comment #6 on issue 2197 by [email protected]: Can't build with MinGW using GYP
http://code.google.com/p/v8/issues/detail?id=2197

I am running from Command Prompt. An easier way to get V8 GYP working may be to use MSYS. I get the following if I just run make from an MSYS shell in v8 directory:
$ make
GYP_GENERATORS=make \
        build/gyp/gyp --generator-output="out" build/all.gyp \
                      -Ibuild/standalone.gypi --depth=. \
                      -Dv8_target_arch=ia32 \
                      -S.ia32  -Dv8_can_use_vfp_instructions=true
make[1]: Entering directory `/c/v8/out'
make[1]: *** No rule to make target `../build\all.gyp', needed by `Makefile.ia32
'.  Stop.
make[1]: Leaving directory `/c/v8/out'
make: *** [ia32.release] Error 2

It looks like the path separator is wrong in the generated Makefile.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to