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
That being said, your logs does not point to anything obvious. Does building work without "library=shared"? Besides that, what does "5.0.9" relate to? Cheers, Yang On Nov 23, 2:27 pm, stalker37 <[email protected]> wrote: > I'm try build v8 from svn on my laptop (5.0.9) and scons stop with error > > scons library=shared > scons: Reading SConscript files ... > KeyError: 0: > File "/tmp/v8-read-only/SConstruct", line 1568: > Build() > File "/tmp/v8-read-only/SConstruct", line 1521: > VerifyOptions(env) > File "/tmp/v8-read-only/SConstruct", line 1250: > if (not name in env): > File "/usr/lib/scons/SCons/Environment.py", line 368: > return self._dict[key] > > stalker@valhalla:~/opt/svn/v8$ python -V > Python 2.5.2 > stalker@valhalla:~/opt/svn/bl/v8$ scons --version > SCons by Steven Knight et al.: > script: v1.0.0.r3266, 2008/08/12 07:31:01, by knight on bangkok > engine: v1.0.0.r3266, 2008/08/12 07:31:01, by knight on bangkok > Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The SCons > Foundation > stalker@valhalla:~/opt/svn/bl/v8$ > > How to fix the given error ? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
