Hi,

I am trying to revert to an old changeset of v8 in order to get it compiled 
using gcc-4.4 on ubuntu natty. I had this working a couple of months ago 
but I accidentally messed up my directory and so here I am. The latest 
checkout doesn't seem to work because it defaults to using clang to build, 
and clang on natty has some issues. I tried simply downloading tar.gz 
(version 3.31 - one that I know was 
working) https://github.com/v8/v8-git-mirror/releases?after=4.2.14

However, because v8 requires the use of depot_tools, depot_tools tries to 
fetch/pull from the origin branch. If I try building without depot_tools I 
get the following error:

root@sherpa13:~/v8-3.31.65/v8-git-mirror-3.31.65# make arm.release 
snapshot=off
PYTHONPATH="/home/musleh/v8-3.31.65/v8-git-mirror-3.31.65/tools/generate_shim_headers:/home/musleh/v8-3.31.65/v8-git-mirror-3.31.65/build::/home/musleh/v8-3.31.65/v8-git-mirror-3.31.65/build/gyp/pylib:"
 
\
GYP_GENERATORS=make \
build/gyp/gyp --generator-output="out" build/all.gyp \
              -Ibuild/standalone.gypi --depth=. \
              -Dv8_target_arch=arm \
               \
               \
              -S.arm.release  -Dv8_enable_backtrace=1 
-Dv8_use_snapshot='false' -Darm_fpu=default -Darm_float_abi=default
/bin/sh: 1: build/gyp/gyp: not found
make: *** [out/Makefile.arm.release] Error 127

Is there a way to revert to a specific tagged version of v8?

Malek

-- 
-- 
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