Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created February 23, 2012 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/1895279 to your computer and use it in GitHub Desktop.
Save isaacs/1895279 to your computer and use it in GitHub Desktop.
c:\node-v0.7.5>vcbuild.bat release msi nosnapshot
Traceback (most recent call last):
File "tools\gyp_node", line 58, in <module>
run_gyp(gyp_args)
File "tools\gyp_node", line 18, in run_gyp
rc = gyp.main(args)
File ".\tools\gyp\pylib\gyp\__init__.py", line 471, in main
options.circular_check)
File ".\tools\gyp\pylib\gyp\__init__.py", line 111, in Load
depth, generator_input_info, check, circular_check)
File ".\tools\gyp\pylib\gyp\input.py", line 2289, in Load
depth, check)
File ".\tools\gyp\pylib\gyp\input.py", line 387, in LoadTargetBuildFile
build_file_path)
File ".\tools\gyp\pylib\gyp\input.py", line 1010, in ProcessVariablesAndCondit
ionsInDict
build_file)
File ".\tools\gyp\pylib\gyp\input.py", line 1025, in ProcessVariablesAndCondit
ionsInList
ProcessVariablesAndConditionsInDict(item, is_late, variables, build_file)
File ".\tools\gyp\pylib\gyp\input.py", line 984, in ProcessVariablesAndConditi
onsInDict
ProcessConditionsInDict(the_dict, is_late, variables, build_file)
File ".\tools\gyp\pylib\gyp\input.py", line 842, in ProcessConditionsInDict
if eval(ast_code, {'__builtins__': None}, variables):
File "<string>", line 1, in <module>
NameError: name 'node_shared_v8' is not defined while evaluating condition 'node
_shared_v8=="true"' in node.gyp while trying to load node.gyp
Failed to create vc project files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment