On Thu, Nov 24, 2011 at 19:44, stalker37 <[email protected]> wrote: > On 24 ноя, 13:04, Yang Guo <[email protected]> wrote: > > Hi, > > > > we are currently on our way to deprecate the scons build. The new GYP- > > based build is strongly recommended: > http://code.google.com/p/v8/wiki/BuildingWithGYP > > with gyp build stop with error > === > > make > build/gyp/gyp --generator-output="out" build/all.gyp \ > -Ibuild/standalone.gypi --depth=. - > Dtarget_arch=ia32 \ > -S-ia32 -Dv8_can_use_vfp_instructions=true > /bin/sh: build/gyp/gyp: No such file or directory > make: *** [out/Makefile-ia32] Error 127 >
As the error message tells you, you don't have GYP. Also, simply calling "make" is almost surely not what you want. Please take a moment to read the instructions at http://code.google.com/p/v8/wiki/BuildingWithGYP, where everything is explained in much detail. If, after reading that page, you still have trouble, you should give us some details about the machine you're trying to build on. The official development platform is Ubuntu 10.04; any significantly older distros are not guaranteed to work. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
