Comment #1 on issue 773 by ionlupascu: Cannot build d8 on linux by default
http://code.google.com/p/v8/issues/detail?id=773
I have the same situation on windows xp SP3:
v8 svn version:5042(the latest bleeding_edge branch)
code for run:
-------------------------------------------
d:
cd D:\ILupascu\sourcecode\cpp\JavaScript\V8\svn\branches\bleeding_edge
set PATH=C:\Python26;C:\Python26\Scripts;%PATH%`
------------------------------------------------------------
error output:
--------------------------------------------------------------
JS2C(["obj\release\d8-js.cc"], ["src\d8.js"])
scons: *** [obj\release\d8-js.cc] TypeError : argument to reversed() must
be a s
equence
Traceback (most recent call last):
File "C:\Python26\Lib\site-packages\scons-1.2.0.d20091224\SCons\Action.py",
li
ne 1041, in execute
result = self.execfunction(target=target, source=rsources, env=env)
File "D:\ILupascu\sourcecode\cpp\JavaScript\V8\svn\branches\bleeding_edge\tool
s\js2c.py", line 297, in JS2C
lines = ExpandMacros(lines, macros)
File "D:\ILupascu\sourcecode\cpp\JavaScript\V8\svn\branches\bleeding_edge\tool
s\js2c.py", line 115, in ExpandMacros
for name_pattern, macro in reversed(macros):
TypeError: argument to reversed() must be a sequence
scons: building terminated because of errors.
----------------------------------------------------
Thank you in advance, Ion Lupascu.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev