Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created November 15, 2011 21:49
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/1368484 to your computer and use it in GitHub Desktop.
Save isaacs/1368484 to your computer and use it in GitHub Desktop.
$ ./configure --debug
configure options: {'shared_v8': None, 'openssl_includes': None, 'without_snapshot': None, 'shared_v8_includes': None, 'shared_v8_libpath': None, 'openssl_libpath': None, 'shared_cares_includes': None, 'dest_cpu': None, 'without_ssl': None, 'shared_cares': None, 'prefix': None, 'no_ssl2': None, 'debug': True, 'shared_cares_libpath': None, 'shared_v8_libname': None, 'gdb': None, 'with_dtrace': None}
creating ./options.gypi
['/Users/isaacs/dev-src/js/node/node.gyp', '-I', '/Users/isaacs/dev-src/js/node/common.gypi', '-I', '/Users/isaacs/dev-src/js/node/options.gypi', '--depth=.', '--generator-output', '/Users/isaacs/dev-src/js/node/out', '-Goutput_dir=/Users/isaacs/dev-src/js/node/out', '-Dtarget_arch=ia32', '-Dcomponent=static_library', '-Dlibrary=static_library']
Traceback (most recent call last):
File "tools/gyp_node", line 60, 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 474, in main
generator.GenerateOutput(flat_list, targets, data, params)
File "./tools/gyp/pylib/gyp/generator/xcode.py", line 622, in GenerateOutput
for included_file in build_file_dict['included_files']:
KeyError: 'included_files'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment