Hi,
I updated from svn server to revision 7782,
and, as was announced, the solution and project files
was obsoleted/deleted (causing my customizations to make
comfortable builds of my project an impossible mission
... or at least "unsupported" :)
I followed guides on build/ReadMe.txt file to download
& install two additional "text oriented tools" (tons of scripting
code to build project list files!) and run the command
to build All.sln file...
As I expected (considering the complexity/quality
of the tools), ... it failed to build the solution file. :-(
I attached at end of this email the report of failure
(text in command window... as in the '80s).

What I can do to solve the problem?
I am trying to generate the solution file and project files
for 64bits under windows7 (64bits), as a first step
to restore the state of my work (that will require
additions to project files to adapt my changes
to V8).
I have not updated my instalation (yet) for 32bits,
but I suspect that it will go same way...

Please, I need help to solve actual problem
(to build clean sln and project files)
without loosing too much time... I used to build
v8 under this platform daily and now, I am not
sure if the process can be continued, because
if the project are built without merge with local
version, it will overwrite my work on each svn
update+build.

Any help or guide to solve the problem will be appreciated!
thanks in advance,
Ale.
p.d. failure report follows
---------------------------------------------------------------------------------------
Updating projects from gyp files...
Traceback (most recent call last):
 File "build/gyp_v8", line 145, in <module>
   sys.exit(gyp.main(args))
 File ".\build\gyp\pylib\gyp\__init__.py", line 445, in main
   options.circular_check)
 File ".\build\gyp\pylib\gyp\__init__.py", line 84, in Load
   depth, generator_input_info, check, circular_check)
 File ".\build\gyp\pylib\gyp\input.py", line 2174, in Load
   depth, check)
 File ".\build\gyp\pylib\gyp\input.py", line 379, in LoadTargetBuildFile
   build_file_path)
File ".\build\gyp\pylib\gyp\input.py", line 940, in ProcessVariablesAndConditi
onsInDict
   ProcessConditionsInDict(the_dict, is_late, variables, build_file)
File ".\build\gyp\pylib\gyp\input.py", line 817, in ProcessConditionsInDict
   variables, build_file)
File ".\build\gyp\pylib\gyp\input.py", line 959, in ProcessVariablesAndConditi
onsInDict
   build_file, key)
File ".\build\gyp\pylib\gyp\input.py", line 959, in ProcessVariablesAndConditi
onsInDict
   build_file, key)
File ".\build\gyp\pylib\gyp\input.py", line 959, in ProcessVariablesAndConditi
onsInDict
   build_file, key)
File ".\build\gyp\pylib\gyp\input.py", line 940, in ProcessVariablesAndConditi
onsInDict
   ProcessConditionsInDict(the_dict, is_late, variables, build_file)
File ".\build\gyp\pylib\gyp\input.py", line 798, in ProcessConditionsInDict
   if eval(ast_code, {'__builtins__': None}, variables):
 File "<string>", line 1, in <module>
NameError: name 'msvs_multi_core_compile' is not defined while evaluating condit ion 'msvs_multi_core_compile' in build\all.gyp while trying to load build\all.gy
p
---------------------------------------------------------------------------------------

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

Reply via email to