I try to build v8

python version 3.2

call
> svn checkout http://v8.googlecode.com/svn/trunk/ v8
result is:
Updated to revision 18638.

then call
> make dependencies
result is:
Checked out revision 239289.

then call
> make native
result is:
PYTHONPATH="/home/alex/distr/v8/tools/generate_shim_headers:" \
GYP_GENERATORS=make \
build/gyp/gyp --generator-output="out" build/all.gyp \
              -Ibuild/standalone.gypi --depth=. -S.native 
 -Dv8_enable_backtrace=1 -Darm_fpu=default -Darm_float_abi=default
  File "build/gyp/gyp_main.py", line 12
    except ImportError, e:
                      ^
SyntaxError: invalid syntax
make: *** [out/Makefile.native] Error 1

What's wrong?


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