Hi Matthew,
I'm not experienced in windows build system at all but I have already
run into the same problem on linux.
I think you should modify the tools/visual_studio/js2c.cmd:6 line:
remove the %TARGET_DIR%\natives-empty.cc argument.
The generating of the natives-empty.cc file isn't needed anymore.
Regards,
Peter
On Mon, 2011-04-25 at 23:49 -0700, Matthew wrote:
> When I compiled v8.sln, the message below is displayed,
> 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'.
>
> I don't know which problem caused the error .please help me! thanks.
>
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users