first time builder so probably something simple i've missed following 
BuildingWithGYP <https://code.google.com/p/v8/wiki/BuildingWithGYP>


*versioning detail:*


   - CentOS release 6.5 (Final)
   - gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
   - python 2.6.6 (r266:84292, Nov 22 2013, 12:16:22)
   

*steps taken:*

git clone git://github.com/v8/v8.git v8 && cd v8

make dependencies

make native

PYTHONPATH="/root/code/v8/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

Traceback (most recent call last):

  File "build/gyp/gyp_main.py", line 18, in <module>

    sys.exit(gyp.script_main())

AttributeError: 'module' object has no attribute 'script_main'

make: *** [out/Makefile.native] Error 1


what step am i missing?

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to