Comment #3 on issue 2197 by [email protected]: Can't build with MinGW using
GYP
http://code.google.com/p/v8/issues/detail?id=2197
C:\v8> mingw32-make -n ia32.release
mkdir -p out; echo "GYPFLAGS= -Dv8_can_use_vfp_instructions=true" >
out/environm
ent.new; \
echo "CXX=g++" >> out/environment.new
if test -r out/environment && cmp out/environment.new out/environment
/dev/null
; \
then rm out/environment.new; \
else mv out/environment.new out/environment; fi
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
process_begin: CreateProcess(NULL, "", ...) failed.
process_begin: CreateProcess(NULL, pwd, ...) failed.
mingw32-make -C "out" -f Makefile.ia32 \
CXX="g++" LINK="g++" \
BUILDTYPE= \
builddir="/out/ia32.release"
mingw32-make: *** out: No such file or directory. Stop.
mingw32-make: *** [ia32.release] Error 2
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev