V8 revision: 7697 should contain some errors(I guess v8.sln causes the problem).

When I used VS2005 to compile V8 by followed http://code.google.com/p/v8/wiki/BuildingOnWindows , VS2005 complained the errors below,
1>virtual-frame-heavy.cc
1>c1xx : fatal error C1083: Cannot open source file: '..\..\src\virtual-frame-heavy.cc': No such file or directory
...

After I deleted the files(virtual-frame*, register-allocator* ...) from v8.sln, the following errors were occurred,
2>Processing js files...
2>Traceback (most recent call last):
2> File "..\js2c.py", line 364, in <module>
2> main()
2> File "..\js2c.py", line 361, in main
2> JS2C(source_files, [natives], { 'TYPE': type })
2> File "..\js2c.py", line 294, in JS2C
2> lines = ReadFile(filename)
2> File "..\js2c.py", line 56, in ReadFile
2> file = open(filename, "rt")
2>IOError: [Errno 2] No such file or directory: 'CORE'
2>Project : error PRJ0002 : Error result 1 returned from 'C:\Windows\system32\cmd.exe'.

Alejandro said he "makes a success". I want to know he choosed which V8 revision to compile.



On Apr 29, 2011 8:10pm, Søren Gjesse <[email protected]> wrote:

I found no problems building using SCons. I have Visual Studio 2008, Python


2.7 installed in C:\Python27 and Scons 2.0.1 on top of that.

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

Reply via email to