Hello,

I tried to compile v8 on windows with MinGW
My PATH is correctly set but when I use make an error occurred

PYTHONPATH="/c/Users/stagiaire2/Documents/jsc/0.2/v8/tools/generate_shim_headers:"
 
\
        GYP_GENERATORS=make \
        build/gyp/gyp --generator-output="out" build/all.gyp \
                      -Ibuild/standalone.gypi --depth=. \
                      -Dv8_target_arch=ia32 \
                      -S.ia32  -Dv8_enable_backtrace=1 -Darm_fpu=default 
-Darm_float_abi=default
/bin/sh: 
/c/Users/stagiaire2/Documents/jsc/0.2/v8/C:/MinGW/msys/1.0/bin/make.exe: No 
such file or directory
make.exe": *** [ia32.release] Error 127

I didn't find in gyp files where the error occurred

Maybe some one can help me

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to