Issue 55: Lack the file natives.cc
http://code.google.com/p/v8/issues/detail?id=55
Comment #3 by [EMAIL PROTECTED]:
The natives.cc file is generated by the v8.vcproj project. The file
v8natives.js has
a custom build step which calls js2c.cmd to compiling all the .js files into
natives.cc. It turned out that the configuration of this custom build build
step did
*not* work when there where spaces in the path where V8 was checked out to.
There
will be a fix for this soon and in the meantime you can change the project
path to
not include spaces or edit v8.vcproj changing
CommandLine=".\js2c.cmd ..\..\src $(IntDir)\DerivedSources
"
to
CommandLine=".\js2c.cmd ..\..\src "$(IntDir)\DerivedSources""
Regards,
Søren
Issue attribute updates:
Status: Assigned
Owner: [EMAIL PROTECTED]
Labels: Type-Bug
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---