On Fri, Aug 29, 2014 at 12:58 PM, Amit Sood <[email protected]> wrote:
> Hi Guys,
>
> I have taken the code for V8 using this command
>
> svn checkout http://v8.googlecode.com/svn/trunk/ v8
>
> then, cd v8 and i do "make" but i get below error. Please advise
>
> amit-macbook:v8 amit.sood$ make
>
> PYTHONPATH="/Users/amit.sood/Desktop/chromeV8/v8/tools/generate_shim_headers:/Users/amit.sood/Desktop/chromeV8/v8/build::/Users/amit.sood/Desktop/chromeV8/v8/build/gyp/pylib:"
> \
>
> GYP_GENERATORS=make \
>
> build/gyp/gyp --generator-output="out" build/all.gyp \
>
>               -Ibuild/standalone.gypi --depth=. \
>
>               -Dv8_target_arch=ia32 \
>
>               \
>
>               \
>
>               -S.ia32.release  -Dv8_enable_backtrace=1 -Darm_fpu=default
> -Darm_float_abi=default
>
> /bin/sh: build/gyp/gyp: No such file or directory
>
> make: *** [out/Makefile.ia32.release] Error 127

Try `make builddeps` first.  That should probably be in a README or something.

-- 
-- 
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/d/optout.

Reply via email to