Updates:
        Labels: HelpWanted

Comment #6 on issue 1039 by [email protected]: v8 build fails on OS X
http://code.google.com/p/v8/issues/detail?id=1039

That is what I suspected. The issue is that the v8/tools/js2c.py script should have taken the filename liveedit-debugger.js and created the identifier liveedit from it. Instead you seem to get liveedit-debugger. I just build with Python 2.6.6 and I don't get this problem unfortunately.

In js2c.py if you search for '-debugger.js' you will find the code taking care of the id creation. Something here does not work right with your python version.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to